#D32C07
A medium, vivid red closely aligning with Orangered.
About #D32C07
Visually, #D32C07 is defined as a vivid red. Its closest recognized web color is Orangered. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 44, and 7.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 79% magenta inks. The HSL representation is 10.9° hue, 93.6% saturation, and 42.7% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D32C07
RGB211, 44, 7
HSL10.9°, 93.6%, 42.7%
CMYK0%, 79%, 97%, 17%
HSV10.9°, 96.7%, 82.7%
LAB46.5, 62.4, 57.3
XYZ27.8, 15.7, 1.8
Decimal13839367
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.08:1
Text on #FFFFFF
AA
4.13:1
Text on #000000
AA Large
4.86:1
Text on #F8FAFC
AA
3.51:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D32C07;
}
.text-color {
color: #D32C07;
}
.border-color {
border: 2px solid #D32C07;
}