#50000F
A very dark, vivid red closely aligning with Maroon.
About #50000F
When working with digital screens, the color #50000F is rendered by mixing light. Its closest recognized web color is Maroon. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 0, and 15.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. The HSL representation is 348.8° hue, 100.0% saturation, and 15.7% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a very 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#50000F
RGB80, 0, 15
HSL348.8°, 100.0%, 15.7%
CMYK0%, 100%, 81%, 69%
HSV348.8°, 100.0%, 31.4%
LAB14.1, 35.1, 15.5
XYZ3.4, 1.7, 0.6
Decimal5242895
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.58:1
Text on #FFFFFF
AAA
1.35:1
Text on #000000
FAIL
14.89:1
Text on #F8FAFC
AAA
1.15:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #50000F;
}
.text-color {
color: #50000F;
}
.border-color {
border: 2px solid #50000F;
}