#D3422C
A medium, moderate red closely aligning with Firebrick.
About #D3422C
Visually, #D3422C is defined as a moderate red. Its closest recognized web color is Firebrick. In the RGB color space, it consists of 211 red, 66 green, and 44 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 69% magenta, 79% yellow, and 17% black. The HSL representation is 7.9° hue, 65.5% saturation, and 50.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3422C
RGB211, 66, 44
HSL7.9°, 65.5%, 50.0%
CMYK0%, 69%, 79%, 17%
HSV7.9°, 79.1%, 82.7%
LAB49.4, 55.7, 44.7
XYZ29.3, 17.9, 4.3
Decimal13845036
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.58:1
Text on #FFFFFF
AA
4.59:1
Text on #000000
AA
4.38:1
Text on #F8FAFC
AA Large
3.90:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D3422C;
}
.text-color {
color: #D3422C;
}
.border-color {
border: 2px solid #D3422C;
}