Html Css Color HEX #E02C18 Harley Davidson Orange
📋 copy color: '#E02C18'red 224 ◦ green 44 ◦ blue 24
Shades of Harley Davidson Orange #E02C18
Tints of Harley Davidson Orange #E02C18
RGB
CMYK
RGB Variations
Color information
#E02C18 (or 0xE02C18) is known color: Harley Davidson Orange. HEX triplet: E0, 2C and 18. RGB value is (224,44,24). Sum of RGB (Red+Green+Blue) = 224+44+24=292 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.71% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02C18 is #1FD3E7. Grayscale: #5F5F5F. Windows color (decimal): -2085864 or 1584352. OLE color: 1584352.
HSL color Cylindrical-coordinate representation of color #E02C18: hue angle of 6º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E02C18 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 24 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.12 |
| HSL | 6º | 0.81% | 0.49% | - |
| HSV(B) | 6º | 0.89% | 0.88% | - |
| XYZ | 31.81 | 17.71 | 2.61 | - |
| YUV | 95.54 | 87.63 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 24 | 0 | 0.80 | 0.89 | 0.12 | 6 | 0.81 | 0.49 |
| Hex | E0 | 2C | 18 | 0 | 50 | 59 | C | 6 | 51 | 31 |
| Octal | 340 | 54 | 30 | 0 | 120 | 131 | 14 | 6 | 121 | 61 |
| Binary | 11100000 | 101100 | 11000 | 0 | 1010000 | 1011001 | 1100 | 110 | 1010001 | 110001 |
Color Harmonies of #E02C18
Complementary color
Monochromatic Colors of #E02C18
Black with #E02C18
Text Example
Text Example
White with #E02C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02C18; }
p { color: rgb(224,44,24); }
H1.HeaderClassName
{
color: #E02C18;
}
.AnyTagClassName
{
color: #E02C18;
}
</style>
background-color css
<style>
a { background-color: #E02C18; }
a { background-color: rgb(224,44,24); }
div.DivClassName
{
background-color: #E02C18;
}
.BgClassName
{
background-color: #E02C18;
}
</style>
border-color css
<style>
span { border-color: #E02C18; }
span { border-color: rgb(224,44,24); }
td.TdClassName
{
border-color: #E02C18;
}
.TagClassName
{
border-color: #E02C18;
}
</style>