Shades of Red #E10F00
Tints of Red #E10F00
RGB
CMYK
RGB Variations
Color information
#E10F00 (or 0xE10F00) is known color: Red. HEX triplet: E1, 0F and 00. RGB value is (225,15,0). Sum of RGB (Red+Green+Blue) = 225+15+0=240 (31% of max value = 765). Red value is 225 (88.28% from 255 or 93.75% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10F00 is #1EF0FF. Grayscale: #4C4C4C. Windows color (decimal): -2027776 or 4065. OLE color: 4065.
HSL color Cylindrical-coordinate representation of color #E10F00: hue angle of 4º 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 #E10F00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.12 |
| HSL | 4º | 1% | 0.44% | - |
| HSV(B) | 4º | 1% | 0.88% | - |
| XYZ | 31.22 | 16.35 | 1.51 | - |
| YUV | 76.08 | 85.07 | 234.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 0 | 0 | 0.93 | 1 | 0.12 | 4 | 1 | 0.44 |
| Hex | E1 | F | 0 | 0 | 5D | 64 | C | 4 | 64 | 2C |
| Octal | 341 | 17 | 0 | 0 | 135 | 144 | 14 | 4 | 144 | 54 |
| Binary | 11100001 | 1111 | 0 | 0 | 1011101 | 1100100 | 1100 | 100 | 1100100 | 101100 |
Color Harmonies of #E10F00
Complementary color
Monochromatic Colors of #E10F00
Black with #E10F00
Text Example
Text Example
White with #E10F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10F00; }
p { color: rgb(225,15,0); }
H1.HeaderClassName
{
color: #E10F00;
}
.AnyTagClassName
{
color: #E10F00;
}
</style>
background-color css
<style>
a { background-color: #E10F00; }
a { background-color: rgb(225,15,0); }
div.DivClassName
{
background-color: #E10F00;
}
.BgClassName
{
background-color: #E10F00;
}
</style>
border-color css
<style>
span { border-color: #E10F00; }
span { border-color: rgb(225,15,0); }
td.TdClassName
{
border-color: #E10F00;
}
.TagClassName
{
border-color: #E10F00;
}
</style>