Shades of Orange Red #E74110
Tints of Orange Red #E74110
RGB
CMYK
RGB Variations
Color information
#E74110 (or 0xE74110) is known color: Orange Red. HEX triplet: E7, 41 and 10. RGB value is (231,65,16). Sum of RGB (Red+Green+Blue) = 231+65+16=312 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.04% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 231 - color contains mainly: red. Hex color #E74110 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74110 is #18BEEF. Grayscale: #6D6D6D. Windows color (decimal): -1621744 or 1065447. OLE color: 1065447.
HSL color Cylindrical-coordinate representation of color #E74110: hue angle of 13.67º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E74110 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 65 | 16 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.09 |
| HSL | 13.67º | 0.87% | 0.48% | - |
| HSV(B) | 13.67º | 0.93% | 0.91% | - |
| XYZ | 34.94 | 20.81 | 2.66 | - |
| YUV | 109.05 | 75.5 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 65 | 16 | 0 | 0.72 | 0.93 | 0.09 | 13.67 | 0.87 | 0.48 |
| Hex | E7 | 41 | 10 | 0 | 48 | 5D | 9 | E | 57 | 30 |
| Octal | 347 | 101 | 20 | 0 | 110 | 135 | 11 | 16 | 127 | 60 |
| Binary | 11100111 | 1000001 | 10000 | 0 | 1001000 | 1011101 | 1001 | 1110 | 1010111 | 110000 |
Color Harmonies of #E74110
Complementary color
Monochromatic Colors of #E74110
Black with #E74110
Text Example
Text Example
White with #E74110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74110; }
p { color: rgb(231,65,16); }
H1.HeaderClassName
{
color: #E74110;
}
.AnyTagClassName
{
color: #E74110;
}
</style>
background-color css
<style>
a { background-color: #E74110; }
a { background-color: rgb(231,65,16); }
div.DivClassName
{
background-color: #E74110;
}
.BgClassName
{
background-color: #E74110;
}
</style>
border-color css
<style>
span { border-color: #E74110; }
span { border-color: rgb(231,65,16); }
td.TdClassName
{
border-color: #E74110;
}
.TagClassName
{
border-color: #E74110;
}
</style>