#ce3f2c
a balanced, vivid red · warm · closest name: firebrick
RGB
206, 63, 44
HSL
7°, 65%, 49%
CMYK
0, 69, 79, 19
Luminance
0.1686
Every format
| HEX | #ce3f2c |
| RGB | rgb(206, 63, 44) |
| HSL | hsl(7, 65%, 49%) |
| CMYK | cmyk(0%, 69%, 79%, 19%) |
| LAB | lab(48.1 55.2 43.0) |
| LCH | lch(48.1 70.0 37.9) |
| OKLCH | oklch(0.574 0.183 30.8) |
Copy-ready code
/* CSS */
color: #ce3f2c;
background-color: #ce3f2c;
/* Tailwind (arbitrary) */
class="text-[#ce3f2c] bg-[#ce3f2c]"
/* SCSS */
$brand: #ce3f2c;
/* SwiftUI */
Color(red: 0.808, green: 0.247, blue: 0.173)
/* Android */
Color.parseColor("#ce3f2c")Accessibility — WCAG contrast
Aa
#ce3f2c on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce3f2c on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green24.7%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta69.4%
Yellow78.6%
Key (black)19.2%
Color previews
#ce3f2c text on a black background
contrast 4.37:1
Card sample
#ce3f2c text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3f2c;
Background color
Panel with #ce3f2c background
background-color: #ce3f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 63, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 63, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3f2c; background: linear-gradient(135deg, #ce3f2c, #CEAB2C);