#D33A07
A medium, vivid orange closely aligning with Orangered.
About #D33A07
At its core, #D33A07 is a medium and vivid hue. It is closely associated with the named CSS color Orangered. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 58, and 7.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 73% Magenta, 97% Yellow, and 17% Black. The HSL representation is 15.0° hue, 93.6% saturation, and 42.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D33A07
RGB211, 58, 7
HSL15.0°, 93.6%, 42.7%
CMYK0%, 73%, 97%, 17%
HSV15.0°, 96.7%, 82.7%
LAB48.1, 57.9, 58.1
XYZ28.4, 16.9, 2.0
Decimal13842951
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.80:1
Text on #FFFFFF
AA
4.38:1
Text on #000000
AA Large
4.58:1
Text on #F8FAFC
AA
3.72:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D33A07;
}
.text-color {
color: #D33A07;
}
.border-color {
border: 2px solid #D33A07;
}