#75000F
A dark, vivid red closely aligning with Maroon.
About #75000F
Visually, #75000F is defined as a vivid red. It is closely associated with the named CSS color Maroon. In the RGB color space, it consists of 117 red, 0 green, and 15 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 100% Magenta, 87% Yellow, and 54% Black. The HSL representation is 352.3° hue, 100.0% saturation, and 22.9% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75000F
RGB117, 0, 15
HSL352.3°, 100.0%, 22.9%
CMYK0%, 100%, 87%, 54%
HSV352.3°, 100.0%, 45.9%
LAB23.1, 45.4, 28.3
XYZ7.4, 3.8, 0.8
Decimal7667727
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.91:1
Text on #FFFFFF
AAA
1.76:1
Text on #000000
FAIL
11.38:1
Text on #F8FAFC
AAA
1.50:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #75000F;
}
.text-color {
color: #75000F;
}
.border-color {
border: 2px solid #75000F;
}