#bf1f13
a dark, electric red · warm · closest name: firebrick
RGB
191, 31, 19
HSL
4°, 82%, 41%
CMYK
0, 84, 90, 25
Luminance
0.1210
Every format
| HEX | #bf1f13 |
| RGB | rgb(191, 31, 19) |
| HSL | hsl(4, 82%, 41%) |
| CMYK | cmyk(0%, 84%, 90%, 25%) |
| LAB | lab(41.4 60.1 48.1) |
| LCH | lch(41.4 77.0 38.7) |
| OKLCH | oklch(0.518 0.195 29.7) |
Copy-ready code
/* CSS */
color: #bf1f13;
background-color: #bf1f13;
/* Tailwind (arbitrary) */
class="text-[#bf1f13] bg-[#bf1f13]"
/* SCSS */
$brand: #bf1f13;
/* SwiftUI */
Color(red: 0.749, green: 0.122, blue: 0.075)
/* Android */
Color.parseColor("#bf1f13")Accessibility — WCAG contrast
Aa
#bf1f13 on white: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf1f13 on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green12.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta83.8%
Yellow90.1%
Key (black)25.1%
Color previews
#bf1f13 text on a black background
contrast 3.42:1
Card sample
#bf1f13 text on a white background
contrast 6.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf1f13;
Background color
Panel with #bf1f13 background
background-color: #bf1f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf1f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 31, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 31, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf1f13; background: linear-gradient(135deg, #bf1f13, #BF9213);