Shades of Orange Red #E94512
Tints of Orange Red #E94512
RGB
CMYK
RGB Variations
Color information
#E94512 (or 0xE94512) is known color: Orange Red. HEX triplet: E9, 45 and 12. RGB value is (233,69,18). Sum of RGB (Red+Green+Blue) = 233+69+18=320 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.81% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 233 - color contains mainly: red. Hex color #E94512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94512 is #16BAED. Grayscale: #707070. Windows color (decimal): -1489646 or 1197545. OLE color: 1197545.
HSL color Cylindrical-coordinate representation of color #E94512: hue angle of 14.23º 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 #E94512 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 69 | 18 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.09 |
| HSL | 14.23º | 0.86% | 0.49% | - |
| HSV(B) | 14.23º | 0.92% | 0.91% | - |
| XYZ | 35.84 | 21.62 | 2.86 | - |
| YUV | 112.22 | 74.83 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 69 | 18 | 0 | 0.70 | 0.92 | 0.09 | 14.23 | 0.86 | 0.49 |
| Hex | E9 | 45 | 12 | 0 | 46 | 5C | 9 | E | 56 | 31 |
| Octal | 351 | 105 | 22 | 0 | 106 | 134 | 11 | 16 | 126 | 61 |
| Binary | 11101001 | 1000101 | 10010 | 0 | 1000110 | 1011100 | 1001 | 1110 | 1010110 | 110001 |
Color Harmonies of #E94512
Complementary color
Monochromatic Colors of #E94512
Black with #E94512
Text Example
Text Example
White with #E94512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94512; }
p { color: rgb(233,69,18); }
H1.HeaderClassName
{
color: #E94512;
}
.AnyTagClassName
{
color: #E94512;
}
</style>
background-color css
<style>
a { background-color: #E94512; }
a { background-color: rgb(233,69,18); }
div.DivClassName
{
background-color: #E94512;
}
.BgClassName
{
background-color: #E94512;
}
</style>
border-color css
<style>
span { border-color: #E94512; }
span { border-color: rgb(233,69,18); }
td.TdClassName
{
border-color: #E94512;
}
.TagClassName
{
border-color: #E94512;
}
</style>