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