Sweet Chilli
#f5160b
Looking for the precise values behind Sweet Chilli (#f5160b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f5160b | |
|---|---|---|
| RGB | rgb(245, 22, 11) | |
| HSL | hsl(3, 92%, 50%) | |
| CMYK | cmyk(0%, 91%, 96%, 4%) | |
| LAB | lab(53, 77, 65) | |
| OKLCH | oklch(0.61 0.245 29) |
Color harmonies
Tints & shades
Code snippets
color: #f5160b;
background-color: #f5160b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFF5160B)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.09, blue: 0.04, alpha: 1.0)