#c84921
a balanced, vivid red · warm · closest name: firebrick
RGB
200, 73, 33
HSL
14°, 72%, 46%
CMYK
0, 64, 84, 22
Luminance
0.1715
Every format
| HEX | #c84921 |
| RGB | rgb(200, 73, 33) |
| HSL | hsl(14, 72%, 46%) |
| CMYK | cmyk(0%, 64%, 84%, 22%) |
| LAB | lab(48.5 48.7 48.4) |
| LCH | lch(48.5 68.7 44.8) |
| OKLCH | oklch(0.574 0.170 37.1) |
Copy-ready code
/* CSS */
color: #c84921;
background-color: #c84921;
/* Tailwind (arbitrary) */
class="text-[#c84921] bg-[#c84921]"
/* SCSS */
$brand: #c84921;
/* SwiftUI */
Color(red: 0.784, green: 0.286, blue: 0.129)
/* Android */
Color.parseColor("#c84921")Accessibility — WCAG contrast
Aa
#c84921 on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c84921 on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green28.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.5%
Yellow83.5%
Key (black)21.6%
Color previews
#c84921 text on a black background
contrast 4.43:1
Card sample
#c84921 text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c84921;
Background color
Panel with #c84921 background
background-color: #c84921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c84921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 73, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 73, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c84921; background: linear-gradient(135deg, #c84921, #C8B821);