Shades of Red #E80902
Tints of Red #E80902
RGB
CMYK
RGB Variations
Color information
#E80902 (or 0xE80902) is known color: Red. HEX triplet: E8, 09 and 02. RGB value is (232,9,2). Sum of RGB (Red+Green+Blue) = 232+9+2=243 (32% of max value = 765). Red value is 232 (91.02% from 255 or 95.47% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 232 - color contains mainly: red. Hex color #E80902 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80902 is #17F6FD. Grayscale: #4B4B4B. Windows color (decimal): -1570558 or 133608. OLE color: 133608.
HSL color Cylindrical-coordinate representation of color #E80902: hue angle of 1.83º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80902 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.09 |
| HSL | 1.83º | 0.98% | 0.46% | - |
| HSV(B) | 1.83º | 0.99% | 0.91% | - |
| XYZ | 33.39 | 17.36 | 1.65 | - |
| YUV | 74.88 | 86.88 | 240.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 2 | 0 | 0.96 | 0.99 | 0.09 | 1.83 | 0.98 | 0.46 |
| Hex | E8 | 9 | 2 | 0 | 60 | 63 | 9 | 2 | 62 | 2E |
| Octal | 350 | 11 | 2 | 0 | 140 | 143 | 11 | 2 | 142 | 56 |
| Binary | 11101000 | 1001 | 10 | 0 | 1100000 | 1100011 | 1001 | 10 | 1100010 | 101110 |
Color Harmonies of #E80902
Complementary color
Monochromatic Colors of #E80902
Black with #E80902
Text Example
Text Example
White with #E80902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80902; }
p { color: rgb(232,9,2); }
H1.HeaderClassName
{
color: #E80902;
}
.AnyTagClassName
{
color: #E80902;
}
</style>
background-color css
<style>
a { background-color: #E80902; }
a { background-color: rgb(232,9,2); }
div.DivClassName
{
background-color: #E80902;
}
.BgClassName
{
background-color: #E80902;
}
</style>
border-color css
<style>
span { border-color: #E80902; }
span { border-color: rgb(232,9,2); }
td.TdClassName
{
border-color: #E80902;
}
.TagClassName
{
border-color: #E80902;
}
</style>