#bf1321
a dark, electric red · warm · closest name: firebrick
RGB
191, 19, 33
HSL
355°, 82%, 41%
CMYK
0, 90, 83, 25
Luminance
0.1165
Every format
| HEX | #bf1321 |
| RGB | rgb(191, 19, 33) |
| HSL | hsl(355, 82%, 41%) |
| CMYK | cmyk(0%, 90%, 83%, 25%) |
| LAB | lab(40.7 62.7 40.6) |
| LCH | lch(40.7 74.7 32.9) |
| OKLCH | oklch(0.513 0.200 25.5) |
Copy-ready code
/* CSS */
color: #bf1321;
background-color: #bf1321;
/* Tailwind (arbitrary) */
class="text-[#bf1321] bg-[#bf1321]"
/* SCSS */
$brand: #bf1321;
/* SwiftUI */
Color(red: 0.749, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#bf1321")Accessibility — WCAG contrast
Aa
#bf1321 on white: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf1321 on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta90.1%
Yellow82.7%
Key (black)25.1%
Color previews
#bf1321 text on a black background
contrast 3.33:1
Card sample
#bf1321 text on a white background
contrast 6.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf1321;
Background color
Panel with #bf1321 background
background-color: #bf1321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf1321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf1321; background: linear-gradient(135deg, #bf1321, #BF7813);