Jasper (#D73B3E)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 4.58:1 — vs black: 4.58:1
Color values
-
HEX
#D73B3E -
RGB
rgb(215, 59, 62) -
HSL
hsl(358, 66%, 53%) -
CMYK
cmyk( 0, 73, 71, 16 ) -
Websafe
#CC3333
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #D73B3E based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#D73B3E
Base
#3BD7D4
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#D73B3E
Base
#D73B8C
#D7863B
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#D73B3E
Base
#3ED73B
#3B3ED7
Two colors flanking the complement — high contrast with less tension than full complementary.
#D73B3E
Base
#3BD786
#3B8CD7
Four colors at 90° intervals — rich variety, best when one color dominates.
#D73B3E
Base
#8CD73B
#3BD7D4
#863BD7
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#D73B3E
Base
#641516
#A42124
#C2282A
#DE5D5F
#E47B7D
#F1BABB
Darker shades and lighter tints of Jasper, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#150405
#3E0D0E
#681517
#911E20
#BA2629
#D73B3E
Base
#DE5E60
#E58183
#ECA4A5
#F4C7C8
#FBEAEA
Ready-to-use code snippets for #D73B3E. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #D73B3E;
}
/* Text */
.element {
color: #D73B3E;
}
/* Border */
.element {
border: 1px solid #D73B3E;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#D73B3E,
#3BD7D4
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#D73B3E,
#3BD7D4
);
}
// SCSS variable
$jasper: #D73B3E;
// With RGB channels (useful for rgba() usage)
$jasper-r: 215;
$jasper-g: 59;
$jasper-b: 62;
// Usage
.element {
background-color: $jasper;
color: rgba($jasper-r, $jasper-g, $jasper-b, 0.8);
}
How Jasper appears to people with different types of color vision deficiency.
#D73B3E
How the color appears with full color vision.
#838334
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#5E5E40
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#D73B3B
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#757575
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.