Shades of Red #E50800
Tints of Red #E50800
RGB
CMYK
RGB Variations
Color information
#E50800 (or 0xE50800) is known color: Red. HEX triplet: E5, 08 and 00. RGB value is (229,8,0). Sum of RGB (Red+Green+Blue) = 229+8+0=237 (31% of max value = 765). Red value is 229 (89.84% from 255 or 96.62% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 229 - color contains mainly: red. Hex color #E50800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50800 is #1AF7FF. Grayscale: #494949. Windows color (decimal): -1767424 or 2277. OLE color: 2277.
HSL color Cylindrical-coordinate representation of color #E50800: hue angle of 2.1º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50800 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.10 |
| HSL | 2.1º | 1% | 0.45% | - |
| HSV(B) | 2.1º | 1% | 0.9% | - |
| XYZ | 32.4 | 16.83 | 1.54 | - |
| YUV | 73.17 | 86.72 | 239.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 0 | 0 | 0.97 | 1 | 0.10 | 2.1 | 1 | 0.45 |
| Hex | E5 | 8 | 0 | 0 | 61 | 64 | A | 2 | 64 | 2D |
| Octal | 345 | 10 | 0 | 0 | 141 | 144 | 12 | 2 | 144 | 55 |
| Binary | 11100101 | 1000 | 0 | 0 | 1100001 | 1100100 | 1010 | 10 | 1100100 | 101101 |
Color Harmonies of #E50800
Complementary color
Monochromatic Colors of #E50800
Black with #E50800
Text Example
Text Example
White with #E50800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50800; }
p { color: rgb(229,8,0); }
H1.HeaderClassName
{
color: #E50800;
}
.AnyTagClassName
{
color: #E50800;
}
</style>
background-color css
<style>
a { background-color: #E50800; }
a { background-color: rgb(229,8,0); }
div.DivClassName
{
background-color: #E50800;
}
.BgClassName
{
background-color: #E50800;
}
</style>
border-color css
<style>
span { border-color: #E50800; }
span { border-color: rgb(229,8,0); }
td.TdClassName
{
border-color: #E50800;
}
.TagClassName
{
border-color: #E50800;
}
</style>