#901f13
a dark, electric red · warm · closest name: maroon
RGB
144, 31, 19
HSL
6°, 77%, 32%
CMYK
0, 79, 87, 44
Luminance
0.0696
Every format
| HEX | #901f13 |
| RGB | rgb(144, 31, 19) |
| HSL | hsl(6, 77%, 32%) |
| CMYK | cmyk(0%, 79%, 87%, 44%) |
| LAB | lab(31.7 46.0 36.3) |
| LCH | lch(31.7 58.6 38.3) |
| OKLCH | oklch(0.429 0.150 30.3) |
Copy-ready code
/* CSS */
color: #901f13;
background-color: #901f13;
/* Tailwind (arbitrary) */
class="text-[#901f13] bg-[#901f13]"
/* SCSS */
$brand: #901f13;
/* SwiftUI */
Color(red: 0.565, green: 0.122, blue: 0.075)
/* Android */
Color.parseColor("#901f13")Accessibility — WCAG contrast
Aa
#901f13 on white: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#901f13 on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green12.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta78.5%
Yellow86.8%
Key (black)43.5%
Color previews
#901f13 text on a black background
contrast 2.39:1
Card sample
#901f13 text on a white background
contrast 8.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #901f13;
Background color
Panel with #901f13 background
background-color: #901f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #901f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 31, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 31, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #901f13; background: linear-gradient(135deg, #901f13, #907313);