Vermilion
#f4320c
Here's everything about the color Vermilion (#f4320c) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #f4320c | |
|---|---|---|
| RGB | rgb(244, 50, 12) | |
| HSL | hsl(10, 91%, 50%) | |
| CMYK | cmyk(0%, 80%, 95%, 4%) | |
| LAB | lab(54, 71, 65) | |
| OKLCH | oklch(0.63 0.231 32) |
Color harmonies
Tints & shades
Code snippets
color: #f4320c;
background-color: #f4320c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFF4320C)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.20, blue: 0.05, alpha: 1.0)