#ff113e
a balanced, electric red · warm · closest name: crimson
RGB
255, 17, 62
HSL
349°, 100%, 53%
CMYK
0, 93, 76, 0
Luminance
0.2201
Every format
| HEX | #ff113e |
| RGB | rgb(255, 17, 62) |
| HSL | hsl(349, 100%, 53%) |
| CMYK | cmyk(0%, 93%, 76%, 0%) |
| LAB | lab(54.0 79.9 42.3) |
| LCH | lch(54.0 90.4 27.9) |
| OKLCH | oklch(0.635 0.251 21.9) |
Copy-ready code
/* CSS */
color: #ff113e;
background-color: #ff113e;
/* Tailwind (arbitrary) */
class="text-[#ff113e] bg-[#ff113e]"
/* SCSS */
$brand: #ff113e;
/* SwiftUI */
Color(red: 1.000, green: 0.067, blue: 0.243)
/* Android */
Color.parseColor("#ff113e")Accessibility — WCAG contrast
Aa
#ff113e on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff113e on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green6.7%
Blue24.3%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow75.7%
Key (black)0.0%
Color previews
#ff113e text on a black background
contrast 5.40:1
Card sample
#ff113e text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff113e;
Background color
Panel with #ff113e background
background-color: #ff113e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff113e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 17, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 17, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff113e; background: linear-gradient(135deg, #ff113e, #FF8311);