#660F24
A dark, vivid red closely aligning with Brown.
About #660F24
Visually, #660F24 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 15, and 36.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 85% magenta, 65% yellow, and 60% black. With a hue angle of 345.5 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#660F24
RGB102, 15, 36
HSL345.5°, 74.4%, 22.9%
CMYK0%, 85%, 65%, 60%
HSV345.5°, 85.3%, 40.0%
LAB21.2, 38.5, 11.4
XYZ6.0, 3.3, 2.0
Decimal6688548
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.66:1
Text on #FFFFFF
AAA
1.66:1
Text on #000000
FAIL
12.10:1
Text on #F8FAFC
AAA
1.41:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #660F24;
}
.text-color {
color: #660F24;
}
.border-color {
border: 2px solid #660F24;
}