Shades of Red #E10A0A
Tints of Red #E10A0A
RGB
CMYK
RGB Variations
Color information
#E10A0A (or 0xE10A0A) is known color: Red. HEX triplet: E1, 0A and 0A. RGB value is (225,10,10). Sum of RGB (Red+Green+Blue) = 225+10+10=245 (32% of max value = 765). Red value is 225 (88.28% from 255 or 91.84% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10A0A is #1EF5F5. Grayscale: #4A4A4A. Windows color (decimal): -2029046 or 658145. OLE color: 658145.
HSL color Cylindrical-coordinate representation of color #E10A0A: hue angle of 0º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10A0A is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 10 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.12 |
| HSL | 0º | 0.91% | 0.46% | - |
| HSV(B) | 0º | 0.96% | 0.88% | - |
| XYZ | 31.21 | 16.25 | 1.78 | - |
| YUV | 74.29 | 91.73 | 235.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 10 | 0 | 0.96 | 0.96 | 0.12 | 0 | 0.91 | 0.46 |
| Hex | E1 | A | A | 0 | 60 | 60 | C | 0 | 5B | 2E |
| Octal | 341 | 12 | 12 | 0 | 140 | 140 | 14 | 0 | 133 | 56 |
| Binary | 11100001 | 1010 | 1010 | 0 | 1100000 | 1100000 | 1100 | 0 | 1011011 | 101110 |
Color Harmonies of #E10A0A
Complementary color
Monochromatic Colors of #E10A0A
Black with #E10A0A
Text Example
Text Example
White with #E10A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10A0A; }
p { color: rgb(225,10,10); }
H1.HeaderClassName
{
color: #E10A0A;
}
.AnyTagClassName
{
color: #E10A0A;
}
</style>
background-color css
<style>
a { background-color: #E10A0A; }
a { background-color: rgb(225,10,10); }
div.DivClassName
{
background-color: #E10A0A;
}
.BgClassName
{
background-color: #E10A0A;
}
</style>
border-color css
<style>
span { border-color: #E10A0A; }
span { border-color: rgb(225,10,10); }
td.TdClassName
{
border-color: #E10A0A;
}
.TagClassName
{
border-color: #E10A0A;
}
</style>