#b73921
a dark, vivid red · warm · closest name: firebrick
RGB
183, 57, 33
HSL
10°, 69%, 42%
CMYK
0, 69, 82, 28
Luminance
0.1310
Every format
| HEX | #b73921 |
| RGB | rgb(183, 57, 33) |
| HSL | hsl(10, 69%, 42%) |
| CMYK | cmyk(0%, 69%, 82%, 28%) |
| LAB | lab(42.9 49.6 42.2) |
| LCH | lch(42.9 65.1 40.4) |
| OKLCH | oklch(0.527 0.166 32.9) |
Copy-ready code
/* CSS */
color: #b73921;
background-color: #b73921;
/* Tailwind (arbitrary) */
class="text-[#b73921] bg-[#b73921]"
/* SCSS */
$brand: #b73921;
/* SwiftUI */
Color(red: 0.718, green: 0.224, blue: 0.129)
/* Android */
Color.parseColor("#b73921")Accessibility — WCAG contrast
Aa
#b73921 on white: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b73921 on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green22.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta68.9%
Yellow82.0%
Key (black)28.2%
Color previews
#b73921 text on a black background
contrast 3.62:1
Card sample
#b73921 text on a white background
contrast 5.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b73921;
Background color
Panel with #b73921 background
background-color: #b73921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b73921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 57, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 57, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b73921; background: linear-gradient(135deg, #b73921, #B79D21);