#b33413
a dark, electric red · warm · closest name: firebrick
RGB
179, 52, 19
HSL
12°, 81%, 39%
CMYK
0, 71, 89, 30
Luminance
0.1209
Every format
| HEX | #b33413 |
| RGB | rgb(179, 52, 19) |
| HSL | hsl(12, 81%, 39%) |
| CMYK | cmyk(0%, 71%, 89%, 30%) |
| LAB | lab(41.4 49.9 47.0) |
| LCH | lch(41.4 68.5 43.3) |
| OKLCH | oklch(0.513 0.169 34.7) |
Copy-ready code
/* CSS */
color: #b33413;
background-color: #b33413;
/* Tailwind (arbitrary) */
class="text-[#b33413] bg-[#b33413]"
/* SCSS */
$brand: #b33413;
/* SwiftUI */
Color(red: 0.702, green: 0.204, blue: 0.075)
/* Android */
Color.parseColor("#b33413")Accessibility — WCAG contrast
Aa
#b33413 on white: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b33413 on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green20.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow89.4%
Key (black)29.8%
Color previews
#b33413 text on a black background
contrast 3.42:1
Card sample
#b33413 text on a white background
contrast 6.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b33413;
Background color
Panel with #b33413 background
background-color: #b33413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b33413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 52, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 52, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b33413; background: linear-gradient(135deg, #b33413, #B39F13);