#d0362f
a balanced, vivid red · warm · closest name: firebrick
RGB
208, 54, 47
HSL
3°, 63%, 50%
CMYK
0, 74, 77, 18
Luminance
0.1625
Every format
| HEX | #d0362f |
| RGB | rgb(208, 54, 47) |
| HSL | hsl(3, 63%, 50%) |
| CMYK | cmyk(0%, 74%, 77%, 18%) |
| LAB | lab(47.3 59.2 40.7) |
| LCH | lch(47.3 71.9 34.5) |
| OKLCH | oklch(0.569 0.192 27.8) |
Copy-ready code
/* CSS */
color: #d0362f;
background-color: #d0362f;
/* Tailwind (arbitrary) */
class="text-[#d0362f] bg-[#d0362f]"
/* SCSS */
$brand: #d0362f;
/* SwiftUI */
Color(red: 0.816, green: 0.212, blue: 0.184)
/* Android */
Color.parseColor("#d0362f")Accessibility — WCAG contrast
Aa
#d0362f on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d0362f on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green21.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta74.0%
Yellow77.4%
Key (black)18.4%
Color previews
#d0362f text on a black background
contrast 4.25:1
Card sample
#d0362f text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0362f;
Background color
Panel with #d0362f background
background-color: #d0362f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0362f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 54, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 54, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0362f; background: linear-gradient(135deg, #d0362f, #D0A12F);