#75240F
A dark, vivid red closely aligning with Maroon.
About #75240F
The hex code #75240F represents a beautifully specific shade of red. Designers often compare it to the standard color Maroon. In the RGB color space, it consists of 117 red, 36 green, and 15 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 69% magenta inks. The HSL representation is 12.4° hue, 77.3% saturation, and 25.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75240F
RGB117, 36, 15
HSL12.4°, 77.3%, 25.9%
CMYK0%, 69%, 87%, 54%
HSV12.4°, 87.2%, 45.9%
LAB27.0, 34.5, 32.1
XYZ8.1, 5.1, 1.0
Decimal7676943
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.42:1
Text on #FFFFFF
AAA
2.02:1
Text on #000000
FAIL
9.96:1
Text on #F8FAFC
AAA
1.71:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #75240F;
}
.text-color {
color: #75240F;
}
.border-color {
border: 2px solid #75240F;
}