#7C2C1D
A dark, moderate red closely aligning with Sienna.
About #7C2C1D
Visually, #7C2C1D is defined as a moderate red. It is closely associated with the named CSS color Sienna. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 44, and 29.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 65% magenta inks. The HSL representation is 9.5° hue, 62.1% saturation, and 30.0% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C2C1D
RGB124, 44, 29
HSL9.5°, 62.1%, 30.0%
CMYK0%, 65%, 77%, 51%
HSV9.5°, 76.6%, 48.6%
LAB29.9, 33.9, 27.6
XYZ9.4, 6.2, 1.9
Decimal8137757
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.40:1
Text on #FFFFFF
AAA
2.24:1
Text on #000000
FAIL
8.98:1
Text on #F8FAFC
AAA
1.90:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C2C1D;
}
.text-color {
color: #7C2C1D;
}
.border-color {
border: 2px solid #7C2C1D;
}