#b01413
a dark, electric red · warm · closest name: firebrick
RGB
176, 20, 19
HSL
0°, 81%, 38%
CMYK
0, 89, 89, 31
Luminance
0.0978
Every format
| HEX | #b01413 |
| RGB | rgb(176, 20, 19) |
| HSL | hsl(0, 81%, 38%) |
| CMYK | cmyk(0%, 89%, 89%, 31%) |
| LAB | lab(37.5 58.2 43.8) |
| LCH | lch(37.5 72.8 36.9) |
| OKLCH | oklch(0.483 0.187 28.2) |
Copy-ready code
/* CSS */
color: #b01413;
background-color: #b01413;
/* Tailwind (arbitrary) */
class="text-[#b01413] bg-[#b01413]"
/* SCSS */
$brand: #b01413;
/* SwiftUI */
Color(red: 0.690, green: 0.078, blue: 0.075)
/* Android */
Color.parseColor("#b01413")Accessibility — WCAG contrast
Aa
#b01413 on white: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#b01413 on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green7.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta88.6%
Yellow89.2%
Key (black)31.0%
Color previews
#b01413 text on a black background
contrast 2.96:1
Card sample
#b01413 text on a white background
contrast 7.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b01413;
Background color
Panel with #b01413 background
background-color: #b01413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b01413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 20, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 20, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b01413; background: linear-gradient(135deg, #b01413, #B07D13);