#662C33
A dark, moderate red closely aligning with Sienna.
About #662C33
When working with digital screens, the color #662C33 is rendered by mixing light. Its closest recognized web color is Sienna. In the RGB color space, it consists of 102 red, 44 green, and 51 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 57% M, 50% Y, and 60% K. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#662C33
RGB102, 44, 51
HSL352.8°, 39.7%, 28.6%
CMYK0%, 57%, 50%, 60%
HSV352.8°, 56.9%, 40.0%
LAB26.3, 26.8, 8.2
XYZ7.0, 4.9, 3.7
Decimal6695987
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.64:1
Text on #FFFFFF
AAA
1.97:1
Text on #000000
FAIL
10.17:1
Text on #F8FAFC
AAA
1.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #662C33;
}
.text-color {
color: #662C33;
}
.border-color {
border: 2px solid #662C33;
}