Shades of Orange Red #E93C12
Tints of Orange Red #E93C12
RGB
CMYK
RGB Variations
Color information
#E93C12 (or 0xE93C12) is known color: Orange Red. HEX triplet: E9, 3C and 12. RGB value is (233,60,18). Sum of RGB (Red+Green+Blue) = 233+60+18=311 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.92% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 233 - color contains mainly: red. Hex color #E93C12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93C12 is #16C3ED. Grayscale: #6B6B6B. Windows color (decimal): -1491950 or 1195241. OLE color: 1195241.
HSL color Cylindrical-coordinate representation of color #E93C12: hue angle of 11.72º 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 #E93C12 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 60 | 18 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.09 |
| HSL | 11.72º | 0.86% | 0.49% | - |
| HSV(B) | 11.72º | 0.92% | 0.91% | - |
| XYZ | 35.33 | 20.6 | 2.69 | - |
| YUV | 106.94 | 77.81 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 60 | 18 | 0 | 0.74 | 0.92 | 0.09 | 11.72 | 0.86 | 0.49 |
| Hex | E9 | 3C | 12 | 0 | 4A | 5C | 9 | C | 56 | 31 |
| Octal | 351 | 74 | 22 | 0 | 112 | 134 | 11 | 14 | 126 | 61 |
| Binary | 11101001 | 111100 | 10010 | 0 | 1001010 | 1011100 | 1001 | 1100 | 1010110 | 110001 |
Color Harmonies of #E93C12
Complementary color
Monochromatic Colors of #E93C12
Black with #E93C12
Text Example
Text Example
White with #E93C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93C12; }
p { color: rgb(233,60,18); }
H1.HeaderClassName
{
color: #E93C12;
}
.AnyTagClassName
{
color: #E93C12;
}
</style>
background-color css
<style>
a { background-color: #E93C12; }
a { background-color: rgb(233,60,18); }
div.DivClassName
{
background-color: #E93C12;
}
.BgClassName
{
background-color: #E93C12;
}
</style>
border-color css
<style>
span { border-color: #E93C12; }
span { border-color: rgb(233,60,18); }
td.TdClassName
{
border-color: #E93C12;
}
.TagClassName
{
border-color: #E93C12;
}
</style>