Html Css Color HEX #E0320B Harley Davidson Orange
📋 copy color: '#E0320B'red 224 ◦ green 50 ◦ blue 11
Shades of Harley Davidson Orange #E0320B
Tints of Harley Davidson Orange #E0320B
RGB
CMYK
RGB Variations
Color information
#E0320B (or 0xE0320B) is known color: Harley Davidson Orange. HEX triplet: E0, 32 and 0B. RGB value is (224,50,11). Sum of RGB (Red+Green+Blue) = 224+50+11=285 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.60% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 224 - color contains mainly: red. Hex color #E0320B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0320B is #1FCDF4. Grayscale: #616161. Windows color (decimal): -2084341 or 733920. OLE color: 733920.
HSL color Cylindrical-coordinate representation of color #E0320B: hue angle of 10.99º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0320B is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 11 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.12 |
| HSL | 10.99º | 0.91% | 0.46% | - |
| HSV(B) | 10.99º | 0.95% | 0.88% | - |
| XYZ | 31.94 | 18.15 | 2.14 | - |
| YUV | 97.58 | 79.15 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 11 | 0 | 0.78 | 0.95 | 0.12 | 10.99 | 0.91 | 0.46 |
| Hex | E0 | 32 | B | 0 | 4E | 5F | C | B | 5B | 2E |
| Octal | 340 | 62 | 13 | 0 | 116 | 137 | 14 | 13 | 133 | 56 |
| Binary | 11100000 | 110010 | 1011 | 0 | 1001110 | 1011111 | 1100 | 1011 | 1011011 | 101110 |
Color Harmonies of #E0320B
Complementary color
Monochromatic Colors of #E0320B
Black with #E0320B
Text Example
Text Example
White with #E0320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0320B; }
p { color: rgb(224,50,11); }
H1.HeaderClassName
{
color: #E0320B;
}
.AnyTagClassName
{
color: #E0320B;
}
</style>
background-color css
<style>
a { background-color: #E0320B; }
a { background-color: rgb(224,50,11); }
div.DivClassName
{
background-color: #E0320B;
}
.BgClassName
{
background-color: #E0320B;
}
</style>
border-color css
<style>
span { border-color: #E0320B; }
span { border-color: rgb(224,50,11); }
td.TdClassName
{
border-color: #E0320B;
}
.TagClassName
{
border-color: #E0320B;
}
</style>