#D3503A
A medium, moderate red closely aligning with Firebrick.
About #D3503A
Visually, #D3503A is defined as a moderate red. If you're using CSS, you might find it aligns closely with Firebrick. This translates to an RGB value of rgb(211, 80, 58).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 62% magenta inks. The HSL representation is 8.6° hue, 63.5% saturation, and 52.7% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3503A
RGB211, 80, 58
HSL8.6°, 63.5%, 52.7%
CMYK0%, 62%, 73%, 17%
HSV8.6°, 72.5%, 82.7%
LAB51.7, 50.4, 39.7
XYZ30.5, 19.9, 6.2
Decimal13848634
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.22:1
Text on #FFFFFF
AA Large
4.98:1
Text on #000000
AA
4.03:1
Text on #F8FAFC
AA Large
4.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D3503A;
}
.text-color {
color: #D3503A;
}
.border-color {
border: 2px solid #D3503A;
}