Shades of Red #E51208
Tints of Red #E51208
RGB
CMYK
RGB Variations
Color information
#E51208 (or 0xE51208) is known color: Red. HEX triplet: E5, 12 and 08. RGB value is (229,18,8). Sum of RGB (Red+Green+Blue) = 229+18+8=255 (33% of max value = 765). Red value is 229 (89.84% from 255 or 89.80% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 229 - color contains mainly: red. Hex color #E51208 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E51208 is #1AEDF7. Grayscale: #505050. Windows color (decimal): -1764856 or 529125. OLE color: 529125.
HSL color Cylindrical-coordinate representation of color #E51208: hue angle of 2.71º degrees, saturation: 0.93, 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 #E51208 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 8 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.10 |
| HSL | 2.71º | 0.93% | 0.46% | - |
| HSV(B) | 2.71º | 0.97% | 0.9% | - |
| XYZ | 32.57 | 17.11 | 1.82 | - |
| YUV | 79.95 | 87.4 | 234.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 8 | 0 | 0.92 | 0.97 | 0.10 | 2.71 | 0.93 | 0.46 |
| Hex | E5 | 12 | 8 | 0 | 5C | 61 | A | 3 | 5D | 2E |
| Octal | 345 | 22 | 10 | 0 | 134 | 141 | 12 | 3 | 135 | 56 |
| Binary | 11100101 | 10010 | 1000 | 0 | 1011100 | 1100001 | 1010 | 11 | 1011101 | 101110 |
Color Harmonies of #E51208
Complementary color
Monochromatic Colors of #E51208
Black with #E51208
Text Example
Text Example
White with #E51208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51208; }
p { color: rgb(229,18,8); }
H1.HeaderClassName
{
color: #E51208;
}
.AnyTagClassName
{
color: #E51208;
}
</style>
background-color css
<style>
a { background-color: #E51208; }
a { background-color: rgb(229,18,8); }
div.DivClassName
{
background-color: #E51208;
}
.BgClassName
{
background-color: #E51208;
}
</style>
border-color css
<style>
span { border-color: #E51208; }
span { border-color: rgb(229,18,8); }
td.TdClassName
{
border-color: #E51208;
}
.TagClassName
{
border-color: #E51208;
}
</style>