Shades of Red #E90300
Tints of Red #E90300
RGB
CMYK
RGB Variations
Color information
#E90300 (or 0xE90300) is known color: Red. HEX triplet: E9, 03 and 00. RGB value is (233,3,0). Sum of RGB (Red+Green+Blue) = 233+3+0=236 (31% of max value = 765). Red value is 233 (91.41% from 255 or 98.73% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 233 - color contains mainly: red. Hex color #E90300 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90300 is #16FCFF. Grayscale: #474747. Windows color (decimal): -1506560 or 1001. OLE color: 1001.
HSL color Cylindrical-coordinate representation of color #E90300: hue angle of 0.77º 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 #E90300 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 3 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.09 |
| HSL | 0.77º | 1% | 0.46% | - |
| HSV(B) | 0.77º | 1% | 0.91% | - |
| XYZ | 33.64 | 17.39 | 1.58 | - |
| YUV | 71.43 | 87.7 | 243.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 3 | 0 | 0 | 0.99 | 1 | 0.09 | 0.77 | 1 | 0.46 |
| Hex | E9 | 3 | 0 | 0 | 63 | 64 | 9 | 1 | 64 | 2E |
| Octal | 351 | 3 | 0 | 0 | 143 | 144 | 11 | 1 | 144 | 56 |
| Binary | 11101001 | 11 | 0 | 0 | 1100011 | 1100100 | 1001 | 1 | 1100100 | 101110 |
Color Harmonies of #E90300
Complementary color
Monochromatic Colors of #E90300
Black with #E90300
Text Example
Text Example
White with #E90300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90300; }
p { color: rgb(233,3,0); }
H1.HeaderClassName
{
color: #E90300;
}
.AnyTagClassName
{
color: #E90300;
}
</style>
background-color css
<style>
a { background-color: #E90300; }
a { background-color: rgb(233,3,0); }
div.DivClassName
{
background-color: #E90300;
}
.BgClassName
{
background-color: #E90300;
}
</style>
border-color css
<style>
span { border-color: #E90300; }
span { border-color: rgb(233,3,0); }
td.TdClassName
{
border-color: #E90300;
}
.TagClassName
{
border-color: #E90300;
}
</style>