#660F07
A dark, vivid red closely aligning with Maroon.
About #660F07
The precise color #660F07 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Maroon. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 15, and 7.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 85% M, 93% Y, and 60% 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. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#660F07
RGB102, 15, 7
HSL5.1°, 87.2%, 21.4%
CMYK0%, 85%, 93%, 60%
HSV5.1°, 93.1%, 40.0%
LAB20.8, 37.1, 28.4
XYZ5.7, 3.2, 0.5
Decimal6688519
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.83:1
Text on #FFFFFF
AAA
1.64:1
Text on #000000
FAIL
12.27:1
Text on #F8FAFC
AAA
1.39:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #660F07;
}
.text-color {
color: #660F07;
}
.border-color {
border: 2px solid #660F07;
}