#D30F33
A medium, vivid red closely aligning with Crimson.
About #D30F33
The precise color #D30F33 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Crimson. This translates to an RGB value of rgb(211, 15, 51).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 93% Magenta, 76% Yellow, and 17% Black. With a hue angle of 349.0 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D30F33
RGB211, 15, 51
HSL349.0°, 86.7%, 44.3%
CMYK0%, 93%, 76%, 17%
HSV349.0°, 92.9%, 82.7%
LAB44.8, 69.0, 36.0
XYZ27.6, 14.4, 4.5
Decimal13831987
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.40:1
Text on #FFFFFF
AA
3.89:1
Text on #000000
AA Large
5.17:1
Text on #F8FAFC
AA
3.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D30F33;
}
.text-color {
color: #D30F33;
}
.border-color {
border: 2px solid #D30F33;
}