Shades of Red #E10D02
Tints of Red #E10D02
RGB
CMYK
RGB Variations
Color information
#E10D02 (or 0xE10D02) is known color: Red. HEX triplet: E1, 0D and 02. RGB value is (225,13,2). Sum of RGB (Red+Green+Blue) = 225+13+2=240 (31% of max value = 765). Red value is 225 (88.28% from 255 or 93.75% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10D02 is #1EF2FD. Grayscale: #4B4B4B. Windows color (decimal): -2028286 or 134625. OLE color: 134625.
HSL color Cylindrical-coordinate representation of color #E10D02: hue angle of 2.96º 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 #E10D02 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.12 |
| HSL | 2.96º | 0.98% | 0.45% | - |
| HSV(B) | 2.96º | 0.99% | 0.88% | - |
| XYZ | 31.21 | 16.3 | 1.56 | - |
| YUV | 75.13 | 86.74 | 234.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 2 | 0 | 0.94 | 0.99 | 0.12 | 2.96 | 0.98 | 0.45 |
| Hex | E1 | D | 2 | 0 | 5E | 63 | C | 3 | 62 | 2D |
| Octal | 341 | 15 | 2 | 0 | 136 | 143 | 14 | 3 | 142 | 55 |
| Binary | 11100001 | 1101 | 10 | 0 | 1011110 | 1100011 | 1100 | 11 | 1100010 | 101101 |
Color Harmonies of #E10D02
Complementary color
Monochromatic Colors of #E10D02
Black with #E10D02
Text Example
Text Example
White with #E10D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10D02; }
p { color: rgb(225,13,2); }
H1.HeaderClassName
{
color: #E10D02;
}
.AnyTagClassName
{
color: #E10D02;
}
</style>
background-color css
<style>
a { background-color: #E10D02; }
a { background-color: rgb(225,13,2); }
div.DivClassName
{
background-color: #E10D02;
}
.BgClassName
{
background-color: #E10D02;
}
</style>
border-color css
<style>
span { border-color: #E10D02; }
span { border-color: rgb(225,13,2); }
td.TdClassName
{
border-color: #E10D02;
}
.TagClassName
{
border-color: #E10D02;
}
</style>