Shades of Orange Red #E93812
Tints of Orange Red #E93812
RGB
CMYK
RGB Variations
Color information
#E93812 (or 0xE93812) is known color: Orange Red. HEX triplet: E9, 38 and 12. RGB value is (233,56,18). Sum of RGB (Red+Green+Blue) = 233+56+18=307 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.90% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 233 - color contains mainly: red. Hex color #E93812 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93812 is #16C7ED. Grayscale: #686868. Windows color (decimal): -1492974 or 1194217. OLE color: 1194217.
HSL color Cylindrical-coordinate representation of color #E93812: hue angle of 10.6º 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 #E93812 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 56 | 18 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.09 |
| HSL | 10.6º | 0.86% | 0.49% | - |
| HSV(B) | 10.6º | 0.92% | 0.91% | - |
| XYZ | 35.13 | 20.2 | 2.62 | - |
| YUV | 104.59 | 79.14 | 219.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 56 | 18 | 0 | 0.76 | 0.92 | 0.09 | 10.6 | 0.86 | 0.49 |
| Hex | E9 | 38 | 12 | 0 | 4C | 5C | 9 | B | 56 | 31 |
| Octal | 351 | 70 | 22 | 0 | 114 | 134 | 11 | 13 | 126 | 61 |
| Binary | 11101001 | 111000 | 10010 | 0 | 1001100 | 1011100 | 1001 | 1011 | 1010110 | 110001 |
Color Harmonies of #E93812
Complementary color
Monochromatic Colors of #E93812
Black with #E93812
Text Example
Text Example
White with #E93812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93812; }
p { color: rgb(233,56,18); }
H1.HeaderClassName
{
color: #E93812;
}
.AnyTagClassName
{
color: #E93812;
}
</style>
background-color css
<style>
a { background-color: #E93812; }
a { background-color: rgb(233,56,18); }
div.DivClassName
{
background-color: #E93812;
}
.BgClassName
{
background-color: #E93812;
}
</style>
border-color css
<style>
span { border-color: #E93812; }
span { border-color: rgb(233,56,18); }
td.TdClassName
{
border-color: #E93812;
}
.TagClassName
{
border-color: #E93812;
}
</style>