Html Css Color HEX #E82F18 Harley Davidson Orange
📋 copy color: '#E82F18'red 232 ◦ green 47 ◦ blue 24
Shades of Harley Davidson Orange #E82F18
Tints of Harley Davidson Orange #E82F18
RGB
CMYK
RGB Variations
Color information
#E82F18 (or 0xE82F18) is known color: Harley Davidson Orange. HEX triplet: E8, 2F and 18. RGB value is (232,47,24). Sum of RGB (Red+Green+Blue) = 232+47+24=303 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.57% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82F18 is #17D0E7. Grayscale: #636363. Windows color (decimal): -1560808 or 1585128. OLE color: 1585128.
HSL color Cylindrical-coordinate representation of color #E82F18: hue angle of 6.63º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E82F18 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 47 | 24 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.09 |
| HSL | 6.63º | 0.82% | 0.5% | - |
| HSV(B) | 6.63º | 0.9% | 0.91% | - |
| XYZ | 34.46 | 19.25 | 2.76 | - |
| YUV | 99.69 | 85.29 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 47 | 24 | 0 | 0.80 | 0.90 | 0.09 | 6.63 | 0.82 | 0.5 |
| Hex | E8 | 2F | 18 | 0 | 50 | 5A | 9 | 7 | 52 | 32 |
| Octal | 350 | 57 | 30 | 0 | 120 | 132 | 11 | 7 | 122 | 62 |
| Binary | 11101000 | 101111 | 11000 | 0 | 1010000 | 1011010 | 1001 | 111 | 1010010 | 110010 |
Color Harmonies of #E82F18
Complementary color
Monochromatic Colors of #E82F18
Black with #E82F18
Text Example
Text Example
White with #E82F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82F18; }
p { color: rgb(232,47,24); }
H1.HeaderClassName
{
color: #E82F18;
}
.AnyTagClassName
{
color: #E82F18;
}
</style>
background-color css
<style>
a { background-color: #E82F18; }
a { background-color: rgb(232,47,24); }
div.DivClassName
{
background-color: #E82F18;
}
.BgClassName
{
background-color: #E82F18;
}
</style>
border-color css
<style>
span { border-color: #E82F18; }
span { border-color: rgb(232,47,24); }
td.TdClassName
{
border-color: #E82F18;
}
.TagClassName
{
border-color: #E82F18;
}
</style>