Shades of Red #E90F0E
Tints of Red #E90F0E
RGB
CMYK
RGB Variations
Color information
#E90F0E (or 0xE90F0E) is known color: Red. HEX triplet: E9, 0F and 0E. RGB value is (233,15,14). Sum of RGB (Red+Green+Blue) = 233+15+14=262 (34% of max value = 765). Red value is 233 (91.41% from 255 or 88.93% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90F0E is #16F0F1. Grayscale: #505050. Windows color (decimal): -1503474 or 921577. OLE color: 921577.
HSL color Cylindrical-coordinate representation of color #E90F0E: hue angle of 0.27º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90F0E is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 14 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.09 |
| HSL | 0.27º | 0.89% | 0.48% | - |
| HSV(B) | 0.27º | 0.94% | 0.91% | - |
| XYZ | 33.85 | 17.7 | 2.05 | - |
| YUV | 80.07 | 90.72 | 237.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 14 | 0 | 0.94 | 0.94 | 0.09 | 0.27 | 0.89 | 0.48 |
| Hex | E9 | F | E | 0 | 5E | 5E | 9 | 0 | 59 | 30 |
| Octal | 351 | 17 | 16 | 0 | 136 | 136 | 11 | 0 | 131 | 60 |
| Binary | 11101001 | 1111 | 1110 | 0 | 1011110 | 1011110 | 1001 | 0 | 1011001 | 110000 |
Color Harmonies of #E90F0E
Complementary color
Monochromatic Colors of #E90F0E
Black with #E90F0E
Text Example
Text Example
White with #E90F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90F0E; }
p { color: rgb(233,15,14); }
H1.HeaderClassName
{
color: #E90F0E;
}
.AnyTagClassName
{
color: #E90F0E;
}
</style>
background-color css
<style>
a { background-color: #E90F0E; }
a { background-color: rgb(233,15,14); }
div.DivClassName
{
background-color: #E90F0E;
}
.BgClassName
{
background-color: #E90F0E;
}
</style>
border-color css
<style>
span { border-color: #E90F0E; }
span { border-color: rgb(233,15,14); }
td.TdClassName
{
border-color: #E90F0E;
}
.TagClassName
{
border-color: #E90F0E;
}
</style>