Html Css Color HEX #E02C12 Harley Davidson Orange
📋 copy color: '#E02C12'red 224 ◦ green 44 ◦ blue 18
Shades of Harley Davidson Orange #E02C12
Tints of Harley Davidson Orange #E02C12
RGB
CMYK
RGB Variations
Color information
#E02C12 (or 0xE02C12) is known color: Harley Davidson Orange. HEX triplet: E0, 2C and 12. RGB value is (224,44,18). Sum of RGB (Red+Green+Blue) = 224+44+18=286 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.32% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02C12 is #1FD3ED. Grayscale: #5F5F5F. Windows color (decimal): -2085870 or 1191136. OLE color: 1191136.
HSL color Cylindrical-coordinate representation of color #E02C12: hue angle of 7.57º 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 #E02C12 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 18 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.12 |
| HSL | 7.57º | 0.85% | 0.47% | - |
| HSV(B) | 7.57º | 0.92% | 0.88% | - |
| XYZ | 31.75 | 17.69 | 2.31 | - |
| YUV | 94.86 | 84.63 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 18 | 0 | 0.80 | 0.92 | 0.12 | 7.57 | 0.85 | 0.47 |
| Hex | E0 | 2C | 12 | 0 | 50 | 5C | C | 8 | 55 | 2F |
| Octal | 340 | 54 | 22 | 0 | 120 | 134 | 14 | 10 | 125 | 57 |
| Binary | 11100000 | 101100 | 10010 | 0 | 1010000 | 1011100 | 1100 | 1000 | 1010101 | 101111 |
Color Harmonies of #E02C12
Complementary color
Monochromatic Colors of #E02C12
Black with #E02C12
Text Example
Text Example
White with #E02C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02C12; }
p { color: rgb(224,44,18); }
H1.HeaderClassName
{
color: #E02C12;
}
.AnyTagClassName
{
color: #E02C12;
}
</style>
background-color css
<style>
a { background-color: #E02C12; }
a { background-color: rgb(224,44,18); }
div.DivClassName
{
background-color: #E02C12;
}
.BgClassName
{
background-color: #E02C12;
}
</style>
border-color css
<style>
span { border-color: #E02C12; }
span { border-color: rgb(224,44,18); }
td.TdClassName
{
border-color: #E02C12;
}
.TagClassName
{
border-color: #E02C12;
}
</style>