Html Css Color HEX #E0350C Harley Davidson Orange
📋 copy color: '#E0350C'red 224 ◦ green 53 ◦ blue 12
Shades of Harley Davidson Orange #E0350C
Tints of Harley Davidson Orange #E0350C
RGB
CMYK
RGB Variations
Color information
#E0350C (or 0xE0350C) is known color: Harley Davidson Orange. HEX triplet: E0, 35 and 0C. RGB value is (224,53,12). Sum of RGB (Red+Green+Blue) = 224+53+12=289 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.51% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 224 - color contains mainly: red. Hex color #E0350C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0350C is #1FCAF3. Grayscale: #636363. Windows color (decimal): -2083572 or 800224. OLE color: 800224.
HSL color Cylindrical-coordinate representation of color #E0350C: hue angle of 11.6º degrees, saturation: 0.9, 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 #E0350C is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 12 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.12 |
| HSL | 11.6º | 0.9% | 0.46% | - |
| HSV(B) | 11.6º | 0.95% | 0.88% | - |
| XYZ | 32.08 | 18.42 | 2.21 | - |
| YUV | 99.46 | 78.65 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 12 | 0 | 0.76 | 0.95 | 0.12 | 11.6 | 0.9 | 0.46 |
| Hex | E0 | 35 | C | 0 | 4C | 5F | C | C | 5A | 2E |
| Octal | 340 | 65 | 14 | 0 | 114 | 137 | 14 | 14 | 132 | 56 |
| Binary | 11100000 | 110101 | 1100 | 0 | 1001100 | 1011111 | 1100 | 1100 | 1011010 | 101110 |
Color Harmonies of #E0350C
Complementary color
Monochromatic Colors of #E0350C
Black with #E0350C
Text Example
Text Example
White with #E0350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0350C; }
p { color: rgb(224,53,12); }
H1.HeaderClassName
{
color: #E0350C;
}
.AnyTagClassName
{
color: #E0350C;
}
</style>
background-color css
<style>
a { background-color: #E0350C; }
a { background-color: rgb(224,53,12); }
div.DivClassName
{
background-color: #E0350C;
}
.BgClassName
{
background-color: #E0350C;
}
</style>
border-color css
<style>
span { border-color: #E0350C; }
span { border-color: rgb(224,53,12); }
td.TdClassName
{
border-color: #E0350C;
}
.TagClassName
{
border-color: #E0350C;
}
</style>