Shades of Red #E10C00
Tints of Red #E10C00
RGB
CMYK
RGB Variations
Color information
#E10C00 (or 0xE10C00) is known color: Red. HEX triplet: E1, 0C and 00. RGB value is (225,12,0). Sum of RGB (Red+Green+Blue) = 225+12+0=237 (31% of max value = 765). Red value is 225 (88.28% from 255 or 94.94% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10C00 is #1EF3FF. Grayscale: #4A4A4A. Windows color (decimal): -2028544 or 3297. OLE color: 3297.
HSL color Cylindrical-coordinate representation of color #E10C00: hue angle of 3.2º 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 #E10C00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.12 |
| HSL | 3.2º | 1% | 0.44% | - |
| HSV(B) | 3.2º | 1% | 0.88% | - |
| XYZ | 31.18 | 16.27 | 1.5 | - |
| YUV | 74.32 | 86.07 | 235.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 0 | 0 | 0.95 | 1 | 0.12 | 3.2 | 1 | 0.44 |
| Hex | E1 | C | 0 | 0 | 5F | 64 | C | 3 | 64 | 2C |
| Octal | 341 | 14 | 0 | 0 | 137 | 144 | 14 | 3 | 144 | 54 |
| Binary | 11100001 | 1100 | 0 | 0 | 1011111 | 1100100 | 1100 | 11 | 1100100 | 101100 |
Color Harmonies of #E10C00
Complementary color
Monochromatic Colors of #E10C00
Black with #E10C00
Text Example
Text Example
White with #E10C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C00; }
p { color: rgb(225,12,0); }
H1.HeaderClassName
{
color: #E10C00;
}
.AnyTagClassName
{
color: #E10C00;
}
</style>
background-color css
<style>
a { background-color: #E10C00; }
a { background-color: rgb(225,12,0); }
div.DivClassName
{
background-color: #E10C00;
}
.BgClassName
{
background-color: #E10C00;
}
</style>
border-color css
<style>
span { border-color: #E10C00; }
span { border-color: rgb(225,12,0); }
td.TdClassName
{
border-color: #E10C00;
}
.TagClassName
{
border-color: #E10C00;
}
</style>