#663333
A dark, moderate red closely aligning with Dimgray.
About #663333
The precise color #663333 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Dimgray. In the RGB color space, it consists of 102 red, 51 green, and 51 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 50% M, 50% Y, and 60% K. The HSL representation is 0.0° hue, 33.3% saturation, and 30.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#663333
RGB102, 51, 51
HSL0.0°, 33.3%, 30.0%
CMYK0%, 50%, 50%, 60%
HSV0.0°, 50.0%, 40.0%
LAB27.9, 22.8, 10.4
XYZ7.3, 5.4, 3.8
Decimal6697779
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.07:1
Text on #FFFFFF
AAA
2.09:1
Text on #000000
FAIL
9.62:1
Text on #F8FAFC
AAA
1.77:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #663333;
}
.text-color {
color: #663333;
}
.border-color {
border: 2px solid #663333;
}