#D33A33
A medium, moderate red closely aligning with Firebrick.
About #D33A33
The hex code #D33A33 represents a beautifully specific shade of red. Its closest recognized web color is Firebrick. In the RGB color space, it consists of 211 red, 58 green, and 51 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 73% M, 76% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D33A33
RGB211, 58, 51
HSL2.6°, 64.5%, 51.4%
CMYK0%, 73%, 76%, 17%
HSV2.6°, 75.8%, 82.7%
LAB48.4, 58.9, 39.9
XYZ29.0, 17.1, 4.9
Decimal13842995
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.75:1
Text on #FFFFFF
AA
4.42:1
Text on #000000
AA Large
4.54:1
Text on #F8FAFC
AA
3.76:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D33A33;
}
.text-color {
color: #D33A33;
}
.border-color {
border: 2px solid #D33A33;
}