#D30024
A medium, vivid red closely aligning with Crimson.
About #D30024
When working with digital screens, the color #D30024 is rendered by mixing light. It is closely associated with the named CSS color Crimson. In the RGB color space, it consists of 211 red, 0 green, and 36 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 100% Magenta, 83% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D30024
RGB211, 0, 36
HSL349.8°, 100.0%, 41.4%
CMYK0%, 100%, 83%, 17%
HSV349.8°, 100.0%, 82.7%
LAB44.2, 69.9, 43.8
XYZ27.2, 14.0, 2.9
Decimal13828132
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.53:1
Text on #FFFFFF
AA
3.80:1
Text on #000000
AA Large
5.29:1
Text on #F8FAFC
AA
3.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D30024;
}
.text-color {
color: #D30024;
}
.border-color {
border: 2px solid #D30024;
}