#6D0707
A dark, vivid red closely aligning with Maroon.
About #6D0707
When working with digital screens, the color #6D0707 is rendered by mixing light. Designers often compare it to the standard color Maroon. This translates to an RGB value of rgb(109, 7, 7).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 94% M, 94% Y, and 57% K. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D0707
RGB109, 7, 7
HSL0.0°, 87.9%, 22.7%
CMYK0%, 94%, 94%, 57%
HSV0.0°, 93.6%, 42.7%
LAB21.6, 41.4, 29.9
XYZ6.4, 3.4, 0.5
Decimal7145223
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.47:1
Text on #FFFFFF
AAA
1.68:1
Text on #000000
FAIL
11.92:1
Text on #F8FAFC
AAA
1.43:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D0707;
}
.text-color {
color: #6D0707;
}
.border-color {
border: 2px solid #6D0707;
}