Shades of Red #E51207
Tints of Red #E51207
RGB
CMYK
RGB Variations
Color information
#E51207 (or 0xE51207) is known color: Red. HEX triplet: E5, 12 and 07. RGB value is (229,18,7). Sum of RGB (Red+Green+Blue) = 229+18+7=254 (33% of max value = 765). Red value is 229 (89.84% from 255 or 90.16% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 229 - color contains mainly: red. Hex color #E51207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E51207 is #1AEDF8. Grayscale: #505050. Windows color (decimal): -1764857 or 463589. OLE color: 463589.
HSL color Cylindrical-coordinate representation of color #E51207: hue angle of 2.97º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E51207 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 7 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.10 |
| HSL | 2.97º | 0.94% | 0.46% | - |
| HSV(B) | 2.97º | 0.97% | 0.9% | - |
| XYZ | 32.57 | 17.11 | 1.79 | - |
| YUV | 79.84 | 86.9 | 234.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 7 | 0 | 0.92 | 0.97 | 0.10 | 2.97 | 0.94 | 0.46 |
| Hex | E5 | 12 | 7 | 0 | 5C | 61 | A | 3 | 5E | 2E |
| Octal | 345 | 22 | 7 | 0 | 134 | 141 | 12 | 3 | 136 | 56 |
| Binary | 11100101 | 10010 | 111 | 0 | 1011100 | 1100001 | 1010 | 11 | 1011110 | 101110 |
Color Harmonies of #E51207
Complementary color
Monochromatic Colors of #E51207
Black with #E51207
Text Example
Text Example
White with #E51207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51207; }
p { color: rgb(229,18,7); }
H1.HeaderClassName
{
color: #E51207;
}
.AnyTagClassName
{
color: #E51207;
}
</style>
background-color css
<style>
a { background-color: #E51207; }
a { background-color: rgb(229,18,7); }
div.DivClassName
{
background-color: #E51207;
}
.BgClassName
{
background-color: #E51207;
}
</style>
border-color css
<style>
span { border-color: #E51207; }
span { border-color: rgb(229,18,7); }
td.TdClassName
{
border-color: #E51207;
}
.TagClassName
{
border-color: #E51207;
}
</style>