Shades of Red #E10E00
Tints of Red #E10E00
RGB
CMYK
RGB Variations
Color information
#E10E00 (or 0xE10E00) is known color: Red. HEX triplet: E1, 0E and 00. RGB value is (225,14,0). Sum of RGB (Red+Green+Blue) = 225+14+0=239 (31% of max value = 765). Red value is 225 (88.28% from 255 or 94.14% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 225 - color contains mainly: red. Hex color #E10E00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10E00 is #1EF1FF. Grayscale: #4B4B4B. Windows color (decimal): -2028032 or 3809. OLE color: 3809.
HSL color Cylindrical-coordinate representation of color #E10E00: hue angle of 3.73º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10E00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 14 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.12 |
| HSL | 3.73º | 1% | 0.44% | - |
| HSV(B) | 3.73º | 1% | 0.88% | - |
| XYZ | 31.21 | 16.32 | 1.51 | - |
| YUV | 75.49 | 85.4 | 234.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 14 | 0 | 0 | 0.94 | 1 | 0.12 | 3.73 | 1 | 0.44 |
| Hex | E1 | E | 0 | 0 | 5E | 64 | C | 4 | 64 | 2C |
| Octal | 341 | 16 | 0 | 0 | 136 | 144 | 14 | 4 | 144 | 54 |
| Binary | 11100001 | 1110 | 0 | 0 | 1011110 | 1100100 | 1100 | 100 | 1100100 | 101100 |
Color Harmonies of #E10E00
Complementary color
Monochromatic Colors of #E10E00
Black with #E10E00
Text Example
Text Example
White with #E10E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10E00; }
p { color: rgb(225,14,0); }
H1.HeaderClassName
{
color: #E10E00;
}
.AnyTagClassName
{
color: #E10E00;
}
</style>
background-color css
<style>
a { background-color: #E10E00; }
a { background-color: rgb(225,14,0); }
div.DivClassName
{
background-color: #E10E00;
}
.BgClassName
{
background-color: #E10E00;
}
</style>
border-color css
<style>
span { border-color: #E10E00; }
span { border-color: rgb(225,14,0); }
td.TdClassName
{
border-color: #E10E00;
}
.TagClassName
{
border-color: #E10E00;
}
</style>