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