#7C3333
A dark, moderate red closely aligning with Sienna.
About #7C3333
At its core, #7C3333 is a dark and moderate hue. Its closest recognized web color is Sienna. Its digital footprint relies on 124 parts red, 51 parts green, and 51 parts blue light.
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 59% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C3333
RGB124, 51, 51
HSL0.0°, 41.7%, 34.3%
CMYK0%, 59%, 59%, 51%
HSV0.0°, 58.9%, 48.6%
LAB31.6, 31.8, 15.9
XYZ10.1, 6.9, 3.9
Decimal8139571
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.83:1
Text on #FFFFFF
AAA
2.38:1
Text on #000000
FAIL
8.44:1
Text on #F8FAFC
AAA
2.02:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C3333;
}
.text-color {
color: #7C3333;
}
.border-color {
border: 2px solid #7C3333;
}