#bf3d13
a dark, electric red · warm · closest name: firebrick
RGB
191, 61, 19
HSL
15°, 82%, 41%
CMYK
0, 68, 90, 25
Luminance
0.1446
Every format
| HEX | #bf3d13 |
| RGB | rgb(191, 61, 19) |
| HSL | hsl(15, 82%, 41%) |
| CMYK | cmyk(0%, 68%, 90%, 25%) |
| LAB | lab(44.9 50.4 50.7) |
| LCH | lch(44.9 71.4 45.2) |
| OKLCH | oklch(0.544 0.173 36.5) |
Copy-ready code
/* CSS */
color: #bf3d13;
background-color: #bf3d13;
/* Tailwind (arbitrary) */
class="text-[#bf3d13] bg-[#bf3d13]"
/* SCSS */
$brand: #bf3d13;
/* SwiftUI */
Color(red: 0.749, green: 0.239, blue: 0.075)
/* Android */
Color.parseColor("#bf3d13")Accessibility — WCAG contrast
Aa
#bf3d13 on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf3d13 on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green23.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta68.1%
Yellow90.1%
Key (black)25.1%
Color previews
#bf3d13 text on a black background
contrast 3.89:1
Card sample
#bf3d13 text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf3d13;
Background color
Panel with #bf3d13 background
background-color: #bf3d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf3d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 61, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 61, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf3d13; background: linear-gradient(135deg, #bf3d13, #BFB013);