#b12913
a dark, electric red · warm · closest name: firebrick
RGB
177, 41, 19
HSL
8°, 81%, 38%
CMYK
0, 77, 89, 31
Luminance
0.1098
Every format
| HEX | #b12913 |
| RGB | rgb(177, 41, 19) |
| HSL | hsl(8, 81%, 38%) |
| CMYK | cmyk(0%, 77%, 89%, 31%) |
| LAB | lab(39.5 53.1 45.5) |
| LCH | lch(39.5 69.9 40.6) |
| OKLCH | oklch(0.499 0.175 31.8) |
Copy-ready code
/* CSS */
color: #b12913;
background-color: #b12913;
/* Tailwind (arbitrary) */
class="text-[#b12913] bg-[#b12913]"
/* SCSS */
$brand: #b12913;
/* SwiftUI */
Color(red: 0.694, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#b12913")Accessibility — WCAG contrast
Aa
#b12913 on white: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b12913 on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green16.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta76.8%
Yellow89.3%
Key (black)30.6%
Color previews
#b12913 text on a black background
contrast 3.20:1
Card sample
#b12913 text on a white background
contrast 6.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b12913;
Background color
Panel with #b12913 background
background-color: #b12913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b12913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b12913; background: linear-gradient(135deg, #b12913, #B19213);