Html Css Color HEX #E82F14 Harley Davidson Orange
📋 copy color: '#E82F14'red 232 ◦ green 47 ◦ blue 20
Shades of Harley Davidson Orange #E82F14
Tints of Harley Davidson Orange #E82F14
RGB
CMYK
RGB Variations
Color information
#E82F14 (or 0xE82F14) is known color: Harley Davidson Orange. HEX triplet: E8, 2F and 14. RGB value is (232,47,20). Sum of RGB (Red+Green+Blue) = 232+47+20=299 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.59% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82F14 is #17D0EB. Grayscale: #636363. Windows color (decimal): -1560812 or 1322984. OLE color: 1322984.
HSL color Cylindrical-coordinate representation of color #E82F14: hue angle of 7.64º 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 #E82F14 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 47 | 20 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.09 |
| HSL | 7.64º | 0.84% | 0.49% | - |
| HSV(B) | 7.64º | 0.91% | 0.91% | - |
| XYZ | 34.42 | 19.24 | 2.56 | - |
| YUV | 99.24 | 83.29 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 47 | 20 | 0 | 0.80 | 0.91 | 0.09 | 7.64 | 0.84 | 0.49 |
| Hex | E8 | 2F | 14 | 0 | 50 | 5B | 9 | 8 | 54 | 31 |
| Octal | 350 | 57 | 24 | 0 | 120 | 133 | 11 | 10 | 124 | 61 |
| Binary | 11101000 | 101111 | 10100 | 0 | 1010000 | 1011011 | 1001 | 1000 | 1010100 | 110001 |
Color Harmonies of #E82F14
Complementary color
Monochromatic Colors of #E82F14
Black with #E82F14
Text Example
Text Example
White with #E82F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82F14; }
p { color: rgb(232,47,20); }
H1.HeaderClassName
{
color: #E82F14;
}
.AnyTagClassName
{
color: #E82F14;
}
</style>
background-color css
<style>
a { background-color: #E82F14; }
a { background-color: rgb(232,47,20); }
div.DivClassName
{
background-color: #E82F14;
}
.BgClassName
{
background-color: #E82F14;
}
</style>
border-color css
<style>
span { border-color: #E82F14; }
span { border-color: rgb(232,47,20); }
td.TdClassName
{
border-color: #E82F14;
}
.TagClassName
{
border-color: #E82F14;
}
</style>