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

Sample Text
This is how text may look on this color.
Best text color: #000000
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.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Jasper
#D73B3E Base
#3BD7D4
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Jasper
#D73B3E Base
#D73B8C
#D7863B
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Jasper
#D73B3E Base
#3ED73B
#3B3ED7
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Jasper
#D73B3E Base
#3BD786
#3B8CD7
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Jasper
#D73B3E Base
#8CD73B
#3BD7D4
#863BD7
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Jasper
#D73B3E Base
#641516
#A42124
#C2282A
#DE5D5F
#E47B7D
#F1BABB
Shades & Tints

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
Jasper #D73B3E Base
#DE5E60
#E58183
#ECA4A5
#F4C7C8
#FBEAEA
CSS & SCSS Snippets

Ready-to-use code snippets for #D73B3E. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #D73B3E;
}

/* Text */
.element {
    color: #D73B3E;
}

/* Border */
.element {
    border: 1px solid #D73B3E;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #D73B3E,
        #3BD7D4
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #D73B3E,
        #3BD7D4
    );
}
SCSS Variable
// 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);
}
Color Blindness Simulation

How Jasper appears to people with different types of color vision deficiency.

Normal Vision #D73B3E How the color appears with full color vision.
Deuteranopia #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.
Protanopia #5E5E40 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #D73B3B Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #757575 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Jasper ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Jasper #D73B3E Base
Alizarin Crimson #E32636 ΔE 2.40
Persian Red #CC3333 ΔE 3.39
Rusty Red #DA2C43 ΔE 3.49
Imperial Red #ED2939 ΔE 3.73

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.