Shades of Red #E10F02
Tints of Red #E10F02
RGB
CMYK
RGB Variations
Color information
#E10F02 (or 0xE10F02) is known color: Red. HEX triplet: E1, 0F and 02. RGB value is (225,15,2). Sum of RGB (Red+Green+Blue) = 225+15+2=242 (32% of max value = 765). Red value is 225 (88.28% from 255 or 92.98% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10F02 is #1EF0FD. Grayscale: #4C4C4C. Windows color (decimal): -2027774 or 135137. OLE color: 135137.
HSL color Cylindrical-coordinate representation of color #E10F02: hue angle of 3.5º 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 #E10F02 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.12 |
| HSL | 3.5º | 0.98% | 0.45% | - |
| HSV(B) | 3.5º | 0.99% | 0.88% | - |
| XYZ | 31.23 | 16.35 | 1.57 | - |
| YUV | 76.31 | 86.07 | 234.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 2 | 0 | 0.93 | 0.99 | 0.12 | 3.5 | 0.98 | 0.45 |
| Hex | E1 | F | 2 | 0 | 5D | 63 | C | 3 | 62 | 2D |
| Octal | 341 | 17 | 2 | 0 | 135 | 143 | 14 | 3 | 142 | 55 |
| Binary | 11100001 | 1111 | 10 | 0 | 1011101 | 1100011 | 1100 | 11 | 1100010 | 101101 |
Color Harmonies of #E10F02
Complementary color
Monochromatic Colors of #E10F02
Black with #E10F02
Text Example
Text Example
White with #E10F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10F02; }
p { color: rgb(225,15,2); }
H1.HeaderClassName
{
color: #E10F02;
}
.AnyTagClassName
{
color: #E10F02;
}
</style>
background-color css
<style>
a { background-color: #E10F02; }
a { background-color: rgb(225,15,2); }
div.DivClassName
{
background-color: #E10F02;
}
.BgClassName
{
background-color: #E10F02;
}
</style>
border-color css
<style>
span { border-color: #E10F02; }
span { border-color: rgb(225,15,2); }
td.TdClassName
{
border-color: #E10F02;
}
.TagClassName
{
border-color: #E10F02;
}
</style>