#924242
A medium, moderate red closely aligning with Indianred.
About #924242
When working with digital screens, the color #924242 is rendered by mixing light. Its closest recognized web color is Indianred. Its digital footprint relies on 146 parts red, 66 parts green, and 66 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 55% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#924242
RGB146, 66, 66
HSL0.0°, 37.7%, 41.6%
CMYK0%, 55%, 55%, 43%
HSV0.0°, 54.8%, 57.3%
LAB38.6, 33.8, 16.4
XYZ14.8, 10.4, 6.4
Decimal9585218
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.82:1
Text on #FFFFFF
AA
3.08:1
Text on #000000
AA Large
6.52:1
Text on #F8FAFC
AA
2.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #924242;
}
.text-color {
color: #924242;
}
.border-color {
border: 2px solid #924242;
}