Html Css Color HEX #E8340F Harley Davidson Orange
📋 copy color: '#E8340F'red 232 ◦ green 52 ◦ blue 15
Shades of Harley Davidson Orange #E8340F
Tints of Harley Davidson Orange #E8340F
RGB
CMYK
RGB Variations
Color information
#E8340F (or 0xE8340F) is known color: Harley Davidson Orange. HEX triplet: E8, 34 and 0F. RGB value is (232,52,15). Sum of RGB (Red+Green+Blue) = 232+52+15=299 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.59% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 232 - color contains mainly: red. Hex color #E8340F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8340F is #17CBF0. Grayscale: #656565. Windows color (decimal): -1559537 or 996584. OLE color: 996584.
HSL color Cylindrical-coordinate representation of color #E8340F: hue angle of 10.23º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8340F is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 52 | 15 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.09 |
| HSL | 10.23º | 0.88% | 0.48% | - |
| HSV(B) | 10.23º | 0.94% | 0.91% | - |
| XYZ | 34.59 | 19.65 | 2.42 | - |
| YUV | 101.6 | 79.13 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 52 | 15 | 0 | 0.78 | 0.94 | 0.09 | 10.23 | 0.88 | 0.48 |
| Hex | E8 | 34 | F | 0 | 4E | 5E | 9 | A | 58 | 30 |
| Octal | 350 | 64 | 17 | 0 | 116 | 136 | 11 | 12 | 130 | 60 |
| Binary | 11101000 | 110100 | 1111 | 0 | 1001110 | 1011110 | 1001 | 1010 | 1011000 | 110000 |
Color Harmonies of #E8340F
Complementary color
Monochromatic Colors of #E8340F
Black with #E8340F
Text Example
Text Example
White with #E8340F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8340F; }
p { color: rgb(232,52,15); }
H1.HeaderClassName
{
color: #E8340F;
}
.AnyTagClassName
{
color: #E8340F;
}
</style>
background-color css
<style>
a { background-color: #E8340F; }
a { background-color: rgb(232,52,15); }
div.DivClassName
{
background-color: #E8340F;
}
.BgClassName
{
background-color: #E8340F;
}
</style>
border-color css
<style>
span { border-color: #E8340F; }
span { border-color: rgb(232,52,15); }
td.TdClassName
{
border-color: #E8340F;
}
.TagClassName
{
border-color: #E8340F;
}
</style>