Shades of Red #E90F0F
Tints of Red #E90F0F
RGB
CMYK
RGB Variations
Color information
#E90F0F (or 0xE90F0F) is known color: Red. HEX triplet: E9, 0F and 0F. RGB value is (233,15,15). Sum of RGB (Red+Green+Blue) = 233+15+15=263 (34% of max value = 765). Red value is 233 (91.41% from 255 or 88.59% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F0F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90F0F is #16F0F0. Grayscale: #505050. Windows color (decimal): -1503473 or 987113. OLE color: 987113.
HSL color Cylindrical-coordinate representation of color #E90F0F: hue angle of 0º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90F0F is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 15 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.09 |
| HSL | 0º | 0.88% | 0.49% | - |
| HSV(B) | 0º | 0.94% | 0.91% | - |
| XYZ | 33.86 | 17.7 | 2.08 | - |
| YUV | 80.18 | 91.22 | 237 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 15 | 0 | 0.94 | 0.94 | 0.09 | 0 | 0.88 | 0.49 |
| Hex | E9 | F | F | 0 | 5E | 5E | 9 | 0 | 58 | 31 |
| Octal | 351 | 17 | 17 | 0 | 136 | 136 | 11 | 0 | 130 | 61 |
| Binary | 11101001 | 1111 | 1111 | 0 | 1011110 | 1011110 | 1001 | 0 | 1011000 | 110001 |
Color Harmonies of #E90F0F
Complementary color
Monochromatic Colors of #E90F0F
Black with #E90F0F
Text Example
Text Example
White with #E90F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90F0F; }
p { color: rgb(233,15,15); }
H1.HeaderClassName
{
color: #E90F0F;
}
.AnyTagClassName
{
color: #E90F0F;
}
</style>
background-color css
<style>
a { background-color: #E90F0F; }
a { background-color: rgb(233,15,15); }
div.DivClassName
{
background-color: #E90F0F;
}
.BgClassName
{
background-color: #E90F0F;
}
</style>
border-color css
<style>
span { border-color: #E90F0F; }
span { border-color: rgb(233,15,15); }
td.TdClassName
{
border-color: #E90F0F;
}
.TagClassName
{
border-color: #E90F0F;
}
</style>