Shades of Red #E10D07
Tints of Red #E10D07
RGB
CMYK
RGB Variations
Color information
#E10D07 (or 0xE10D07) is known color: Red. HEX triplet: E1, 0D and 07. RGB value is (225,13,7). Sum of RGB (Red+Green+Blue) = 225+13+7=245 (32% of max value = 765). Red value is 225 (88.28% from 255 or 91.84% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10D07 is #1EF2F8. Grayscale: #4B4B4B. Windows color (decimal): -2028281 or 462305. OLE color: 462305.
HSL color Cylindrical-coordinate representation of color #E10D07: hue angle of 1.65º 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 #E10D07 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 7 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.12 |
| HSL | 1.65º | 0.94% | 0.45% | - |
| HSV(B) | 1.65º | 0.97% | 0.88% | - |
| XYZ | 31.23 | 16.31 | 1.7 | - |
| YUV | 75.7 | 89.24 | 234.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 7 | 0 | 0.94 | 0.97 | 0.12 | 1.65 | 0.94 | 0.45 |
| Hex | E1 | D | 7 | 0 | 5E | 61 | C | 2 | 5E | 2D |
| Octal | 341 | 15 | 7 | 0 | 136 | 141 | 14 | 2 | 136 | 55 |
| Binary | 11100001 | 1101 | 111 | 0 | 1011110 | 1100001 | 1100 | 10 | 1011110 | 101101 |
Color Harmonies of #E10D07
Complementary color
Monochromatic Colors of #E10D07
Black with #E10D07
Text Example
Text Example
White with #E10D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10D07; }
p { color: rgb(225,13,7); }
H1.HeaderClassName
{
color: #E10D07;
}
.AnyTagClassName
{
color: #E10D07;
}
</style>
background-color css
<style>
a { background-color: #E10D07; }
a { background-color: rgb(225,13,7); }
div.DivClassName
{
background-color: #E10D07;
}
.BgClassName
{
background-color: #E10D07;
}
</style>
border-color css
<style>
span { border-color: #E10D07; }
span { border-color: rgb(225,13,7); }
td.TdClassName
{
border-color: #E10D07;
}
.TagClassName
{
border-color: #E10D07;
}
</style>