Shades of Red #E10D09
Tints of Red #E10D09
RGB
CMYK
RGB Variations
Color information
#E10D09 (or 0xE10D09) is known color: Red. HEX triplet: E1, 0D and 09. RGB value is (225,13,9). Sum of RGB (Red+Green+Blue) = 225+13+9=247 (32% of max value = 765). Red value is 225 (88.28% from 255 or 91.09% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10D09 is #1EF2F6. Grayscale: #4C4C4C. Windows color (decimal): -2028279 or 593377. OLE color: 593377.
HSL color Cylindrical-coordinate representation of color #E10D09: hue angle of 1.11º degrees, saturation: 0.92, 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 #E10D09 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 9 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.12 |
| HSL | 1.11º | 0.92% | 0.46% | - |
| HSV(B) | 1.11º | 0.96% | 0.88% | - |
| XYZ | 31.24 | 16.32 | 1.76 | - |
| YUV | 75.93 | 90.24 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 9 | 0 | 0.94 | 0.96 | 0.12 | 1.11 | 0.92 | 0.46 |
| Hex | E1 | D | 9 | 0 | 5E | 60 | C | 1 | 5C | 2E |
| Octal | 341 | 15 | 11 | 0 | 136 | 140 | 14 | 1 | 134 | 56 |
| Binary | 11100001 | 1101 | 1001 | 0 | 1011110 | 1100000 | 1100 | 1 | 1011100 | 101110 |
Color Harmonies of #E10D09
Complementary color
Monochromatic Colors of #E10D09
Black with #E10D09
Text Example
Text Example
White with #E10D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10D09; }
p { color: rgb(225,13,9); }
H1.HeaderClassName
{
color: #E10D09;
}
.AnyTagClassName
{
color: #E10D09;
}
</style>
background-color css
<style>
a { background-color: #E10D09; }
a { background-color: rgb(225,13,9); }
div.DivClassName
{
background-color: #E10D09;
}
.BgClassName
{
background-color: #E10D09;
}
</style>
border-color css
<style>
span { border-color: #E10D09; }
span { border-color: rgb(225,13,9); }
td.TdClassName
{
border-color: #E10D09;
}
.TagClassName
{
border-color: #E10D09;
}
</style>