#ba1613
a dark, electric red · warm · closest name: firebrick
RGB
186, 22, 19
HSL
1°, 82%, 40%
CMYK
0, 88, 90, 27
Luminance
0.1106
Every format
| HEX | #ba1613 |
| RGB | rgb(186, 22, 19) |
| HSL | hsl(1, 82%, 40%) |
| CMYK | cmyk(0%, 88%, 90%, 27%) |
| LAB | lab(39.7 60.6 46.4) |
| LCH | lch(39.7 76.3 37.4) |
| OKLCH | oklch(0.503 0.195 28.5) |
Copy-ready code
/* CSS */
color: #ba1613;
background-color: #ba1613;
/* Tailwind (arbitrary) */
class="text-[#ba1613] bg-[#ba1613]"
/* SCSS */
$brand: #ba1613;
/* SwiftUI */
Color(red: 0.729, green: 0.086, blue: 0.075)
/* Android */
Color.parseColor("#ba1613")Accessibility — WCAG contrast
Aa
#ba1613 on white: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba1613 on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green8.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta88.2%
Yellow89.8%
Key (black)27.1%
Color previews
#ba1613 text on a black background
contrast 3.21:1
Card sample
#ba1613 text on a white background
contrast 6.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba1613;
Background color
Panel with #ba1613 background
background-color: #ba1613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba1613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 22, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 22, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba1613; background: linear-gradient(135deg, #ba1613, #BA8513);