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