Hypnotic Red
#cf0d14
Looking for the precise values behind Hypnotic Red (#cf0d14)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #cf0d14 | |
|---|---|---|
| RGB | rgb(207, 13, 20) | |
| HSL | hsl(358, 88%, 43%) | |
| CMYK | cmyk(0%, 94%, 90%, 19%) | |
| LAB | lab(45, 68, 53) | |
| OKLCH | oklch(0.54 0.216 28) |
Color harmonies
Tints & shades
Code snippets
color: #cf0d14;
background-color: #cf0d14;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCF0D14)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.05, blue: 0.08, alpha: 1.0)