Html Css Color HEX #E01C12 Harley Davidson Orange
📋 copy color: '#E01C12'red 224 ◦ green 28 ◦ blue 18
Shades of Harley Davidson Orange #E01C12
Tints of Harley Davidson Orange #E01C12
RGB
CMYK
RGB Variations
Color information
#E01C12 (or 0xE01C12) is known color: Harley Davidson Orange. HEX triplet: E0, 1C and 12. RGB value is (224,28,18). Sum of RGB (Red+Green+Blue) = 224+28+18=270 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.96% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E01C12 is #1FE3ED. Grayscale: #555555. Windows color (decimal): -2089966 or 1187040. OLE color: 1187040.
HSL color Cylindrical-coordinate representation of color #E01C12: hue angle of 2.91º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01C12 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 18 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.12 |
| HSL | 2.91º | 0.85% | 0.47% | - |
| HSV(B) | 2.91º | 0.92% | 0.88% | - |
| XYZ | 31.26 | 16.72 | 2.15 | - |
| YUV | 85.46 | 89.93 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 18 | 0 | 0.88 | 0.92 | 0.12 | 2.91 | 0.85 | 0.47 |
| Hex | E0 | 1C | 12 | 0 | 58 | 5C | C | 3 | 55 | 2F |
| Octal | 340 | 34 | 22 | 0 | 130 | 134 | 14 | 3 | 125 | 57 |
| Binary | 11100000 | 11100 | 10010 | 0 | 1011000 | 1011100 | 1100 | 11 | 1010101 | 101111 |
Color Harmonies of #E01C12
Complementary color
Monochromatic Colors of #E01C12
Black with #E01C12
Text Example
Text Example
White with #E01C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01C12; }
p { color: rgb(224,28,18); }
H1.HeaderClassName
{
color: #E01C12;
}
.AnyTagClassName
{
color: #E01C12;
}
</style>
background-color css
<style>
a { background-color: #E01C12; }
a { background-color: rgb(224,28,18); }
div.DivClassName
{
background-color: #E01C12;
}
.BgClassName
{
background-color: #E01C12;
}
</style>
border-color css
<style>
span { border-color: #E01C12; }
span { border-color: rgb(224,28,18); }
td.TdClassName
{
border-color: #E01C12;
}
.TagClassName
{
border-color: #E01C12;
}
</style>