#bf3003
a dark, electric red · warm · closest name: firebrick
RGB
191, 48, 3
HSL
14°, 97%, 38%
CMYK
0, 75, 98, 25
Luminance
0.1320
Every format
| HEX | #bf3003 |
| RGB | rgb(191, 48, 3) |
| HSL | hsl(14, 97%, 38%) |
| CMYK | cmyk(0%, 75%, 98%, 25%) |
| LAB | lab(43.1 55.0 54.5) |
| LCH | lch(43.1 77.4 44.7) |
| OKLCH | oklch(0.530 0.185 34.8) |
Copy-ready code
/* CSS */
color: #bf3003;
background-color: #bf3003;
/* Tailwind (arbitrary) */
class="text-[#bf3003] bg-[#bf3003]"
/* SCSS */
$brand: #bf3003;
/* SwiftUI */
Color(red: 0.749, green: 0.188, blue: 0.012)
/* Android */
Color.parseColor("#bf3003")Accessibility — WCAG contrast
Aa
#bf3003 on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf3003 on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green18.8%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta74.9%
Yellow98.4%
Key (black)25.1%
Color previews
#bf3003 text on a black background
contrast 3.64:1
Card sample
#bf3003 text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf3003;
Background color
Panel with #bf3003 background
background-color: #bf3003;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf3003;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 48, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 48, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf3003; background: linear-gradient(135deg, #bf3003, #BFAD03);