Reign of Tomatoes
#f7250b
Looking for the precise values behind Reign of Tomatoes (#f7250b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f7250b | |
|---|---|---|
| RGB | rgb(247, 37, 11) | |
| HSL | hsl(7, 94%, 51%) | |
| CMYK | cmyk(0%, 85%, 96%, 3%) | |
| LAB | lab(54, 75, 66) | |
| OKLCH | oklch(0.62 0.241 31) |
Color harmonies
Tints & shades
Code snippets
color: #f7250b;
background-color: #f7250b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFF7250B)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.15, blue: 0.04, alpha: 1.0)