#750F1D
A dark, vivid red closely aligning with Brown.
About #750F1D
At its core, #750F1D is a dark and vivid hue. Designers often compare it to the standard color Brown. This translates to an RGB value of rgb(117, 15, 29).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 87% Magenta, 75% Yellow, and 54% Black. With a hue angle of 351.8 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#750F1D
RGB117, 15, 29
HSL351.8°, 77.3%, 25.9%
CMYK0%, 87%, 75%, 54%
HSV351.8°, 87.2%, 45.9%
LAB24.4, 42.6, 20.9
XYZ7.7, 4.2, 1.6
Decimal7671581
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.40:1
Text on #FFFFFF
AAA
1.84:1
Text on #000000
FAIL
10.89:1
Text on #F8FAFC
AAA
1.57:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #750F1D;
}
.text-color {
color: #750F1D;
}
.border-color {
border: 2px solid #750F1D;
}