#901c13
a dark, electric red · warm · closest name: maroon
RGB
144, 28, 19
HSL
4°, 77%, 32%
CMYK
0, 81, 87, 44
Luminance
0.0681
Every format
| HEX | #901c13 |
| RGB | rgb(144, 28, 19) |
| HSL | hsl(4, 77%, 32%) |
| CMYK | cmyk(0%, 81%, 87%, 44%) |
| LAB | lab(31.4 46.9 36.0) |
| LCH | lch(31.4 59.1 37.5) |
| OKLCH | oklch(0.426 0.153 29.5) |
Copy-ready code
/* CSS */
color: #901c13;
background-color: #901c13;
/* Tailwind (arbitrary) */
class="text-[#901c13] bg-[#901c13]"
/* SCSS */
$brand: #901c13;
/* SwiftUI */
Color(red: 0.565, green: 0.110, blue: 0.075)
/* Android */
Color.parseColor("#901c13")Accessibility — WCAG contrast
Aa
#901c13 on white: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#901c13 on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green11.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta80.6%
Yellow86.8%
Key (black)43.5%
Color previews
#901c13 text on a black background
contrast 2.36:1
Card sample
#901c13 text on a white background
contrast 8.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #901c13;
Background color
Panel with #901c13 background
background-color: #901c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #901c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 28, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 28, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #901c13; background: linear-gradient(135deg, #901c13, #906F13);