Shades of Red #E50A08
Tints of Red #E50A08
RGB
CMYK
RGB Variations
Color information
#E50A08 (or 0xE50A08) is known color: Red. HEX triplet: E5, 0A and 08. RGB value is (229,10,8). Sum of RGB (Red+Green+Blue) = 229+10+8=247 (32% of max value = 765). Red value is 229 (89.84% from 255 or 92.71% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50A08 is #1AF5F7. Grayscale: #4B4B4B. Windows color (decimal): -1766904 or 527077. OLE color: 527077.
HSL color Cylindrical-coordinate representation of color #E50A08: hue angle of 0.54º 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 #E50A08 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 10 | 8 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.10 |
| HSL | 0.54º | 0.93% | 0.46% | - |
| HSV(B) | 0.54º | 0.97% | 0.9% | - |
| XYZ | 32.47 | 16.89 | 1.78 | - |
| YUV | 75.25 | 90.05 | 237.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 10 | 8 | 0 | 0.96 | 0.97 | 0.10 | 0.54 | 0.93 | 0.46 |
| Hex | E5 | A | 8 | 0 | 60 | 61 | A | 1 | 5D | 2E |
| Octal | 345 | 12 | 10 | 0 | 140 | 141 | 12 | 1 | 135 | 56 |
| Binary | 11100101 | 1010 | 1000 | 0 | 1100000 | 1100001 | 1010 | 1 | 1011101 | 101110 |
Color Harmonies of #E50A08
Complementary color
Monochromatic Colors of #E50A08
Black with #E50A08
Text Example
Text Example
White with #E50A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50A08; }
p { color: rgb(229,10,8); }
H1.HeaderClassName
{
color: #E50A08;
}
.AnyTagClassName
{
color: #E50A08;
}
</style>
background-color css
<style>
a { background-color: #E50A08; }
a { background-color: rgb(229,10,8); }
div.DivClassName
{
background-color: #E50A08;
}
.BgClassName
{
background-color: #E50A08;
}
</style>
border-color css
<style>
span { border-color: #E50A08; }
span { border-color: rgb(229,10,8); }
td.TdClassName
{
border-color: #E50A08;
}
.TagClassName
{
border-color: #E50A08;
}
</style>