#7C3342
A dark, moderate red closely aligning with Indianred.
About #7C3342
The hex code #7C3342 represents a beautifully specific shade of red. Its closest recognized web color is Indianred. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 51, and 66.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 59% M, 47% Y, and 51% K. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C3342
RGB124, 51, 66
HSL347.7°, 41.7%, 34.3%
CMYK0%, 59%, 47%, 51%
HSV347.7°, 58.9%, 48.6%
LAB31.9, 33.2, 6.7
XYZ10.5, 7.0, 6.0
Decimal8139586
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.72:1
Text on #FFFFFF
AAA
2.41:1
Text on #000000
FAIL
8.33:1
Text on #F8FAFC
AAA
2.05:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C3342;
}
.text-color {
color: #7C3342;
}
.border-color {
border: 2px solid #7C3342;
}