#6D070F
A dark, vivid red closely aligning with Maroon.
About #6D070F
Visually, #6D070F is defined as a vivid red. If you're using CSS, you might find it aligns closely with Maroon. In the RGB color space, it consists of 109 red, 7 green, and 15 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 94% M, 86% Y, and 57% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#6D070F
RGB109, 7, 15
HSL355.3°, 87.9%, 22.7%
CMYK0%, 94%, 86%, 57%
HSV355.3°, 93.6%, 42.7%
LAB21.7, 41.6, 26.4
XYZ6.5, 3.4, 0.8
Decimal7145231
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.44:1
Text on #FFFFFF
AAA
1.69:1
Text on #000000
FAIL
11.89:1
Text on #F8FAFC
AAA
1.43:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D070F;
}
.text-color {
color: #6D070F;
}
.border-color {
border: 2px solid #6D070F;
}