Html Css Color HEX #E73112 Harley Davidson Orange
📋 copy color: '#E73112'red 231 ◦ green 49 ◦ blue 18
Shades of Harley Davidson Orange #E73112
Tints of Harley Davidson Orange #E73112
RGB
CMYK
RGB Variations
Color information
#E73112 (or 0xE73112) is known color: Harley Davidson Orange. HEX triplet: E7, 31 and 12. RGB value is (231,49,18). Sum of RGB (Red+Green+Blue) = 231+49+18=298 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.52% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 231 - color contains mainly: red. Hex color #E73112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E73112 is #18CEED. Grayscale: #646464. Windows color (decimal): -1625838 or 1192423. OLE color: 1192423.
HSL color Cylindrical-coordinate representation of color #E73112: hue angle of 8.73º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E73112 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 49 | 18 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.09 |
| HSL | 8.73º | 0.86% | 0.49% | - |
| HSV(B) | 8.73º | 0.92% | 0.91% | - |
| XYZ | 34.16 | 19.23 | 2.48 | - |
| YUV | 99.88 | 81.8 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 49 | 18 | 0 | 0.79 | 0.92 | 0.09 | 8.73 | 0.86 | 0.49 |
| Hex | E7 | 31 | 12 | 0 | 4F | 5C | 9 | 9 | 56 | 31 |
| Octal | 347 | 61 | 22 | 0 | 117 | 134 | 11 | 11 | 126 | 61 |
| Binary | 11100111 | 110001 | 10010 | 0 | 1001111 | 1011100 | 1001 | 1001 | 1010110 | 110001 |
Color Harmonies of #E73112
Complementary color
Monochromatic Colors of #E73112
Black with #E73112
Text Example
Text Example
White with #E73112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73112; }
p { color: rgb(231,49,18); }
H1.HeaderClassName
{
color: #E73112;
}
.AnyTagClassName
{
color: #E73112;
}
</style>
background-color css
<style>
a { background-color: #E73112; }
a { background-color: rgb(231,49,18); }
div.DivClassName
{
background-color: #E73112;
}
.BgClassName
{
background-color: #E73112;
}
</style>
border-color css
<style>
span { border-color: #E73112; }
span { border-color: rgb(231,49,18); }
td.TdClassName
{
border-color: #E73112;
}
.TagClassName
{
border-color: #E73112;
}
</style>