#ff200c
a balanced, electric red · warm · closest name: red
RGB
255, 32, 12
HSL
5°, 100%, 52%
CMYK
0, 88, 95, 0
Luminance
0.2232
Every format
| HEX | #ff200c |
| RGB | rgb(255, 32, 12) |
| HSL | hsl(5, 100%, 52%) |
| CMYK | cmyk(0%, 88%, 95%, 0%) |
| LAB | lab(54.4 77.0 64.8) |
| LCH | lch(54.4 100.7 40.1) |
| OKLCH | oklch(0.636 0.249 30.0) |
Copy-ready code
/* CSS */
color: #ff200c;
background-color: #ff200c;
/* Tailwind (arbitrary) */
class="text-[#ff200c] bg-[#ff200c]"
/* SCSS */
$brand: #ff200c;
/* SwiftUI */
Color(red: 1.000, green: 0.125, blue: 0.047)
/* Android */
Color.parseColor("#ff200c")Accessibility — WCAG contrast
Aa
#ff200c on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff200c on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green12.5%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow95.3%
Key (black)0.0%
Color previews
#ff200c text on a black background
contrast 5.46:1
Card sample
#ff200c text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff200c;
Background color
Panel with #ff200c background
background-color: #ff200c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff200c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 32, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 32, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff200c; background: linear-gradient(135deg, #ff200c, #FFC20C);