What is the HEX code for tomato red?
The CSS color tomato red in HEX format is #ec2d01. Use this value directly in CSS, SVG, and most design tools.
How do I use tomato red in CSS?
To apply tomato red in CSS:
- Text color: color: #ec2d01;
- Background: background-color: #ec2d01;
- Border: border-color: #ec2d01;
What are all the color format values for tomato red?
| Format | Value |
|---|---|
| HEX | #ec2d01 |
| RGB | rgb(236, 45, 1) |
| HSL | hsl(11.2, 99.2%, 46.5%) |
| CMYK | cmyk(0%, 80.9%, 99.6%, 7.5%) |
How do I convert tomato red to HEX?
Select tomato red from the color name list in our color converter. The HEX value — #ec2d01 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does tomato red belong to?
tomato red belongs to the red color family. It is a medium, vivid color with HSL values: hue 11.2°, saturation 99.2%, lightness 46.5%.
How do I create lighter and darker shades of tomato red?
Lighter variant (lightness 61.5%): #fe603b. Darker variant (lightness 31.5%): #a01e01. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.