#D3423A
A medium, moderate red closely aligning with Firebrick.
About #D3423A
Visually, #D3423A is defined as a moderate red. Designers often compare it to the standard color Firebrick. In the RGB color space, it consists of 211 red, 66 green, and 58 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 69% magenta inks. The HSL representation is 3.1° hue, 63.5% saturation, and 52.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D3423A
RGB211, 66, 58
HSL3.1°, 63.5%, 52.7%
CMYK0%, 69%, 73%, 17%
HSV3.1°, 72.5%, 82.7%
LAB49.6, 56.2, 37.2
XYZ29.6, 18.1, 5.9
Decimal13845050
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.56:1
Text on #FFFFFF
AA
4.61:1
Text on #000000
AA
4.35:1
Text on #F8FAFC
AA Large
3.92:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D3423A;
}
.text-color {
color: #D3423A;
}
.border-color {
border: 2px solid #D3423A;
}