#b33021
a dark, vivid red · warm · closest name: firebrick
RGB
179, 48, 33
HSL
6°, 69%, 42%
CMYK
0, 73, 82, 30
Luminance
0.1181
Every format
| HEX | #b33021 |
| RGB | rgb(179, 48, 33) |
| HSL | hsl(6, 69%, 42%) |
| CMYK | cmyk(0%, 73%, 82%, 30%) |
| LAB | lab(40.9 51.7 40.0) |
| LCH | lch(40.9 65.4 37.7) |
| OKLCH | oklch(0.510 0.170 30.3) |
Copy-ready code
/* CSS */
color: #b33021;
background-color: #b33021;
/* Tailwind (arbitrary) */
class="text-[#b33021] bg-[#b33021]"
/* SCSS */
$brand: #b33021;
/* SwiftUI */
Color(red: 0.702, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#b33021")Accessibility — WCAG contrast
Aa
#b33021 on white: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b33021 on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green18.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta73.2%
Yellow81.6%
Key (black)29.8%
Color previews
#b33021 text on a black background
contrast 3.36:1
Card sample
#b33021 text on a white background
contrast 6.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b33021;
Background color
Panel with #b33021 background
background-color: #b33021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b33021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b33021; background: linear-gradient(135deg, #b33021, #B39221);