#9b1613
a dark, electric red · warm · closest name: firebrick
RGB
155, 22, 19
HSL
1°, 78%, 34%
CMYK
0, 86, 88, 39
Luminance
0.0759
Every format
| HEX | #9b1613 |
| RGB | rgb(155, 22, 19) |
| HSL | hsl(1, 78%, 34%) |
| CMYK | cmyk(0%, 86%, 88%, 39%) |
| LAB | lab(33.1 51.9 38.4) |
| LCH | lch(33.1 64.5 36.5) |
| OKLCH | oklch(0.444 0.167 28.3) |
Copy-ready code
/* CSS */
color: #9b1613;
background-color: #9b1613;
/* Tailwind (arbitrary) */
class="text-[#9b1613] bg-[#9b1613]"
/* SCSS */
$brand: #9b1613;
/* SwiftUI */
Color(red: 0.608, green: 0.086, blue: 0.075)
/* Android */
Color.parseColor("#9b1613")Accessibility — WCAG contrast
Aa
#9b1613 on white: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9b1613 on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green8.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta85.8%
Yellow87.7%
Key (black)39.2%
Color previews
#9b1613 text on a black background
contrast 2.52:1
Card sample
#9b1613 text on a white background
contrast 8.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b1613;
Background color
Panel with #9b1613 background
background-color: #9b1613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b1613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 22, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 22, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b1613; background: linear-gradient(135deg, #9b1613, #9B7113);