Shades of Red #E10C02
Tints of Red #E10C02
RGB
CMYK
RGB Variations
Color information
#E10C02 (or 0xE10C02) is known color: Red. HEX triplet: E1, 0C and 02. RGB value is (225,12,2). Sum of RGB (Red+Green+Blue) = 225+12+2=239 (31% of max value = 765). Red value is 225 (88.28% from 255 or 94.14% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10C02 is #1EF3FD. Grayscale: #4A4A4A. Windows color (decimal): -2028542 or 134369. OLE color: 134369.
HSL color Cylindrical-coordinate representation of color #E10C02: hue angle of 2.69º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10C02 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.12 |
| HSL | 2.69º | 0.98% | 0.45% | - |
| HSV(B) | 2.69º | 0.99% | 0.88% | - |
| XYZ | 31.19 | 16.27 | 1.55 | - |
| YUV | 74.55 | 87.07 | 235.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 2 | 0 | 0.95 | 0.99 | 0.12 | 2.69 | 0.98 | 0.45 |
| Hex | E1 | C | 2 | 0 | 5F | 63 | C | 3 | 62 | 2D |
| Octal | 341 | 14 | 2 | 0 | 137 | 143 | 14 | 3 | 142 | 55 |
| Binary | 11100001 | 1100 | 10 | 0 | 1011111 | 1100011 | 1100 | 11 | 1100010 | 101101 |
Color Harmonies of #E10C02
Complementary color
Monochromatic Colors of #E10C02
Black with #E10C02
Text Example
Text Example
White with #E10C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C02; }
p { color: rgb(225,12,2); }
H1.HeaderClassName
{
color: #E10C02;
}
.AnyTagClassName
{
color: #E10C02;
}
</style>
background-color css
<style>
a { background-color: #E10C02; }
a { background-color: rgb(225,12,2); }
div.DivClassName
{
background-color: #E10C02;
}
.BgClassName
{
background-color: #E10C02;
}
</style>
border-color css
<style>
span { border-color: #E10C02; }
span { border-color: rgb(225,12,2); }
td.TdClassName
{
border-color: #E10C02;
}
.TagClassName
{
border-color: #E10C02;
}
</style>