#6D2C2C
A dark, moderate red closely aligning with Sienna.
About #6D2C2C
The hex code #6D2C2C represents a beautifully specific shade of red. It is closely associated with the named CSS color Sienna. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 44, and 44.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 60% Magenta, 60% Yellow, and 57% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D2C2C
RGB109, 44, 44
HSL0.0°, 42.5%, 30.0%
CMYK0%, 60%, 60%, 57%
HSV0.0°, 59.6%, 42.7%
LAB27.4, 29.0, 14.5
XYZ7.7, 5.2, 3.0
Decimal7154732
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.26:1
Text on #FFFFFF
AAA
2.05:1
Text on #000000
FAIL
9.81:1
Text on #F8FAFC
AAA
1.74:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D2C2C;
}
.text-color {
color: #6D2C2C;
}
.border-color {
border: 2px solid #6D2C2C;
}