In a RGB color space, #f00000 hex color (also known as Helvetia Red) is composed of 94.1% red, 0% green and 0% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 100% magenta, 100% yellow and 5.9% black. It has a hue angle of 0 degrees, a saturation of 100% and a lightness of 47.1%. #f00000 color hex could be obtained by blending #ff0000 with #e10000. Closest websafe color is: #ff0000.
The hexadecimal color #f00000 has RGB values of R:240, G:0, B:0 and CMYK values of C:0, M:1, Y:1, K:0.06. Its decimal value is 15728640.
Hex triplet | f00000 | #f00000 |
RGB Decimal | 240, 0, 0 | rgb(240,0,0) |
RGB Percent | 94.1, 0, 0 | rgb(94.1%,0%,0%) |
CMYK | 0, 100, 100, 5.9 | |
HSL | 0°, 100, 47.1 | hsl(0,100%,47.1%) |
HSV(HSB) | 0°, 100, 94.1 | |
Web Safe | ff0000 | #f00 |
XYZ | 35.935, 18.525, 1.682 |
xyY | 0.64, 0.33, 18.525 |
CIE-LAB | 50.127, 76.516, 64.205 |
CIE-LCH | 50.127, 99.884, 40 |
CIE-LUV | 50.127, 164.84, 35.548 |
Hunter-Lab | 43.041, 73.709, 27.812 |
Binary | 11110000, 00000000, 00000000 |
Below, you can see some colors close to #f00000. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #f00000.
<span style="color:#f00000">Text here</span>
This paragraph has a background color of #f00000.
<p style="background-color:#f00000;">Content here</p>
This element has a border color of #f00000.
<div style="border:1px #f00000;">Content here</div>
.text {color:#f00000;}
.background {background-color:#f00000;}
.border {border:1px solid #f00000;}
.text-shadow {border:1px solid #f00000;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #060000 is the darkest color, while #fff0f0 is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #787878 is the less saturated color, while #e60a0a is the most saturated one.