Shades of Red #E90F00
Tints of Red #E90F00
RGB
CMYK
RGB Variations
Color information
#E90F00 (or 0xE90F00) is known color: Red. HEX triplet: E9, 0F and 00. RGB value is (233,15,0). Sum of RGB (Red+Green+Blue) = 233+15+0=248 (32% of max value = 765). Red value is 233 (91.41% from 255 or 93.95% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90F00 is #16F0FF. Grayscale: #4E4E4E. Windows color (decimal): -1503488 or 4073. OLE color: 4073.
HSL color Cylindrical-coordinate representation of color #E90F00: hue angle of 3.86º 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 #E90F00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.09 |
| HSL | 3.86º | 1% | 0.46% | - |
| HSV(B) | 3.86º | 1% | 0.91% | - |
| XYZ | 33.78 | 17.67 | 1.63 | - |
| YUV | 78.47 | 83.72 | 238.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 0 | 0 | 0.94 | 1 | 0.09 | 3.86 | 1 | 0.46 |
| Hex | E9 | F | 0 | 0 | 5E | 64 | 9 | 4 | 64 | 2E |
| Octal | 351 | 17 | 0 | 0 | 136 | 144 | 11 | 4 | 144 | 56 |
| Binary | 11101001 | 1111 | 0 | 0 | 1011110 | 1100100 | 1001 | 100 | 1100100 | 101110 |
Color Harmonies of #E90F00
Complementary color
Monochromatic Colors of #E90F00
Black with #E90F00
Text Example
Text Example
White with #E90F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90F00; }
p { color: rgb(233,15,0); }
H1.HeaderClassName
{
color: #E90F00;
}
.AnyTagClassName
{
color: #E90F00;
}
</style>
background-color css
<style>
a { background-color: #E90F00; }
a { background-color: rgb(233,15,0); }
div.DivClassName
{
background-color: #E90F00;
}
.BgClassName
{
background-color: #E90F00;
}
</style>
border-color css
<style>
span { border-color: #E90F00; }
span { border-color: rgb(233,15,0); }
td.TdClassName
{
border-color: #E90F00;
}
.TagClassName
{
border-color: #E90F00;
}
</style>