#662C2C
A dark, moderate red closely aligning with Sienna.
About #662C2C
At its core, #662C2C is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Sienna. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 44, and 44.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 57% magenta inks. The HSL representation is 0.0° hue, 39.7% saturation, and 28.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#662C2C
RGB102, 44, 44
HSL0.0°, 39.7%, 28.6%
CMYK0%, 57%, 57%, 60%
HSV0.0°, 56.9%, 40.0%
LAB26.2, 26.1, 12.7
XYZ6.8, 4.8, 3.0
Decimal6695980
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.71:1
Text on #FFFFFF
AAA
1.96:1
Text on #000000
FAIL
10.23:1
Text on #F8FAFC
AAA
1.67:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #662C2C;
}
.text-color {
color: #662C2C;
}
.border-color {
border: 2px solid #662C2C;
}