#7C071D
A dark, vivid red closely aligning with Brown.
About #7C071D
The precise color #7C071D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Brown. Its digital footprint relies on 124 parts red, 7 parts green, and 29 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 94% M, 77% 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#7C071D
RGB124, 7, 29
HSL348.7°, 89.3%, 25.7%
CMYK0%, 94%, 77%, 51%
HSV348.7°, 94.4%, 48.6%
LAB25.3, 46.4, 22.5
XYZ8.6, 4.5, 1.6
Decimal8128285
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.02:1
Text on #FFFFFF
AAA
1.91:1
Text on #000000
FAIL
10.54:1
Text on #F8FAFC
AAA
1.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C071D;
}
.text-color {
color: #7C071D;
}
.border-color {
border: 2px solid #7C071D;
}