#850113
a dark, electric red · warm · closest name: maroon
RGB
133, 1, 19
HSL
352°, 99%, 26%
CMYK
0, 99, 86, 48
Luminance
0.0506
Every format
| HEX | #850113 |
| RGB | rgb(133, 1, 19) |
| HSL | hsl(352, 99%, 26%) |
| CMYK | cmyk(0%, 99%, 86%, 48%) |
| LAB | lab(26.9 49.6 31.0) |
| LCH | lch(26.9 58.5 32.0) |
| OKLCH | oklch(0.389 0.157 24.6) |
Copy-ready code
/* CSS */
color: #850113;
background-color: #850113;
/* Tailwind (arbitrary) */
class="text-[#850113] bg-[#850113]"
/* SCSS */
$brand: #850113;
/* SwiftUI */
Color(red: 0.522, green: 0.004, blue: 0.075)
/* Android */
Color.parseColor("#850113")Accessibility — WCAG contrast
Aa
#850113 on white: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#850113 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green0.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow85.7%
Key (black)47.8%
Color previews
#850113 text on a black background
contrast 2.01:1
Card sample
#850113 text on a white background
contrast 10.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #850113;
Background color
Panel with #850113 background
background-color: #850113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #850113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 1, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 1, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #850113; background: linear-gradient(135deg, #850113, #854701);