Shades of Red #E10502
Tints of Red #E10502
RGB
CMYK
RGB Variations
Color information
#E10502 (or 0xE10502) is known color: Red. HEX triplet: E1, 05 and 02. RGB value is (225,5,2). Sum of RGB (Red+Green+Blue) = 225+5+2=232 (30% of max value = 765). Red value is 225 (88.28% from 255 or 96.98% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 225 - color contains mainly: red. Hex color #E10502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10502 is #1EFAFD. Grayscale: #464646. Windows color (decimal): -2030334 or 132577. OLE color: 132577.
HSL color Cylindrical-coordinate representation of color #E10502: hue angle of 0.81º 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 #E10502 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.12 |
| HSL | 0.81º | 0.98% | 0.45% | - |
| HSV(B) | 0.81º | 0.99% | 0.88% | - |
| XYZ | 31.12 | 16.12 | 1.53 | - |
| YUV | 70.44 | 89.39 | 238.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 2 | 0 | 0.98 | 0.99 | 0.12 | 0.81 | 0.98 | 0.45 |
| Hex | E1 | 5 | 2 | 0 | 62 | 63 | C | 1 | 62 | 2D |
| Octal | 341 | 5 | 2 | 0 | 142 | 143 | 14 | 1 | 142 | 55 |
| Binary | 11100001 | 101 | 10 | 0 | 1100010 | 1100011 | 1100 | 1 | 1100010 | 101101 |
Color Harmonies of #E10502
Complementary color
Monochromatic Colors of #E10502
Black with #E10502
Text Example
Text Example
White with #E10502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10502; }
p { color: rgb(225,5,2); }
H1.HeaderClassName
{
color: #E10502;
}
.AnyTagClassName
{
color: #E10502;
}
</style>
background-color css
<style>
a { background-color: #E10502; }
a { background-color: rgb(225,5,2); }
div.DivClassName
{
background-color: #E10502;
}
.BgClassName
{
background-color: #E10502;
}
</style>
border-color css
<style>
span { border-color: #E10502; }
span { border-color: rgb(225,5,2); }
td.TdClassName
{
border-color: #E10502;
}
.TagClassName
{
border-color: #E10502;
}
</style>