#D33A1D
A medium, vivid red closely aligning with Tomato.
About #D33A1D
When working with digital screens, the color #D33A1D is rendered by mixing light. If you're using CSS, you might find it aligns closely with Tomato. This translates to an RGB value of rgb(211, 58, 29).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 73% magenta inks. With a hue angle of 9.6 degrees, it sits comfortably in the red spectrum.
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#D33A1D
RGB211, 58, 29
HSL9.6°, 75.8%, 47.1%
CMYK0%, 73%, 86%, 17%
HSV9.6°, 86.3%, 82.7%
LAB48.2, 58.3, 50.8
XYZ28.6, 17.0, 2.9
Decimal13842973
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.78:1
Text on #FFFFFF
AA
4.39:1
Text on #000000
AA Large
4.57:1
Text on #F8FAFC
AA
3.73:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D33A1D;
}
.text-color {
color: #D33A1D;
}
.border-color {
border: 2px solid #D33A1D;
}