Shades of Red #E50B00
Tints of Red #E50B00
RGB
CMYK
RGB Variations
Color information
#E50B00 (or 0xE50B00) is known color: Red. HEX triplet: E5, 0B and 00. RGB value is (229,11,0). Sum of RGB (Red+Green+Blue) = 229+11+0=240 (31% of max value = 765). Red value is 229 (89.84% from 255 or 95.42% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 229 - color contains mainly: red. Hex color #E50B00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50B00 is #1AF4FF. Grayscale: #4B4B4B. Windows color (decimal): -1766656 or 3045. OLE color: 3045.
HSL color Cylindrical-coordinate representation of color #E50B00: hue angle of 2.88º 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 #E50B00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 11 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.10 |
| HSL | 2.88º | 1% | 0.45% | - |
| HSV(B) | 2.88º | 1% | 0.9% | - |
| XYZ | 32.43 | 16.9 | 1.55 | - |
| YUV | 74.93 | 85.72 | 237.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 11 | 0 | 0 | 0.95 | 1 | 0.10 | 2.88 | 1 | 0.45 |
| Hex | E5 | B | 0 | 0 | 5F | 64 | A | 3 | 64 | 2D |
| Octal | 345 | 13 | 0 | 0 | 137 | 144 | 12 | 3 | 144 | 55 |
| Binary | 11100101 | 1011 | 0 | 0 | 1011111 | 1100100 | 1010 | 11 | 1100100 | 101101 |
Color Harmonies of #E50B00
Complementary color
Monochromatic Colors of #E50B00
Black with #E50B00
Text Example
Text Example
White with #E50B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50B00; }
p { color: rgb(229,11,0); }
H1.HeaderClassName
{
color: #E50B00;
}
.AnyTagClassName
{
color: #E50B00;
}
</style>
background-color css
<style>
a { background-color: #E50B00; }
a { background-color: rgb(229,11,0); }
div.DivClassName
{
background-color: #E50B00;
}
.BgClassName
{
background-color: #E50B00;
}
</style>
border-color css
<style>
span { border-color: #E50B00; }
span { border-color: rgb(229,11,0); }
td.TdClassName
{
border-color: #E50B00;
}
.TagClassName
{
border-color: #E50B00;
}
</style>