Shades of Red #E80B04
Tints of Red #E80B04
RGB
CMYK
RGB Variations
Color information
#E80B04 (or 0xE80B04) is known color: Red. HEX triplet: E8, 0B and 04. RGB value is (232,11,4). Sum of RGB (Red+Green+Blue) = 232+11+4=247 (32% of max value = 765). Red value is 232 (91.02% from 255 or 93.93% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80B04 is #17F4FB. Grayscale: #4C4C4C. Windows color (decimal): -1570044 or 265192. OLE color: 265192.
HSL color Cylindrical-coordinate representation of color #E80B04: hue angle of 1.84º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E80B04 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 11 | 4 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.09 |
| HSL | 1.84º | 0.97% | 0.46% | - |
| HSV(B) | 1.84º | 0.98% | 0.91% | - |
| XYZ | 33.42 | 17.4 | 1.71 | - |
| YUV | 76.28 | 87.22 | 239.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 11 | 4 | 0 | 0.95 | 0.98 | 0.09 | 1.84 | 0.97 | 0.46 |
| Hex | E8 | B | 4 | 0 | 5F | 62 | 9 | 2 | 61 | 2E |
| Octal | 350 | 13 | 4 | 0 | 137 | 142 | 11 | 2 | 141 | 56 |
| Binary | 11101000 | 1011 | 100 | 0 | 1011111 | 1100010 | 1001 | 10 | 1100001 | 101110 |
Color Harmonies of #E80B04
Complementary color
Monochromatic Colors of #E80B04
Black with #E80B04
Text Example
Text Example
White with #E80B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80B04; }
p { color: rgb(232,11,4); }
H1.HeaderClassName
{
color: #E80B04;
}
.AnyTagClassName
{
color: #E80B04;
}
</style>
background-color css
<style>
a { background-color: #E80B04; }
a { background-color: rgb(232,11,4); }
div.DivClassName
{
background-color: #E80B04;
}
.BgClassName
{
background-color: #E80B04;
}
</style>
border-color css
<style>
span { border-color: #E80B04; }
span { border-color: rgb(232,11,4); }
td.TdClassName
{
border-color: #E80B04;
}
.TagClassName
{
border-color: #E80B04;
}
</style>