Html Css Color HEX #E01C10 Harley Davidson Orange
📋 copy color: '#E01C10'red 224 ◦ green 28 ◦ blue 16
Shades of Harley Davidson Orange #E01C10
Tints of Harley Davidson Orange #E01C10
RGB
CMYK
RGB Variations
Color information
#E01C10 (or 0xE01C10) is known color: Harley Davidson Orange. HEX triplet: E0, 1C and 10. RGB value is (224,28,16). Sum of RGB (Red+Green+Blue) = 224+28+16=268 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.58% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E01C10 is #1FE3EF. Grayscale: #555555. Windows color (decimal): -2089968 or 1055968. OLE color: 1055968.
HSL color Cylindrical-coordinate representation of color #E01C10: hue angle of 3.46º 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 #E01C10 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 16 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.12 |
| HSL | 3.46º | 0.87% | 0.47% | - |
| HSV(B) | 3.46º | 0.93% | 0.88% | - |
| XYZ | 31.25 | 16.72 | 2.07 | - |
| YUV | 85.24 | 88.93 | 226.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 16 | 0 | 0.88 | 0.93 | 0.12 | 3.46 | 0.87 | 0.47 |
| Hex | E0 | 1C | 10 | 0 | 58 | 5D | C | 3 | 57 | 2F |
| Octal | 340 | 34 | 20 | 0 | 130 | 135 | 14 | 3 | 127 | 57 |
| Binary | 11100000 | 11100 | 10000 | 0 | 1011000 | 1011101 | 1100 | 11 | 1010111 | 101111 |
Color Harmonies of #E01C10
Complementary color
Monochromatic Colors of #E01C10
Black with #E01C10
Text Example
Text Example
White with #E01C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01C10; }
p { color: rgb(224,28,16); }
H1.HeaderClassName
{
color: #E01C10;
}
.AnyTagClassName
{
color: #E01C10;
}
</style>
background-color css
<style>
a { background-color: #E01C10; }
a { background-color: rgb(224,28,16); }
div.DivClassName
{
background-color: #E01C10;
}
.BgClassName
{
background-color: #E01C10;
}
</style>
border-color css
<style>
span { border-color: #E01C10; }
span { border-color: rgb(224,28,16); }
td.TdClassName
{
border-color: #E01C10;
}
.TagClassName
{
border-color: #E01C10;
}
</style>