Html Css Color HEX #E83114 Harley Davidson Orange
📋 copy color: '#E83114'red 232 ◦ green 49 ◦ blue 20
Shades of Harley Davidson Orange #E83114
Tints of Harley Davidson Orange #E83114
RGB
CMYK
RGB Variations
Color information
#E83114 (or 0xE83114) is known color: Harley Davidson Orange. HEX triplet: E8, 31 and 14. RGB value is (232,49,20). Sum of RGB (Red+Green+Blue) = 232+49+20=301 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.08% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 232 - color contains mainly: red. Hex color #E83114 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E83114 is #17CEEB. Grayscale: #646464. Windows color (decimal): -1560300 or 1323496. OLE color: 1323496.
HSL color Cylindrical-coordinate representation of color #E83114: hue angle of 8.21º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E83114 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 49 | 20 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.09 |
| HSL | 8.21º | 0.84% | 0.49% | - |
| HSV(B) | 8.21º | 0.91% | 0.91% | - |
| XYZ | 34.5 | 19.4 | 2.59 | - |
| YUV | 100.41 | 82.63 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 49 | 20 | 0 | 0.79 | 0.91 | 0.09 | 8.21 | 0.84 | 0.49 |
| Hex | E8 | 31 | 14 | 0 | 4F | 5B | 9 | 8 | 54 | 31 |
| Octal | 350 | 61 | 24 | 0 | 117 | 133 | 11 | 10 | 124 | 61 |
| Binary | 11101000 | 110001 | 10100 | 0 | 1001111 | 1011011 | 1001 | 1000 | 1010100 | 110001 |
Color Harmonies of #E83114
Complementary color
Monochromatic Colors of #E83114
Black with #E83114
Text Example
Text Example
White with #E83114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83114; }
p { color: rgb(232,49,20); }
H1.HeaderClassName
{
color: #E83114;
}
.AnyTagClassName
{
color: #E83114;
}
</style>
background-color css
<style>
a { background-color: #E83114; }
a { background-color: rgb(232,49,20); }
div.DivClassName
{
background-color: #E83114;
}
.BgClassName
{
background-color: #E83114;
}
</style>
border-color css
<style>
span { border-color: #E83114; }
span { border-color: rgb(232,49,20); }
td.TdClassName
{
border-color: #E83114;
}
.TagClassName
{
border-color: #E83114;
}
</style>