Shades of Orange Red #E74102
Tints of Orange Red #E74102
RGB
CMYK
RGB Variations
Color information
#E74102 (or 0xE74102) is known color: Orange Red. HEX triplet: E7, 41 and 02. RGB value is (231,65,2). Sum of RGB (Red+Green+Blue) = 231+65+2=298 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.52% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 231 - color contains mainly: red. Hex color #E74102 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74102 is #18BEFD. Grayscale: #6B6B6B. Windows color (decimal): -1621758 or 147943. OLE color: 147943.
HSL color Cylindrical-coordinate representation of color #E74102: hue angle of 16.51º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E74102 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 65 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.09 |
| HSL | 16.51º | 0.98% | 0.46% | - |
| HSV(B) | 16.51º | 0.99% | 0.91% | - |
| XYZ | 34.86 | 20.77 | 2.23 | - |
| YUV | 107.45 | 68.5 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 65 | 2 | 0 | 0.72 | 0.99 | 0.09 | 16.51 | 0.98 | 0.46 |
| Hex | E7 | 41 | 2 | 0 | 48 | 63 | 9 | 11 | 62 | 2E |
| Octal | 347 | 101 | 2 | 0 | 110 | 143 | 11 | 21 | 142 | 56 |
| Binary | 11100111 | 1000001 | 10 | 0 | 1001000 | 1100011 | 1001 | 10001 | 1100010 | 101110 |
Color Harmonies of #E74102
Complementary color
Monochromatic Colors of #E74102
Black with #E74102
Text Example
Text Example
White with #E74102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74102; }
p { color: rgb(231,65,2); }
H1.HeaderClassName
{
color: #E74102;
}
.AnyTagClassName
{
color: #E74102;
}
</style>
background-color css
<style>
a { background-color: #E74102; }
a { background-color: rgb(231,65,2); }
div.DivClassName
{
background-color: #E74102;
}
.BgClassName
{
background-color: #E74102;
}
</style>
border-color css
<style>
span { border-color: #E74102; }
span { border-color: rgb(231,65,2); }
td.TdClassName
{
border-color: #E74102;
}
.TagClassName
{
border-color: #E74102;
}
</style>