#bf1122
a dark, electric red · warm · closest name: firebrick
RGB
191, 17, 34
HSL
354°, 84%, 41%
CMYK
0, 91, 82, 25
Luminance
0.1159
Every format
| HEX | #bf1122 |
| RGB | rgb(191, 17, 34) |
| HSL | hsl(354, 84%, 41%) |
| CMYK | cmyk(0%, 91%, 82%, 25%) |
| LAB | lab(40.6 63.1 40.0) |
| LCH | lch(40.6 74.7 32.4) |
| OKLCH | oklch(0.512 0.200 25.1) |
Copy-ready code
/* CSS */
color: #bf1122;
background-color: #bf1122;
/* Tailwind (arbitrary) */
class="text-[#bf1122] bg-[#bf1122]"
/* SCSS */
$brand: #bf1122;
/* SwiftUI */
Color(red: 0.749, green: 0.067, blue: 0.133)
/* Android */
Color.parseColor("#bf1122")Accessibility — WCAG contrast
Aa
#bf1122 on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf1122 on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green6.7%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta91.1%
Yellow82.2%
Key (black)25.1%
Color previews
#bf1122 text on a black background
contrast 3.32:1
Card sample
#bf1122 text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf1122;
Background color
Panel with #bf1122 background
background-color: #bf1122;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf1122;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 17, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 17, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf1122; background: linear-gradient(135deg, #bf1122, #BF7411);