Shades of Orange Red #E74210
Tints of Orange Red #E74210
RGB
CMYK
RGB Variations
Color information
#E74210 (or 0xE74210) is known color: Orange Red. HEX triplet: E7, 42 and 10. RGB value is (231,66,16). Sum of RGB (Red+Green+Blue) = 231+66+16=313 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.80% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 231 - color contains mainly: red. Hex color #E74210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74210 is #18BDEF. Grayscale: #6E6E6E. Windows color (decimal): -1621488 or 1065703. OLE color: 1065703.
HSL color Cylindrical-coordinate representation of color #E74210: hue angle of 13.95º 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 #E74210 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 66 | 16 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.09 |
| HSL | 13.95º | 0.87% | 0.48% | - |
| HSV(B) | 13.95º | 0.93% | 0.91% | - |
| XYZ | 35 | 20.92 | 2.68 | - |
| YUV | 109.64 | 75.16 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 66 | 16 | 0 | 0.71 | 0.93 | 0.09 | 13.95 | 0.87 | 0.48 |
| Hex | E7 | 42 | 10 | 0 | 47 | 5D | 9 | E | 57 | 30 |
| Octal | 347 | 102 | 20 | 0 | 107 | 135 | 11 | 16 | 127 | 60 |
| Binary | 11100111 | 1000010 | 10000 | 0 | 1000111 | 1011101 | 1001 | 1110 | 1010111 | 110000 |
Color Harmonies of #E74210
Complementary color
Monochromatic Colors of #E74210
Black with #E74210
Text Example
Text Example
White with #E74210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74210; }
p { color: rgb(231,66,16); }
H1.HeaderClassName
{
color: #E74210;
}
.AnyTagClassName
{
color: #E74210;
}
</style>
background-color css
<style>
a { background-color: #E74210; }
a { background-color: rgb(231,66,16); }
div.DivClassName
{
background-color: #E74210;
}
.BgClassName
{
background-color: #E74210;
}
</style>
border-color css
<style>
span { border-color: #E74210; }
span { border-color: rgb(231,66,16); }
td.TdClassName
{
border-color: #E74210;
}
.TagClassName
{
border-color: #E74210;
}
</style>