Shades of Red #E10302
Tints of Red #E10302
RGB
CMYK
RGB Variations
Color information
#E10302 (or 0xE10302) is known color: Red. HEX triplet: E1, 03 and 02. RGB value is (225,3,2). Sum of RGB (Red+Green+Blue) = 225+3+2=230 (30% of max value = 765). Red value is 225 (88.28% from 255 or 97.83% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 225 - color contains mainly: red. Hex color #E10302 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10302 is #1EFCFD. Grayscale: #454545. Windows color (decimal): -2030846 or 132065. OLE color: 132065.
HSL color Cylindrical-coordinate representation of color #E10302: hue angle of 0.27º 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 #E10302 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.12 |
| HSL | 0.27º | 0.98% | 0.45% | - |
| HSV(B) | 0.27º | 0.99% | 0.88% | - |
| XYZ | 31.09 | 16.08 | 1.52 | - |
| YUV | 69.26 | 90.05 | 239.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 2 | 0 | 0.99 | 0.99 | 0.12 | 0.27 | 0.98 | 0.45 |
| Hex | E1 | 3 | 2 | 0 | 63 | 63 | C | 0 | 62 | 2D |
| Octal | 341 | 3 | 2 | 0 | 143 | 143 | 14 | 0 | 142 | 55 |
| Binary | 11100001 | 11 | 10 | 0 | 1100011 | 1100011 | 1100 | 0 | 1100010 | 101101 |
Color Harmonies of #E10302
Complementary color
Monochromatic Colors of #E10302
Black with #E10302
Text Example
Text Example
White with #E10302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10302; }
p { color: rgb(225,3,2); }
H1.HeaderClassName
{
color: #E10302;
}
.AnyTagClassName
{
color: #E10302;
}
</style>
background-color css
<style>
a { background-color: #E10302; }
a { background-color: rgb(225,3,2); }
div.DivClassName
{
background-color: #E10302;
}
.BgClassName
{
background-color: #E10302;
}
</style>
border-color css
<style>
span { border-color: #E10302; }
span { border-color: rgb(225,3,2); }
td.TdClassName
{
border-color: #E10302;
}
.TagClassName
{
border-color: #E10302;
}
</style>