#6D071D
A dark, vivid red closely aligning with Maroon.
About #6D071D
Visually, #6D071D is defined as a vivid red. If you're using CSS, you might find it aligns closely with Maroon. Its digital footprint relies on 109 parts red, 7 parts green, and 29 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 94% magenta inks. The HSL representation is 347.1° hue, 87.9% saturation, and 22.7% lightness.
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#6D071D
RGB109, 7, 29
HSL347.1°, 87.9%, 22.7%
CMYK0%, 94%, 73%, 57%
HSV347.1°, 93.6%, 42.7%
LAB21.9, 42.1, 17.6
XYZ6.6, 3.5, 1.5
Decimal7145245
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.36:1
Text on #FFFFFF
AAA
1.70:1
Text on #000000
FAIL
11.82:1
Text on #F8FAFC
AAA
1.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D071D;
}
.text-color {
color: #6D071D;
}
.border-color {
border: 2px solid #6D071D;
}