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