Shades of Orange Red #E94210
Tints of Orange Red #E94210
RGB
CMYK
RGB Variations
Color information
#E94210 (or 0xE94210) is known color: Orange Red. HEX triplet: E9, 42 and 10. RGB value is (233,66,16). Sum of RGB (Red+Green+Blue) = 233+66+16=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E94210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94210 is #16BDEF. Grayscale: #6E6E6E. Windows color (decimal): -1490416 or 1065705. OLE color: 1065705.
HSL color Cylindrical-coordinate representation of color #E94210: hue angle of 13.82º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E94210 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 16 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.09 |
| HSL | 13.82º | 0.87% | 0.49% | - |
| HSV(B) | 13.82º | 0.93% | 0.91% | - |
| XYZ | 35.65 | 21.26 | 2.71 | - |
| YUV | 110.23 | 74.83 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 16 | 0 | 0.72 | 0.93 | 0.09 | 13.82 | 0.87 | 0.49 |
| Hex | E9 | 42 | 10 | 0 | 48 | 5D | 9 | E | 57 | 31 |
| Octal | 351 | 102 | 20 | 0 | 110 | 135 | 11 | 16 | 127 | 61 |
| Binary | 11101001 | 1000010 | 10000 | 0 | 1001000 | 1011101 | 1001 | 1110 | 1010111 | 110001 |
Color Harmonies of #E94210
Complementary color
Monochromatic Colors of #E94210
Black with #E94210
Text Example
Text Example
White with #E94210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94210; }
p { color: rgb(233,66,16); }
H1.HeaderClassName
{
color: #E94210;
}
.AnyTagClassName
{
color: #E94210;
}
</style>
background-color css
<style>
a { background-color: #E94210; }
a { background-color: rgb(233,66,16); }
div.DivClassName
{
background-color: #E94210;
}
.BgClassName
{
background-color: #E94210;
}
</style>
border-color css
<style>
span { border-color: #E94210; }
span { border-color: rgb(233,66,16); }
td.TdClassName
{
border-color: #E94210;
}
.TagClassName
{
border-color: #E94210;
}
</style>