#D3240F
A medium, vivid red closely aligning with Orangered.
About #D3240F
At its core, #D3240F is a medium and vivid hue. Its closest recognized web color is Orangered. This translates to an RGB value of rgb(211, 36, 15).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 83% M, 93% Y, and 17% K. The HSL representation is 6.4° hue, 86.7% saturation, and 44.3% lightness.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D3240F
RGB211, 36, 15
HSL6.4°, 86.7%, 44.3%
CMYK0%, 83%, 93%, 17%
HSV6.4°, 92.9%, 82.7%
LAB45.8, 64.5, 54.5
XYZ27.6, 15.1, 1.9
Decimal13837327
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.21:1
Text on #FFFFFF
AA
4.03:1
Text on #000000
AA Large
4.98:1
Text on #F8FAFC
AA
3.43:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D3240F;
}
.text-color {
color: #D3240F;
}
.border-color {
border: 2px solid #D3240F;
}