Shades of Red #E90F02
Tints of Red #E90F02
RGB
CMYK
RGB Variations
Color information
#E90F02 (or 0xE90F02) is known color: Red. HEX triplet: E9, 0F and 02. RGB value is (233,15,2). Sum of RGB (Red+Green+Blue) = 233+15+2=250 (33% of max value = 765). Red value is 233 (91.41% from 255 or 93.2% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90F02 is #16F0FD. Grayscale: #4E4E4E. Windows color (decimal): -1503486 or 135145. OLE color: 135145.
HSL color Cylindrical-coordinate representation of color #E90F02: hue angle of 3.38º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E90F02 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.09 |
| HSL | 3.38º | 0.98% | 0.46% | - |
| HSV(B) | 3.38º | 0.99% | 0.91% | - |
| XYZ | 33.79 | 17.67 | 1.69 | - |
| YUV | 78.7 | 84.72 | 238.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 2 | 0 | 0.94 | 0.99 | 0.09 | 3.38 | 0.98 | 0.46 |
| Hex | E9 | F | 2 | 0 | 5E | 63 | 9 | 3 | 62 | 2E |
| Octal | 351 | 17 | 2 | 0 | 136 | 143 | 11 | 3 | 142 | 56 |
| Binary | 11101001 | 1111 | 10 | 0 | 1011110 | 1100011 | 1001 | 11 | 1100010 | 101110 |
Color Harmonies of #E90F02
Complementary color
Monochromatic Colors of #E90F02
Black with #E90F02
Text Example
Text Example
White with #E90F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90F02; }
p { color: rgb(233,15,2); }
H1.HeaderClassName
{
color: #E90F02;
}
.AnyTagClassName
{
color: #E90F02;
}
</style>
background-color css
<style>
a { background-color: #E90F02; }
a { background-color: rgb(233,15,2); }
div.DivClassName
{
background-color: #E90F02;
}
.BgClassName
{
background-color: #E90F02;
}
</style>
border-color css
<style>
span { border-color: #E90F02; }
span { border-color: rgb(233,15,2); }
td.TdClassName
{
border-color: #E90F02;
}
.TagClassName
{
border-color: #E90F02;
}
</style>