#D31D33
A medium, vivid red closely aligning with Crimson.
About #D31D33
The hex code #D31D33 represents a beautifully specific shade of red. Its closest recognized web color is Crimson. In the RGB color space, it consists of 211 red, 29 green, and 51 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 86% M, 76% 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#D31D33
RGB211, 29, 51
HSL352.7°, 75.8%, 47.1%
CMYK0%, 86%, 76%, 17%
HSV352.7°, 86.3%, 82.7%
LAB45.6, 66.8, 36.8
XYZ27.9, 15.0, 4.6
Decimal13835571
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.26:1
Text on #FFFFFF
AA
3.99:1
Text on #000000
AA Large
5.03:1
Text on #F8FAFC
AA
3.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D31D33;
}
.text-color {
color: #D31D33;
}
.border-color {
border: 2px solid #D31D33;
}