#bf2721
a dark, vivid red · warm · closest name: firebrick
RGB
191, 39, 33
HSL
2°, 71%, 44%
CMYK
0, 80, 83, 25
Luminance
0.1264
Every format
| HEX | #bf2721 |
| RGB | rgb(191, 39, 33) |
| HSL | hsl(2, 71%, 44%) |
| CMYK | cmyk(0%, 80%, 83%, 25%) |
| LAB | lab(42.2 58.3 42.1) |
| LCH | lch(42.2 71.9 35.8) |
| OKLCH | oklch(0.524 0.189 28.2) |
Copy-ready code
/* CSS */
color: #bf2721;
background-color: #bf2721;
/* Tailwind (arbitrary) */
class="text-[#bf2721] bg-[#bf2721]"
/* SCSS */
$brand: #bf2721;
/* SwiftUI */
Color(red: 0.749, green: 0.153, blue: 0.129)
/* Android */
Color.parseColor("#bf2721")Accessibility — WCAG contrast
Aa
#bf2721 on white: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf2721 on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green15.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta79.6%
Yellow82.7%
Key (black)25.1%
Color previews
#bf2721 text on a black background
contrast 3.53:1
Card sample
#bf2721 text on a white background
contrast 5.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf2721;
Background color
Panel with #bf2721 background
background-color: #bf2721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf2721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 39, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 39, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf2721; background: linear-gradient(135deg, #bf2721, #BF9021);