Shades of Red #E00F01
Tints of Red #E00F01
RGB
CMYK
RGB Variations
Color information
#E00F01 (or 0xE00F01) is known color: Red. HEX triplet: E0, 0F and 01. RGB value is (224,15,1). Sum of RGB (Red+Green+Blue) = 224+15+1=240 (31% of max value = 765). Red value is 224 (87.89% from 255 or 93.33% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00F01 is #1FF0FE. Grayscale: #4C4C4C. Windows color (decimal): -2093311 or 69600. OLE color: 69600.
HSL color Cylindrical-coordinate representation of color #E00F01: hue angle of 3.77º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00F01 is Cyan = 0, Magento = 0.93, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 15 | 1 | - |
| CMYK | 0 | 0.93 | 1.00 | 0.12 |
| HSL | 3.77º | 0.99% | 0.44% | - |
| HSV(B) | 3.77º | 1% | 0.88% | - |
| XYZ | 30.92 | 16.19 | 1.52 | - |
| YUV | 75.9 | 85.74 | 233.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 1 | 0 | 0.93 | 1.00 | 0.12 | 3.77 | 0.99 | 0.44 |
| Hex | E0 | F | 1 | 0 | 5D | 64 | C | 4 | 63 | 2C |
| Octal | 340 | 17 | 1 | 0 | 135 | 144 | 14 | 4 | 143 | 54 |
| Binary | 11100000 | 1111 | 1 | 0 | 1011101 | 1100100 | 1100 | 100 | 1100011 | 101100 |
Color Harmonies of #E00F01
Complementary color
Monochromatic Colors of #E00F01
Black with #E00F01
Text Example
Text Example
White with #E00F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00F01; }
p { color: rgb(224,15,1); }
H1.HeaderClassName
{
color: #E00F01;
}
.AnyTagClassName
{
color: #E00F01;
}
</style>
background-color css
<style>
a { background-color: #E00F01; }
a { background-color: rgb(224,15,1); }
div.DivClassName
{
background-color: #E00F01;
}
.BgClassName
{
background-color: #E00F01;
}
</style>
border-color css
<style>
span { border-color: #E00F01; }
span { border-color: rgb(224,15,1); }
td.TdClassName
{
border-color: #E00F01;
}
.TagClassName
{
border-color: #E00F01;
}
</style>