#b73321
a dark, vivid red · warm · closest name: firebrick
RGB
183, 51, 33
HSL
7°, 69%, 42%
CMYK
0, 72, 82, 28
Luminance
0.1254
Every format
| HEX | #b73321 |
| RGB | rgb(183, 51, 33) |
| HSL | hsl(7, 69%, 42%) |
| CMYK | cmyk(0%, 72%, 82%, 28%) |
| LAB | lab(42.1 51.9 41.4) |
| LCH | lch(42.1 66.4 38.6) |
| OKLCH | oklch(0.520 0.172 31.0) |
Copy-ready code
/* CSS */
color: #b73321;
background-color: #b73321;
/* Tailwind (arbitrary) */
class="text-[#b73321] bg-[#b73321]"
/* SCSS */
$brand: #b73321;
/* SwiftUI */
Color(red: 0.718, green: 0.200, blue: 0.129)
/* Android */
Color.parseColor("#b73321")Accessibility — WCAG contrast
Aa
#b73321 on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b73321 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green20.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta72.1%
Yellow82.0%
Key (black)28.2%
Color previews
#b73321 text on a black background
contrast 3.51:1
Card sample
#b73321 text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b73321;
Background color
Panel with #b73321 background
background-color: #b73321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b73321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 51, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 51, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b73321; background: linear-gradient(135deg, #b73321, #B79721);