#c83f21
a balanced, vivid red · warm · closest name: firebrick
RGB
200, 63, 33
HSL
11°, 72%, 46%
CMYK
0, 69, 84, 22
Luminance
0.1594
Every format
| HEX | #c83f21 |
| RGB | rgb(200, 63, 33) |
| HSL | hsl(11, 72%, 46%) |
| CMYK | cmyk(0%, 69%, 84%, 22%) |
| LAB | lab(46.9 52.9 47.0) |
| LCH | lch(46.9 70.8 41.6) |
| OKLCH | oklch(0.563 0.179 33.8) |
Copy-ready code
/* CSS */
color: #c83f21;
background-color: #c83f21;
/* Tailwind (arbitrary) */
class="text-[#c83f21] bg-[#c83f21]"
/* SCSS */
$brand: #c83f21;
/* SwiftUI */
Color(red: 0.784, green: 0.247, blue: 0.129)
/* Android */
Color.parseColor("#c83f21")Accessibility — WCAG contrast
Aa
#c83f21 on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c83f21 on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green24.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta68.5%
Yellow83.5%
Key (black)21.6%
Color previews
#c83f21 text on a black background
contrast 4.19:1
Card sample
#c83f21 text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c83f21;
Background color
Panel with #c83f21 background
background-color: #c83f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c83f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 63, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 63, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c83f21; background: linear-gradient(135deg, #c83f21, #C8AE21);