#660716
A dark, vivid red closely aligning with Maroon.
About #660716
The hex code #660716 represents a beautifully specific shade of red. It is closely associated with the named CSS color Maroon. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 7, and 22.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 93% M, 78% Y, and 60% K. With a hue angle of 350.5 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#660716
RGB102, 7, 22
HSL350.5°, 87.2%, 21.4%
CMYK0%, 93%, 78%, 60%
HSV350.5°, 93.1%, 40.0%
LAB20.2, 39.8, 19.9
XYZ5.7, 3.0, 1.0
Decimal6686486
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.07:1
Text on #FFFFFF
AAA
1.61:1
Text on #000000
FAIL
12.49:1
Text on #F8FAFC
AAA
1.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #660716;
}
.text-color {
color: #660716;
}
.border-color {
border: 2px solid #660716;
}