#bd2f13
a dark, electric red · warm · closest name: firebrick
RGB
189, 47, 19
HSL
10°, 82%, 41%
CMYK
0, 75, 90, 26
Luminance
0.1290
Every format
| HEX | #bd2f13 |
| RGB | rgb(189, 47, 19) |
| HSL | hsl(10, 82%, 41%) |
| CMYK | cmyk(0%, 75%, 90%, 26%) |
| LAB | lab(42.6 54.9 48.8) |
| LCH | lch(42.6 73.5 41.6) |
| OKLCH | oklch(0.526 0.183 32.8) |
Copy-ready code
/* CSS */
color: #bd2f13;
background-color: #bd2f13;
/* Tailwind (arbitrary) */
class="text-[#bd2f13] bg-[#bd2f13]"
/* SCSS */
$brand: #bd2f13;
/* SwiftUI */
Color(red: 0.741, green: 0.184, blue: 0.075)
/* Android */
Color.parseColor("#bd2f13")Accessibility — WCAG contrast
Aa
#bd2f13 on white: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bd2f13 on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green18.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta75.1%
Yellow89.9%
Key (black)25.9%
Color previews
#bd2f13 text on a black background
contrast 3.58:1
Card sample
#bd2f13 text on a white background
contrast 5.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd2f13;
Background color
Panel with #bd2f13 background
background-color: #bd2f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd2f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 47, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 47, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd2f13; background: linear-gradient(135deg, #bd2f13, #BDA013);