#D34949
A medium, moderate red closely aligning with Indianred.
About #D34949
The hex code #D34949 represents a beautifully specific shade of red. It is closely associated with the named CSS color Indianred. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 73, and 73.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 65% M, 65% Y, and 17% K. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D34949
RGB211, 73, 73
HSL0.0°, 61.1%, 55.7%
CMYK0%, 65%, 65%, 17%
HSV0.0°, 65.4%, 82.7%
LAB50.8, 54.2, 30.1
XYZ30.4, 19.1, 8.4
Decimal13846857
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.36:1
Text on #FFFFFF
AA Large
4.82:1
Text on #000000
AA
4.17:1
Text on #F8FAFC
AA Large
4.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D34949;
}
.text-color {
color: #D34949;
}
.border-color {
border: 2px solid #D34949;
}