Lava
#cf1020
Here's everything about the color Lava (#cf1020) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #cf1020 | |
|---|---|---|
| RGB | rgb(207, 16, 32) | |
| HSL | hsl(355, 86%, 44%) | |
| CMYK | cmyk(0%, 92%, 85%, 19%) | |
| LAB | lab(45, 68, 47) | |
| OKLCH | oklch(0.54 0.214 26) |
Color harmonies
Tints & shades
Code snippets
color: #cf1020;
background-color: #cf1020;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCF1020)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.06, blue: 0.13, alpha: 1.0)