#bf1721
a dark, electric red · warm · closest name: firebrick
RGB
191, 23, 33
HSL
356°, 79%, 42%
CMYK
0, 88, 83, 25
Luminance
0.1180
Every format
| HEX | #bf1721 |
| RGB | rgb(191, 23, 33) |
| HSL | hsl(356, 79%, 42%) |
| CMYK | cmyk(0%, 88%, 83%, 25%) |
| LAB | lab(40.9 62.1 40.9) |
| LCH | lch(40.9 74.3 33.4) |
| OKLCH | oklch(0.515 0.198 25.9) |
Copy-ready code
/* CSS */
color: #bf1721;
background-color: #bf1721;
/* Tailwind (arbitrary) */
class="text-[#bf1721] bg-[#bf1721]"
/* SCSS */
$brand: #bf1721;
/* SwiftUI */
Color(red: 0.749, green: 0.090, blue: 0.129)
/* Android */
Color.parseColor("#bf1721")Accessibility — WCAG contrast
Aa
#bf1721 on white: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf1721 on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green9.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta88.0%
Yellow82.7%
Key (black)25.1%
Color previews
#bf1721 text on a black background
contrast 3.36:1
Card sample
#bf1721 text on a white background
contrast 6.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf1721;
Background color
Panel with #bf1721 background
background-color: #bf1721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf1721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 23, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 23, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf1721; background: linear-gradient(135deg, #bf1721, #BF7D17);