Shades of Orange Red #E93F11
Tints of Orange Red #E93F11
RGB
CMYK
RGB Variations
Color information
#E93F11 (or 0xE93F11) is known color: Orange Red. HEX triplet: E9, 3F and 11. RGB value is (233,63,17). Sum of RGB (Red+Green+Blue) = 233+63+17=313 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.44% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 233 - color contains mainly: red. Hex color #E93F11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93F11 is #16C0EE. Grayscale: #6C6C6C. Windows color (decimal): -1491183 or 1130473. OLE color: 1130473.
HSL color Cylindrical-coordinate representation of color #E93F11: hue angle of 12.78º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E93F11 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 63 | 17 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.09 |
| HSL | 12.78º | 0.86% | 0.49% | - |
| HSV(B) | 12.78º | 0.93% | 0.91% | - |
| XYZ | 35.48 | 20.92 | 2.7 | - |
| YUV | 108.59 | 76.32 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 63 | 17 | 0 | 0.73 | 0.93 | 0.09 | 12.78 | 0.86 | 0.49 |
| Hex | E9 | 3F | 11 | 0 | 49 | 5D | 9 | D | 56 | 31 |
| Octal | 351 | 77 | 21 | 0 | 111 | 135 | 11 | 15 | 126 | 61 |
| Binary | 11101001 | 111111 | 10001 | 0 | 1001001 | 1011101 | 1001 | 1101 | 1010110 | 110001 |
Color Harmonies of #E93F11
Complementary color
Monochromatic Colors of #E93F11
Black with #E93F11
Text Example
Text Example
White with #E93F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93F11; }
p { color: rgb(233,63,17); }
H1.HeaderClassName
{
color: #E93F11;
}
.AnyTagClassName
{
color: #E93F11;
}
</style>
background-color css
<style>
a { background-color: #E93F11; }
a { background-color: rgb(233,63,17); }
div.DivClassName
{
background-color: #E93F11;
}
.BgClassName
{
background-color: #E93F11;
}
</style>
border-color css
<style>
span { border-color: #E93F11; }
span { border-color: rgb(233,63,17); }
td.TdClassName
{
border-color: #E93F11;
}
.TagClassName
{
border-color: #E93F11;
}
</style>