#D3576D
A medium, moderate red closely aligning with Indianred.
About #D3576D
Visually, #D3576D is defined as a moderate red. Designers often compare it to the standard color Indianred. In the RGB color space, it consists of 211 red, 87 green, and 109 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 59% magenta, 48% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3576D
RGB211, 87, 109
HSL349.4°, 58.5%, 58.4%
CMYK0%, 59%, 48%, 17%
HSV349.4°, 58.8%, 82.7%
LAB53.8, 50.8, 12.8
XYZ33.0, 21.8, 16.9
Decimal13850477
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.92:1
Text on #FFFFFF
AA Large
5.35:1
Text on #000000
AA
3.75:1
Text on #F8FAFC
AA Large
4.55:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D3576D;
}
.text-color {
color: #D3576D;
}
.border-color {
border: 2px solid #D3576D;
}