Shades of Red #E00902
Tints of Red #E00902
RGB
CMYK
RGB Variations
Color information
#E00902 (or 0xE00902) is known color: Red. HEX triplet: E0, 09 and 02. RGB value is (224,9,2). Sum of RGB (Red+Green+Blue) = 224+9+2=235 (31% of max value = 765). Red value is 224 (87.89% from 255 or 95.32% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 224 - color contains mainly: red. Hex color #E00902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00902 is #1FF6FD. Grayscale: #484848. Windows color (decimal): -2094846 or 133600. OLE color: 133600.
HSL color Cylindrical-coordinate representation of color #E00902: hue angle of 1.89º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00902 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.12 |
| HSL | 1.89º | 0.98% | 0.44% | - |
| HSV(B) | 1.89º | 0.99% | 0.88% | - |
| XYZ | 30.85 | 16.05 | 1.53 | - |
| YUV | 72.49 | 88.23 | 236.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 2 | 0 | 0.96 | 0.99 | 0.12 | 1.89 | 0.98 | 0.44 |
| Hex | E0 | 9 | 2 | 0 | 60 | 63 | C | 2 | 62 | 2C |
| Octal | 340 | 11 | 2 | 0 | 140 | 143 | 14 | 2 | 142 | 54 |
| Binary | 11100000 | 1001 | 10 | 0 | 1100000 | 1100011 | 1100 | 10 | 1100010 | 101100 |
Color Harmonies of #E00902
Complementary color
Monochromatic Colors of #E00902
Black with #E00902
Text Example
Text Example
White with #E00902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00902; }
p { color: rgb(224,9,2); }
H1.HeaderClassName
{
color: #E00902;
}
.AnyTagClassName
{
color: #E00902;
}
</style>
background-color css
<style>
a { background-color: #E00902; }
a { background-color: rgb(224,9,2); }
div.DivClassName
{
background-color: #E00902;
}
.BgClassName
{
background-color: #E00902;
}
</style>
border-color css
<style>
span { border-color: #E00902; }
span { border-color: rgb(224,9,2); }
td.TdClassName
{
border-color: #E00902;
}
.TagClassName
{
border-color: #E00902;
}
</style>