#D30F24
A medium, vivid red closely aligning with Crimson.
About #D30F24
At its core, #D30F24 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Crimson. Its digital footprint relies on 211 parts red, 15 parts green, and 36 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 93% M, 83% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D30F24
RGB211, 15, 36
HSL353.6°, 86.7%, 44.3%
CMYK0%, 93%, 83%, 17%
HSV353.6°, 92.9%, 82.7%
LAB44.7, 68.5, 44.3
XYZ27.4, 14.3, 3.0
Decimal13831972
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.44:1
Text on #FFFFFF
AA
3.86:1
Text on #000000
AA Large
5.19:1
Text on #F8FAFC
AA
3.28:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D30F24;
}
.text-color {
color: #D30F24;
}
.border-color {
border: 2px solid #D30F24;
}