Html Css Color HEX #E0320D Harley Davidson Orange
📋 copy color: '#E0320D'red 224 ◦ green 50 ◦ blue 13
Shades of Harley Davidson Orange #E0320D
Tints of Harley Davidson Orange #E0320D
RGB
CMYK
RGB Variations
Color information
#E0320D (or 0xE0320D) is known color: Harley Davidson Orange. HEX triplet: E0, 32 and 0D. RGB value is (224,50,13). Sum of RGB (Red+Green+Blue) = 224+50+13=287 (38% of max value = 765). Red value is 224 (87.89% from 255 or 78.05% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 224 - color contains mainly: red. Hex color #E0320D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0320D is #1FCDF2. Grayscale: #626262. Windows color (decimal): -2084339 or 864992. OLE color: 864992.
HSL color Cylindrical-coordinate representation of color #E0320D: hue angle of 10.52º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0320D is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 13 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.12 |
| HSL | 10.52º | 0.89% | 0.46% | - |
| HSV(B) | 10.52º | 0.94% | 0.88% | - |
| XYZ | 31.95 | 18.16 | 2.2 | - |
| YUV | 97.81 | 80.15 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 13 | 0 | 0.78 | 0.94 | 0.12 | 10.52 | 0.89 | 0.46 |
| Hex | E0 | 32 | D | 0 | 4E | 5E | C | B | 59 | 2E |
| Octal | 340 | 62 | 15 | 0 | 116 | 136 | 14 | 13 | 131 | 56 |
| Binary | 11100000 | 110010 | 1101 | 0 | 1001110 | 1011110 | 1100 | 1011 | 1011001 | 101110 |
Color Harmonies of #E0320D
Complementary color
Monochromatic Colors of #E0320D
Black with #E0320D
Text Example
Text Example
White with #E0320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0320D; }
p { color: rgb(224,50,13); }
H1.HeaderClassName
{
color: #E0320D;
}
.AnyTagClassName
{
color: #E0320D;
}
</style>
background-color css
<style>
a { background-color: #E0320D; }
a { background-color: rgb(224,50,13); }
div.DivClassName
{
background-color: #E0320D;
}
.BgClassName
{
background-color: #E0320D;
}
</style>
border-color css
<style>
span { border-color: #E0320D; }
span { border-color: rgb(224,50,13); }
td.TdClassName
{
border-color: #E0320D;
}
.TagClassName
{
border-color: #E0320D;
}
</style>