Html Css Color HEX #E0320F Harley Davidson Orange
📋 copy color: '#E0320F'red 224 ◦ green 50 ◦ blue 15
Shades of Harley Davidson Orange #E0320F
Tints of Harley Davidson Orange #E0320F
RGB
CMYK
RGB Variations
Color information
#E0320F (or 0xE0320F) is known color: Harley Davidson Orange. HEX triplet: E0, 32 and 0F. RGB value is (224,50,15). Sum of RGB (Red+Green+Blue) = 224+50+15=289 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.51% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 224 - color contains mainly: red. Hex color #E0320F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0320F is #1FCDF0. Grayscale: #626262. Windows color (decimal): -2084337 or 996064. OLE color: 996064.
HSL color Cylindrical-coordinate representation of color #E0320F: hue angle of 10.05º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0320F is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 15 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.12 |
| HSL | 10.05º | 0.87% | 0.47% | - |
| HSV(B) | 10.05º | 0.93% | 0.88% | - |
| XYZ | 31.97 | 18.16 | 2.27 | - |
| YUV | 98.04 | 81.15 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 15 | 0 | 0.78 | 0.93 | 0.12 | 10.05 | 0.87 | 0.47 |
| Hex | E0 | 32 | F | 0 | 4E | 5D | C | A | 57 | 2F |
| Octal | 340 | 62 | 17 | 0 | 116 | 135 | 14 | 12 | 127 | 57 |
| Binary | 11100000 | 110010 | 1111 | 0 | 1001110 | 1011101 | 1100 | 1010 | 1010111 | 101111 |
Color Harmonies of #E0320F
Complementary color
Monochromatic Colors of #E0320F
Black with #E0320F
Text Example
Text Example
White with #E0320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0320F; }
p { color: rgb(224,50,15); }
H1.HeaderClassName
{
color: #E0320F;
}
.AnyTagClassName
{
color: #E0320F;
}
</style>
background-color css
<style>
a { background-color: #E0320F; }
a { background-color: rgb(224,50,15); }
div.DivClassName
{
background-color: #E0320F;
}
.BgClassName
{
background-color: #E0320F;
}
</style>
border-color css
<style>
span { border-color: #E0320F; }
span { border-color: rgb(224,50,15); }
td.TdClassName
{
border-color: #E0320F;
}
.TagClassName
{
border-color: #E0320F;
}
</style>