Imperial Red
#ec2938
Looking for the precise values behind Imperial Red (#ec2938)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ec2938 | |
|---|---|---|
| RGB | rgb(236, 41, 56) | |
| HSL | hsl(355, 84%, 54%) | |
| CMYK | cmyk(0%, 83%, 76%, 7%) | |
| LAB | lab(52, 72, 44) | |
| OKLCH | oklch(0.61 0.226 24) |
Color harmonies
Tints & shades
Code snippets
color: #ec2938;
background-color: #ec2938;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFEC2938)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.16, blue: 0.22, alpha: 1.0)