Shades of Red #E10A07
Tints of Red #E10A07
RGB
CMYK
RGB Variations
Color information
#E10A07 (or 0xE10A07) is known color: Red. HEX triplet: E1, 0A and 07. RGB value is (225,10,7). Sum of RGB (Red+Green+Blue) = 225+10+7=242 (32% of max value = 765). Red value is 225 (88.28% from 255 or 92.98% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10A07 is #1EF5F8. Grayscale: #4A4A4A. Windows color (decimal): -2029049 or 461537. OLE color: 461537.
HSL color Cylindrical-coordinate representation of color #E10A07: hue angle of 0.83º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E10A07 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 7 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.12 |
| HSL | 0.83º | 0.94% | 0.45% | - |
| HSV(B) | 0.83º | 0.97% | 0.88% | - |
| XYZ | 31.2 | 16.24 | 1.69 | - |
| YUV | 73.94 | 90.23 | 235.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 7 | 0 | 0.96 | 0.97 | 0.12 | 0.83 | 0.94 | 0.45 |
| Hex | E1 | A | 7 | 0 | 60 | 61 | C | 1 | 5E | 2D |
| Octal | 341 | 12 | 7 | 0 | 140 | 141 | 14 | 1 | 136 | 55 |
| Binary | 11100001 | 1010 | 111 | 0 | 1100000 | 1100001 | 1100 | 1 | 1011110 | 101101 |
Color Harmonies of #E10A07
Complementary color
Monochromatic Colors of #E10A07
Black with #E10A07
Text Example
Text Example
White with #E10A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10A07; }
p { color: rgb(225,10,7); }
H1.HeaderClassName
{
color: #E10A07;
}
.AnyTagClassName
{
color: #E10A07;
}
</style>
background-color css
<style>
a { background-color: #E10A07; }
a { background-color: rgb(225,10,7); }
div.DivClassName
{
background-color: #E10A07;
}
.BgClassName
{
background-color: #E10A07;
}
</style>
border-color css
<style>
span { border-color: #E10A07; }
span { border-color: rgb(225,10,7); }
td.TdClassName
{
border-color: #E10A07;
}
.TagClassName
{
border-color: #E10A07;
}
</style>