#99243A
A dark, moderate red closely aligning with Brown.
About #99243A
At its core, #99243A is a dark and moderate hue. Its closest recognized web color is Brown. In the RGB color space, it consists of 153 red, 36 green, and 58 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 76% magenta inks. The HSL representation is 348.7° hue, 61.9% saturation, and 37.1% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#99243A
RGB153, 36, 58
HSL348.7°, 61.9%, 37.1%
CMYK0%, 76%, 62%, 40%
HSV348.7°, 76.5%, 60.0%
LAB34.7, 48.9, 16.5
XYZ14.5, 8.3, 4.8
Decimal10036282
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.87:1
Text on #FFFFFF
AAA
2.67:1
Text on #000000
FAIL
7.52:1
Text on #F8FAFC
AAA
2.27:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #99243A;
}
.text-color {
color: #99243A;
}
.border-color {
border: 2px solid #99243A;
}