Shades of Red #E10D0A
Tints of Red #E10D0A
RGB
CMYK
RGB Variations
Color information
#E10D0A (or 0xE10D0A) is known color: Red. HEX triplet: E1, 0D and 0A. RGB value is (225,13,10). Sum of RGB (Red+Green+Blue) = 225+13+10=248 (32% of max value = 765). Red value is 225 (88.28% from 255 or 90.73% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10D0A is #1EF2F5. Grayscale: #4C4C4C. Windows color (decimal): -2028278 or 658913. OLE color: 658913.
HSL color Cylindrical-coordinate representation of color #E10D0A: hue angle of 0.84º 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 #E10D0A is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 10 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.12 |
| HSL | 0.84º | 0.91% | 0.46% | - |
| HSV(B) | 0.84º | 0.96% | 0.88% | - |
| XYZ | 31.25 | 16.32 | 1.79 | - |
| YUV | 76.05 | 90.74 | 234.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 10 | 0 | 0.94 | 0.96 | 0.12 | 0.84 | 0.91 | 0.46 |
| Hex | E1 | D | A | 0 | 5E | 60 | C | 1 | 5B | 2E |
| Octal | 341 | 15 | 12 | 0 | 136 | 140 | 14 | 1 | 133 | 56 |
| Binary | 11100001 | 1101 | 1010 | 0 | 1011110 | 1100000 | 1100 | 1 | 1011011 | 101110 |
Color Harmonies of #E10D0A
Complementary color
Monochromatic Colors of #E10D0A
Black with #E10D0A
Text Example
Text Example
White with #E10D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10D0A; }
p { color: rgb(225,13,10); }
H1.HeaderClassName
{
color: #E10D0A;
}
.AnyTagClassName
{
color: #E10D0A;
}
</style>
background-color css
<style>
a { background-color: #E10D0A; }
a { background-color: rgb(225,13,10); }
div.DivClassName
{
background-color: #E10D0A;
}
.BgClassName
{
background-color: #E10D0A;
}
</style>
border-color css
<style>
span { border-color: #E10D0A; }
span { border-color: rgb(225,13,10); }
td.TdClassName
{
border-color: #E10D0A;
}
.TagClassName
{
border-color: #E10D0A;
}
</style>