Shades of Red #E50B05
Tints of Red #E50B05
RGB
CMYK
RGB Variations
Color information
#E50B05 (or 0xE50B05) is known color: Red. HEX triplet: E5, 0B and 05. RGB value is (229,11,5). Sum of RGB (Red+Green+Blue) = 229+11+5=245 (32% of max value = 765). Red value is 229 (89.84% from 255 or 93.47% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 229 - color contains mainly: red. Hex color #E50B05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50B05 is #1AF4FA. Grayscale: #4B4B4B. Windows color (decimal): -1766651 or 330725. OLE color: 330725.
HSL color Cylindrical-coordinate representation of color #E50B05: hue angle of 1.61º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E50B05 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 11 | 5 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.10 |
| HSL | 1.61º | 0.96% | 0.46% | - |
| HSV(B) | 1.61º | 0.98% | 0.9% | - |
| XYZ | 32.46 | 16.91 | 1.7 | - |
| YUV | 75.5 | 88.22 | 237.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 11 | 5 | 0 | 0.95 | 0.98 | 0.10 | 1.61 | 0.96 | 0.46 |
| Hex | E5 | B | 5 | 0 | 5F | 62 | A | 2 | 60 | 2E |
| Octal | 345 | 13 | 5 | 0 | 137 | 142 | 12 | 2 | 140 | 56 |
| Binary | 11100101 | 1011 | 101 | 0 | 1011111 | 1100010 | 1010 | 10 | 1100000 | 101110 |
Color Harmonies of #E50B05
Complementary color
Monochromatic Colors of #E50B05
Black with #E50B05
Text Example
Text Example
White with #E50B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50B05; }
p { color: rgb(229,11,5); }
H1.HeaderClassName
{
color: #E50B05;
}
.AnyTagClassName
{
color: #E50B05;
}
</style>
background-color css
<style>
a { background-color: #E50B05; }
a { background-color: rgb(229,11,5); }
div.DivClassName
{
background-color: #E50B05;
}
.BgClassName
{
background-color: #E50B05;
}
</style>
border-color css
<style>
span { border-color: #E50B05; }
span { border-color: rgb(229,11,5); }
td.TdClassName
{
border-color: #E50B05;
}
.TagClassName
{
border-color: #E50B05;
}
</style>