Shades of Red #E90200
Tints of Red #E90200
RGB
CMYK
RGB Variations
Color information
#E90200 (or 0xE90200) is known color: Red. HEX triplet: E9, 02 and 00. RGB value is (233,2,0). Sum of RGB (Red+Green+Blue) = 233+2+0=235 (31% of max value = 765). Red value is 233 (91.41% from 255 or 99.15% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 233 - color contains mainly: red. Hex color #E90200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90200 is #16FDFF. Grayscale: #474747. Windows color (decimal): -1506816 or 745. OLE color: 745.
HSL color Cylindrical-coordinate representation of color #E90200: hue angle of 0.52º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E90200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.09 |
| HSL | 0.52º | 1% | 0.46% | - |
| HSV(B) | 0.52º | 1% | 0.91% | - |
| XYZ | 33.63 | 17.37 | 1.58 | - |
| YUV | 70.84 | 88.03 | 243.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 0 | 0 | 0.99 | 1 | 0.09 | 0.52 | 1 | 0.46 |
| Hex | E9 | 2 | 0 | 0 | 63 | 64 | 9 | 1 | 64 | 2E |
| Octal | 351 | 2 | 0 | 0 | 143 | 144 | 11 | 1 | 144 | 56 |
| Binary | 11101001 | 10 | 0 | 0 | 1100011 | 1100100 | 1001 | 1 | 1100100 | 101110 |
Color Harmonies of #E90200
Complementary color
Monochromatic Colors of #E90200
Black with #E90200
Text Example
Text Example
White with #E90200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90200; }
p { color: rgb(233,2,0); }
H1.HeaderClassName
{
color: #E90200;
}
.AnyTagClassName
{
color: #E90200;
}
</style>
background-color css
<style>
a { background-color: #E90200; }
a { background-color: rgb(233,2,0); }
div.DivClassName
{
background-color: #E90200;
}
.BgClassName
{
background-color: #E90200;
}
</style>
border-color css
<style>
span { border-color: #E90200; }
span { border-color: rgb(233,2,0); }
td.TdClassName
{
border-color: #E90200;
}
.TagClassName
{
border-color: #E90200;
}
</style>