#D3002C
A medium, vivid red closely aligning with Crimson.
About #D3002C
When working with digital screens, the color #D3002C is rendered by mixing light. Designers often compare it to the standard color Crimson. This translates to an RGB value of rgb(211, 0, 44).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 100% magenta, 79% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3002C
RGB211, 0, 44
HSL347.5°, 100.0%, 41.4%
CMYK0%, 100%, 79%, 17%
HSV347.5°, 100.0%, 82.7%
LAB44.3, 70.2, 39.4
XYZ27.3, 14.0, 3.7
Decimal13828140
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.52:1
Text on #FFFFFF
AA
3.81:1
Text on #000000
AA Large
5.27:1
Text on #F8FAFC
AA
3.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D3002C;
}
.text-color {
color: #D3002C;
}
.border-color {
border: 2px solid #D3002C;
}