#D31D2C
A medium, vivid red closely aligning with Crimson.
About #D31D2C
The hex code #D31D2C represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Crimson. Its digital footprint relies on 211 parts red, 29 parts green, and 44 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 86% magenta inks. With a hue angle of 355.1 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#D31D2C
RGB211, 29, 44
HSL355.1°, 75.8%, 47.1%
CMYK0%, 86%, 79%, 17%
HSV355.1°, 86.3%, 82.7%
LAB45.5, 66.6, 40.7
XYZ27.8, 14.9, 3.8
Decimal13835564
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.27:1
Text on #FFFFFF
AA
3.98:1
Text on #000000
AA Large
5.04:1
Text on #F8FAFC
AA
3.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D31D2C;
}
.text-color {
color: #D31D2C;
}
.border-color {
border: 2px solid #D31D2C;
}