#750F00
A dark, vivid red closely aligning with Maroon.
About #750F00
Visually, #750F00 is defined as a vivid red. Designers often compare it to the standard color Maroon. In the RGB color space, it consists of 117 red, 15 green, and 0 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 87% magenta inks. With a hue angle of 7.7 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#750F00
RGB117, 15, 0
HSL7.7°, 100.0%, 22.9%
CMYK0%, 87%, 100%, 54%
HSV7.7°, 100.0%, 45.9%
LAB24.1, 41.8, 35.8
XYZ7.5, 4.1, 0.4
Decimal7671552
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.51:1
Text on #FFFFFF
AAA
1.82:1
Text on #000000
FAIL
11.00:1
Text on #F8FAFC
AAA
1.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #750F00;
}
.text-color {
color: #750F00;
}
.border-color {
border: 2px solid #750F00;
}