Hot Shot
#ec4f28
Looking for the precise values behind Hot Shot (#ec4f28)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ec4f28 | |
|---|---|---|
| RGB | rgb(236, 79, 40) | |
| HSL | hsl(12, 84%, 54%) | |
| CMYK | cmyk(0%, 67%, 83%, 7%) | |
| LAB | lab(56, 60, 56) | |
| OKLCH | oklch(0.64 0.2 35) |
Color harmonies
Tints & shades
Code snippets
color: #ec4f28;
background-color: #ec4f28;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFEC4F28)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.31, blue: 0.16, alpha: 1.0)