#bf1b13
a dark, electric red · warm · closest name: firebrick
RGB
191, 27, 19
HSL
3°, 82%, 41%
CMYK
0, 86, 90, 25
Luminance
0.1191
Every format
| HEX | #bf1b13 |
| RGB | rgb(191, 27, 19) |
| HSL | hsl(3, 82%, 41%) |
| CMYK | cmyk(0%, 86%, 90%, 25%) |
| LAB | lab(41.1 61.0 47.9) |
| LCH | lch(41.1 77.5 38.1) |
| OKLCH | oklch(0.516 0.197 29.2) |
Copy-ready code
/* CSS */
color: #bf1b13;
background-color: #bf1b13;
/* Tailwind (arbitrary) */
class="text-[#bf1b13] bg-[#bf1b13]"
/* SCSS */
$brand: #bf1b13;
/* SwiftUI */
Color(red: 0.749, green: 0.106, blue: 0.075)
/* Android */
Color.parseColor("#bf1b13")Accessibility — WCAG contrast
Aa
#bf1b13 on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf1b13 on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green10.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta85.9%
Yellow90.1%
Key (black)25.1%
Color previews
#bf1b13 text on a black background
contrast 3.38:1
Card sample
#bf1b13 text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf1b13;
Background color
Panel with #bf1b13 background
background-color: #bf1b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf1b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 27, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 27, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf1b13; background: linear-gradient(135deg, #bf1b13, #BF8E13);