#D33A16
A medium, vivid red closely aligning with Tomato.
About #D33A16
At its core, #D33A16 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Tomato. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 58, and 22.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 73% M, 90% Y, and 17% K. The HSL representation is 11.4° hue, 81.1% saturation, and 45.7% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D33A16
RGB211, 58, 22
HSL11.4°, 81.1%, 45.7%
CMYK0%, 73%, 90%, 17%
HSV11.4°, 89.6%, 82.7%
LAB48.2, 58.1, 53.6
XYZ28.5, 16.9, 2.5
Decimal13842966
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.79:1
Text on #FFFFFF
AA
4.39:1
Text on #000000
AA Large
4.58:1
Text on #F8FAFC
AA
3.73:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D33A16;
}
.text-color {
color: #D33A16;
}
.border-color {
border: 2px solid #D33A16;
}