Shades of Orange Red #E94212
Tints of Orange Red #E94212
RGB
CMYK
RGB Variations
Color information
#E94212 (or 0xE94212) is known color: Orange Red. HEX triplet: E9, 42 and 12. RGB value is (233,66,18). Sum of RGB (Red+Green+Blue) = 233+66+18=317 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.50% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 233 - color contains mainly: red. Hex color #E94212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94212 is #16BDED. Grayscale: #6E6E6E. Windows color (decimal): -1490414 or 1196777. OLE color: 1196777.
HSL color Cylindrical-coordinate representation of color #E94212: hue angle of 13.4º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E94212 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 18 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.09 |
| HSL | 13.4º | 0.86% | 0.49% | - |
| HSV(B) | 13.4º | 0.92% | 0.91% | - |
| XYZ | 35.66 | 21.26 | 2.8 | - |
| YUV | 110.46 | 75.83 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 18 | 0 | 0.72 | 0.92 | 0.09 | 13.4 | 0.86 | 0.49 |
| Hex | E9 | 42 | 12 | 0 | 48 | 5C | 9 | D | 56 | 31 |
| Octal | 351 | 102 | 22 | 0 | 110 | 134 | 11 | 15 | 126 | 61 |
| Binary | 11101001 | 1000010 | 10010 | 0 | 1001000 | 1011100 | 1001 | 1101 | 1010110 | 110001 |
Color Harmonies of #E94212
Complementary color
Monochromatic Colors of #E94212
Black with #E94212
Text Example
Text Example
White with #E94212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94212; }
p { color: rgb(233,66,18); }
H1.HeaderClassName
{
color: #E94212;
}
.AnyTagClassName
{
color: #E94212;
}
</style>
background-color css
<style>
a { background-color: #E94212; }
a { background-color: rgb(233,66,18); }
div.DivClassName
{
background-color: #E94212;
}
.BgClassName
{
background-color: #E94212;
}
</style>
border-color css
<style>
span { border-color: #E94212; }
span { border-color: rgb(233,66,18); }
td.TdClassName
{
border-color: #E94212;
}
.TagClassName
{
border-color: #E94212;
}
</style>