Shades of Orange Red #E74211
Tints of Orange Red #E74211
RGB
CMYK
RGB Variations
Color information
#E74211 (or 0xE74211) is known color: Orange Red. HEX triplet: E7, 42 and 11. RGB value is (231,66,17). Sum of RGB (Red+Green+Blue) = 231+66+17=314 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.57% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 231 - color contains mainly: red. Hex color #E74211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74211 is #18BDEE. Grayscale: #6E6E6E. Windows color (decimal): -1621487 or 1131239. OLE color: 1131239.
HSL color Cylindrical-coordinate representation of color #E74211: hue angle of 13.74º 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 #E74211 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 66 | 17 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.09 |
| HSL | 13.74º | 0.86% | 0.49% | - |
| HSV(B) | 13.74º | 0.93% | 0.91% | - |
| XYZ | 35 | 20.93 | 2.72 | - |
| YUV | 109.75 | 75.66 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 66 | 17 | 0 | 0.71 | 0.93 | 0.09 | 13.74 | 0.86 | 0.49 |
| Hex | E7 | 42 | 11 | 0 | 47 | 5D | 9 | E | 56 | 31 |
| Octal | 347 | 102 | 21 | 0 | 107 | 135 | 11 | 16 | 126 | 61 |
| Binary | 11100111 | 1000010 | 10001 | 0 | 1000111 | 1011101 | 1001 | 1110 | 1010110 | 110001 |
Color Harmonies of #E74211
Complementary color
Monochromatic Colors of #E74211
Black with #E74211
Text Example
Text Example
White with #E74211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74211; }
p { color: rgb(231,66,17); }
H1.HeaderClassName
{
color: #E74211;
}
.AnyTagClassName
{
color: #E74211;
}
</style>
background-color css
<style>
a { background-color: #E74211; }
a { background-color: rgb(231,66,17); }
div.DivClassName
{
background-color: #E74211;
}
.BgClassName
{
background-color: #E74211;
}
</style>
border-color css
<style>
span { border-color: #E74211; }
span { border-color: rgb(231,66,17); }
td.TdClassName
{
border-color: #E74211;
}
.TagClassName
{
border-color: #E74211;
}
</style>