Shades of Orange Red #E93A12
Tints of Orange Red #E93A12
RGB
CMYK
RGB Variations
Color information
#E93A12 (or 0xE93A12) is known color: Orange Red. HEX triplet: E9, 3A and 12. RGB value is (233,58,18). Sum of RGB (Red+Green+Blue) = 233+58+18=309 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.40% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93A12 is #16C5ED. Grayscale: #6A6A6A. Windows color (decimal): -1492462 or 1194729. OLE color: 1194729.
HSL color Cylindrical-coordinate representation of color #E93A12: hue angle of 11.16º 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 #E93A12 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 58 | 18 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.09 |
| HSL | 11.16º | 0.86% | 0.49% | - |
| HSV(B) | 11.16º | 0.92% | 0.91% | - |
| XYZ | 35.23 | 20.39 | 2.65 | - |
| YUV | 105.77 | 78.48 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 58 | 18 | 0 | 0.75 | 0.92 | 0.09 | 11.16 | 0.86 | 0.49 |
| Hex | E9 | 3A | 12 | 0 | 4B | 5C | 9 | B | 56 | 31 |
| Octal | 351 | 72 | 22 | 0 | 113 | 134 | 11 | 13 | 126 | 61 |
| Binary | 11101001 | 111010 | 10010 | 0 | 1001011 | 1011100 | 1001 | 1011 | 1010110 | 110001 |
Color Harmonies of #E93A12
Complementary color
Monochromatic Colors of #E93A12
Black with #E93A12
Text Example
Text Example
White with #E93A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93A12; }
p { color: rgb(233,58,18); }
H1.HeaderClassName
{
color: #E93A12;
}
.AnyTagClassName
{
color: #E93A12;
}
</style>
background-color css
<style>
a { background-color: #E93A12; }
a { background-color: rgb(233,58,18); }
div.DivClassName
{
background-color: #E93A12;
}
.BgClassName
{
background-color: #E93A12;
}
</style>
border-color css
<style>
span { border-color: #E93A12; }
span { border-color: rgb(233,58,18); }
td.TdClassName
{
border-color: #E93A12;
}
.TagClassName
{
border-color: #E93A12;
}
</style>