Thai Chilli
#ce0001
Thai Chilli, represented by the hex value #ce0001, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ce0001 | |
|---|---|---|
| RGB | rgb(206, 0, 1) | |
| HSL | hsl(360, 100%, 40%) | |
| CMYK | cmyk(0%, 100%, 100%, 19%) | |
| LAB | lab(44, 69, 59) | |
| OKLCH | oklch(0.53 0.219 29) |
Color harmonies
Tints & shades
Code snippets
color: #ce0001;
background-color: #ce0001;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCE0001)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.00, blue: 0.00, alpha: 1.0)