#bf1925
a dark, electric red · warm · closest name: firebrick
RGB
191, 25, 37
HSL
356°, 77%, 42%
CMYK
0, 87, 81, 25
Luminance
0.1191
Every format
| HEX | #bf1925 |
| RGB | rgb(191, 25, 37) |
| HSL | hsl(356, 77%, 42%) |
| CMYK | cmyk(0%, 87%, 81%, 25%) |
| LAB | lab(41.1 61.8 38.8) |
| LCH | lch(41.1 73.0 32.1) |
| OKLCH | oklch(0.516 0.197 25.1) |
Copy-ready code
/* CSS */
color: #bf1925;
background-color: #bf1925;
/* Tailwind (arbitrary) */
class="text-[#bf1925] bg-[#bf1925]"
/* SCSS */
$brand: #bf1925;
/* SwiftUI */
Color(red: 0.749, green: 0.098, blue: 0.145)
/* Android */
Color.parseColor("#bf1925")Accessibility — WCAG contrast
Aa
#bf1925 on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf1925 on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green9.8%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta86.9%
Yellow80.6%
Key (black)25.1%
Color previews
#bf1925 text on a black background
contrast 3.38:1
Card sample
#bf1925 text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf1925;
Background color
Panel with #bf1925 background
background-color: #bf1925;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf1925;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 25, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 25, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf1925; background: linear-gradient(135deg, #bf1925, #BF7C19);