#ce271f
a balanced, vivid red · warm · closest name: firebrick
RGB
206, 39, 31
HSL
3°, 74%, 47%
CMYK
0, 81, 85, 19
Luminance
0.1467
Every format
| HEX | #ce271f |
| RGB | rgb(206, 39, 31) |
| HSL | hsl(3, 74%, 47%) |
| CMYK | cmyk(0%, 81%, 85%, 19%) |
| LAB | lab(45.2 62.6 46.9) |
| LCH | lch(45.2 78.2 36.8) |
| OKLCH | oklch(0.552 0.203 28.7) |
Copy-ready code
/* CSS */
color: #ce271f;
background-color: #ce271f;
/* Tailwind (arbitrary) */
class="text-[#ce271f] bg-[#ce271f]"
/* SCSS */
$brand: #ce271f;
/* SwiftUI */
Color(red: 0.808, green: 0.153, blue: 0.122)
/* Android */
Color.parseColor("#ce271f")Accessibility — WCAG contrast
Aa
#ce271f on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce271f on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green15.3%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta81.1%
Yellow85.0%
Key (black)19.2%
Color previews
#ce271f text on a black background
contrast 3.93:1
Card sample
#ce271f text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce271f;
Background color
Panel with #ce271f background
background-color: #ce271f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce271f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 39, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 39, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce271f; background: linear-gradient(135deg, #ce271f, #CE9C1F);