Shades of Red #E90C0B
Tints of Red #E90C0B
RGB
CMYK
RGB Variations
Color information
#E90C0B (or 0xE90C0B) is known color: Red. HEX triplet: E9, 0C and 0B. RGB value is (233,12,11). Sum of RGB (Red+Green+Blue) = 233+12+11=256 (33% of max value = 765). Red value is 233 (91.41% from 255 or 91.02% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 233 - color contains mainly: red. Hex color #E90C0B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90C0B is #16F3F4. Grayscale: #4E4E4E. Windows color (decimal): -1504245 or 724201. OLE color: 724201.
HSL color Cylindrical-coordinate representation of color #E90C0B: hue angle of 0.27º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90C0B is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 12 | 11 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.09 |
| HSL | 0.27º | 0.91% | 0.48% | - |
| HSV(B) | 0.27º | 0.95% | 0.91% | - |
| XYZ | 33.8 | 17.61 | 1.93 | - |
| YUV | 77.97 | 90.22 | 238.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 11 | 0 | 0.95 | 0.95 | 0.09 | 0.27 | 0.91 | 0.48 |
| Hex | E9 | C | B | 0 | 5F | 5F | 9 | 0 | 5B | 30 |
| Octal | 351 | 14 | 13 | 0 | 137 | 137 | 11 | 0 | 133 | 60 |
| Binary | 11101001 | 1100 | 1011 | 0 | 1011111 | 1011111 | 1001 | 0 | 1011011 | 110000 |
Color Harmonies of #E90C0B
Complementary color
Monochromatic Colors of #E90C0B
Black with #E90C0B
Text Example
Text Example
White with #E90C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90C0B; }
p { color: rgb(233,12,11); }
H1.HeaderClassName
{
color: #E90C0B;
}
.AnyTagClassName
{
color: #E90C0B;
}
</style>
background-color css
<style>
a { background-color: #E90C0B; }
a { background-color: rgb(233,12,11); }
div.DivClassName
{
background-color: #E90C0B;
}
.BgClassName
{
background-color: #E90C0B;
}
</style>
border-color css
<style>
span { border-color: #E90C0B; }
span { border-color: rgb(233,12,11); }
td.TdClassName
{
border-color: #E90C0B;
}
.TagClassName
{
border-color: #E90C0B;
}
</style>