#994249
A medium, moderate red closely aligning with Indianred.
About #994249
Visually, #994249 is defined as a moderate red. If you're using CSS, you might find it aligns closely with Indianred. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 66, and 73.
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 57% magenta inks. The HSL representation is 355.2° hue, 39.7% saturation, and 42.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#994249
RGB153, 66, 73
HSL355.2°, 39.7%, 42.9%
CMYK0%, 57%, 52%, 40%
HSV355.2°, 56.9%, 60.0%
LAB39.8, 37.1, 13.9
XYZ16.3, 11.1, 7.6
Decimal10043977
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.50:1
Text on #FFFFFF
AA
3.23:1
Text on #000000
AA Large
6.21:1
Text on #F8FAFC
AA
2.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #994249;
}
.text-color {
color: #994249;
}
.border-color {
border: 2px solid #994249;
}