#D32C00
A medium, vivid red closely aligning with Orangered.
About #D32C00
The hex code #D32C00 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Orangered. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 44, and 0.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 79% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D32C00
RGB211, 44, 0
HSL12.5°, 100.0%, 41.4%
CMYK0%, 79%, 100%, 17%
HSV12.5°, 100.0%, 82.7%
LAB46.5, 62.3, 59.2
XYZ27.8, 15.7, 1.6
Decimal13839360
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: #D32C00;
}
.text-color {
color: #D32C00;
}
.border-color {
border: 2px solid #D32C00;
}