#b33e21
a dark, vivid red · warm · closest name: firebrick
RGB
179, 62, 33
HSL
12°, 69%, 42%
CMYK
0, 65, 82, 30
Luminance
0.1314
Every format
| HEX | #b33e21 |
| RGB | rgb(179, 62, 33) |
| HSL | hsl(12, 69%, 42%) |
| CMYK | cmyk(0%, 65%, 82%, 30%) |
| LAB | lab(43.0 46.1 42.0) |
| LCH | lch(43.0 62.4 42.4) |
| OKLCH | oklch(0.526 0.158 34.9) |
Copy-ready code
/* CSS */
color: #b33e21;
background-color: #b33e21;
/* Tailwind (arbitrary) */
class="text-[#b33e21] bg-[#b33e21]"
/* SCSS */
$brand: #b33e21;
/* SwiftUI */
Color(red: 0.702, green: 0.243, blue: 0.129)
/* Android */
Color.parseColor("#b33e21")Accessibility — WCAG contrast
Aa
#b33e21 on white: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b33e21 on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green24.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta65.4%
Yellow81.6%
Key (black)29.8%
Color previews
#b33e21 text on a black background
contrast 3.63:1
Card sample
#b33e21 text on a white background
contrast 5.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b33e21;
Background color
Panel with #b33e21 background
background-color: #b33e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b33e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 62, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 62, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b33e21; background: linear-gradient(135deg, #b33e21, #B39F21);