#910113
a dark, electric red · warm · closest name: maroon
RGB
145, 1, 19
HSL
353°, 99%, 29%
CMYK
0, 99, 87, 43
Luminance
0.0609
Every format
| HEX | #910113 |
| RGB | rgb(145, 1, 19) |
| HSL | hsl(353, 99%, 29%) |
| CMYK | cmyk(0%, 99%, 87%, 43%) |
| LAB | lab(29.6 52.8 34.6) |
| LCH | lch(29.6 63.1 33.2) |
| OKLCH | oklch(0.414 0.167 25.4) |
Copy-ready code
/* CSS */
color: #910113;
background-color: #910113;
/* Tailwind (arbitrary) */
class="text-[#910113] bg-[#910113]"
/* SCSS */
$brand: #910113;
/* SwiftUI */
Color(red: 0.569, green: 0.004, blue: 0.075)
/* Android */
Color.parseColor("#910113")Accessibility — WCAG contrast
Aa
#910113 on white: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#910113 on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green0.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta99.3%
Yellow86.9%
Key (black)43.1%
Color previews
#910113 text on a black background
contrast 2.22:1
Card sample
#910113 text on a white background
contrast 9.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #910113;
Background color
Panel with #910113 background
background-color: #910113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #910113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 1, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 1, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #910113; background: linear-gradient(135deg, #910113, #914F01);