Html Css Color HEX #E02F11 Harley Davidson Orange
📋 copy color: '#E02F11'red 224 ◦ green 47 ◦ blue 17
Shades of Harley Davidson Orange #E02F11
Tints of Harley Davidson Orange #E02F11
RGB
CMYK
RGB Variations
Color information
#E02F11 (or 0xE02F11) is known color: Harley Davidson Orange. HEX triplet: E0, 2F and 11. RGB value is (224,47,17). Sum of RGB (Red+Green+Blue) = 224+47+17=288 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.78% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02F11 is #1FD0EE. Grayscale: #606060. Windows color (decimal): -2085103 or 1126368. OLE color: 1126368.
HSL color Cylindrical-coordinate representation of color #E02F11: hue angle of 8.7º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E02F11 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 47 | 17 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.12 |
| HSL | 8.7º | 0.86% | 0.47% | - |
| HSV(B) | 8.7º | 0.92% | 0.88% | - |
| XYZ | 31.86 | 17.92 | 2.31 | - |
| YUV | 96.5 | 83.14 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 17 | 0 | 0.79 | 0.92 | 0.12 | 8.7 | 0.86 | 0.47 |
| Hex | E0 | 2F | 11 | 0 | 4F | 5C | C | 9 | 56 | 2F |
| Octal | 340 | 57 | 21 | 0 | 117 | 134 | 14 | 11 | 126 | 57 |
| Binary | 11100000 | 101111 | 10001 | 0 | 1001111 | 1011100 | 1100 | 1001 | 1010110 | 101111 |
Color Harmonies of #E02F11
Complementary color
Monochromatic Colors of #E02F11
Black with #E02F11
Text Example
Text Example
White with #E02F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02F11; }
p { color: rgb(224,47,17); }
H1.HeaderClassName
{
color: #E02F11;
}
.AnyTagClassName
{
color: #E02F11;
}
</style>
background-color css
<style>
a { background-color: #E02F11; }
a { background-color: rgb(224,47,17); }
div.DivClassName
{
background-color: #E02F11;
}
.BgClassName
{
background-color: #E02F11;
}
</style>
border-color css
<style>
span { border-color: #E02F11; }
span { border-color: rgb(224,47,17); }
td.TdClassName
{
border-color: #E02F11;
}
.TagClassName
{
border-color: #E02F11;
}
</style>