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