Shades of Red #E90C00
Tints of Red #E90C00
RGB
CMYK
RGB Variations
Color information
#E90C00 (or 0xE90C00) is known color: Red. HEX triplet: E9, 0C and 00. RGB value is (233,12,0). Sum of RGB (Red+Green+Blue) = 233+12+0=245 (32% of max value = 765). Red value is 233 (91.41% from 255 or 95.10% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 233 - color contains mainly: red. Hex color #E90C00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90C00 is #16F3FF. Grayscale: #4C4C4C. Windows color (decimal): -1504256 or 3305. OLE color: 3305.
HSL color Cylindrical-coordinate representation of color #E90C00: hue angle of 3.09º 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 #E90C00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 12 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.09 |
| HSL | 3.09º | 1% | 0.46% | - |
| HSV(B) | 3.09º | 1% | 0.91% | - |
| XYZ | 33.74 | 17.59 | 1.62 | - |
| YUV | 76.71 | 84.72 | 239.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 0 | 0 | 0.95 | 1 | 0.09 | 3.09 | 1 | 0.46 |
| Hex | E9 | C | 0 | 0 | 5F | 64 | 9 | 3 | 64 | 2E |
| Octal | 351 | 14 | 0 | 0 | 137 | 144 | 11 | 3 | 144 | 56 |
| Binary | 11101001 | 1100 | 0 | 0 | 1011111 | 1100100 | 1001 | 11 | 1100100 | 101110 |
Color Harmonies of #E90C00
Complementary color
Monochromatic Colors of #E90C00
Black with #E90C00
Text Example
Text Example
White with #E90C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90C00; }
p { color: rgb(233,12,0); }
H1.HeaderClassName
{
color: #E90C00;
}
.AnyTagClassName
{
color: #E90C00;
}
</style>
background-color css
<style>
a { background-color: #E90C00; }
a { background-color: rgb(233,12,0); }
div.DivClassName
{
background-color: #E90C00;
}
.BgClassName
{
background-color: #E90C00;
}
</style>
border-color css
<style>
span { border-color: #E90C00; }
span { border-color: rgb(233,12,0); }
td.TdClassName
{
border-color: #E90C00;
}
.TagClassName
{
border-color: #E90C00;
}
</style>