Helvetia Red
#f00000
Looking for the precise values behind Helvetia Red (#f00000)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f00000 | |
|---|---|---|
| RGB | rgb(240, 0, 0) | |
| HSL | hsl(0, 100%, 47%) | |
| CMYK | cmyk(0%, 100%, 100%, 6%) | |
| LAB | lab(51, 77, 67) | |
| OKLCH | oklch(0.6 0.246 29) |
Color harmonies
Tints & shades
Code snippets
color: #f00000;
background-color: #f00000;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFF00000)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.00, blue: 0.00, alpha: 1.0)