#b61413
a dark, electric red · warm · closest name: firebrick
RGB
182, 20, 19
HSL
0°, 81%, 39%
CMYK
0, 89, 90, 29
Luminance
0.1049
Every format
| HEX | #b61413 |
| RGB | rgb(182, 20, 19) |
| HSL | hsl(0, 81%, 39%) |
| CMYK | cmyk(0%, 89%, 90%, 29%) |
| LAB | lab(38.7 59.9 45.3) |
| LCH | lch(38.7 75.1 37.1) |
| OKLCH | oklch(0.495 0.193 28.3) |
Copy-ready code
/* CSS */
color: #b61413;
background-color: #b61413;
/* Tailwind (arbitrary) */
class="text-[#b61413] bg-[#b61413]"
/* SCSS */
$brand: #b61413;
/* SwiftUI */
Color(red: 0.714, green: 0.078, blue: 0.075)
/* Android */
Color.parseColor("#b61413")Accessibility — WCAG contrast
Aa
#b61413 on white: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b61413 on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green7.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta89.0%
Yellow89.6%
Key (black)28.6%
Color previews
#b61413 text on a black background
contrast 3.10:1
Card sample
#b61413 text on a white background
contrast 6.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b61413;
Background color
Panel with #b61413 background
background-color: #b61413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b61413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 20, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 20, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b61413; background: linear-gradient(135deg, #b61413, #B68113);