#bf2921
a dark, vivid red · warm · closest name: firebrick
RGB
191, 41, 33
HSL
3°, 71%, 44%
CMYK
0, 79, 83, 25
Luminance
0.1277
Every format
| HEX | #bf2921 |
| RGB | rgb(191, 41, 33) |
| HSL | hsl(3, 71%, 44%) |
| CMYK | cmyk(0%, 79%, 83%, 25%) |
| LAB | lab(42.4 57.7 42.3) |
| LCH | lch(42.4 71.6 36.2) |
| OKLCH | oklch(0.526 0.187 28.6) |
Copy-ready code
/* CSS */
color: #bf2921;
background-color: #bf2921;
/* Tailwind (arbitrary) */
class="text-[#bf2921] bg-[#bf2921]"
/* SCSS */
$brand: #bf2921;
/* SwiftUI */
Color(red: 0.749, green: 0.161, blue: 0.129)
/* Android */
Color.parseColor("#bf2921")Accessibility — WCAG contrast
Aa
#bf2921 on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf2921 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green16.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta78.5%
Yellow82.7%
Key (black)25.1%
Color previews
#bf2921 text on a black background
contrast 3.55:1
Card sample
#bf2921 text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf2921;
Background color
Panel with #bf2921 background
background-color: #bf2921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf2921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 41, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 41, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf2921; background: linear-gradient(135deg, #bf2921, #BF9221);