#5F2C24
A dark, moderate red closely aligning with Sienna.
About #5F2C24
Visually, #5F2C24 is defined as a moderate red. Designers often compare it to the standard color Sienna. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 44, and 36.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 54% Magenta, 62% Yellow, and 63% Black. The HSL representation is 8.1° hue, 45.0% saturation, and 25.7% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F2C24
RGB95, 44, 36
HSL8.1°, 45.0%, 25.7%
CMYK0%, 54%, 62%, 63%
HSV8.1°, 62.1%, 37.3%
LAB24.8, 22.4, 15.9
XYZ5.9, 4.4, 2.2
Decimal6237220
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.22:1
Text on #FFFFFF
AAA
1.87:1
Text on #000000
FAIL
10.72:1
Text on #F8FAFC
AAA
1.59:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F2C24;
}
.text-color {
color: #5F2C24;
}
.border-color {
border: 2px solid #5F2C24;
}