#D30724
A medium, vivid red closely aligning with Crimson.
About #D30724
When working with digital screens, the color #D30724 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Crimson. This translates to an RGB value of rgb(211, 7, 36).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 97% M, 83% Y, and 17% K. With a hue angle of 351.5 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D30724
RGB211, 7, 36
HSL351.5°, 93.6%, 42.7%
CMYK0%, 97%, 83%, 17%
HSV351.5°, 96.7%, 82.7%
LAB44.4, 69.3, 44.0
XYZ27.3, 14.1, 3.0
Decimal13829924
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.49:1
Text on #FFFFFF
AA
3.83:1
Text on #000000
AA Large
5.25:1
Text on #F8FAFC
AA
3.25:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D30724;
}
.text-color {
color: #D30724;
}
.border-color {
border: 2px solid #D30724;
}