Html Css Color HEX #E02C13 Harley Davidson Orange
📋 copy color: '#E02C13'red 224 ◦ green 44 ◦ blue 19
Shades of Harley Davidson Orange #E02C13
Tints of Harley Davidson Orange #E02C13
RGB
CMYK
RGB Variations
Color information
#E02C13 (or 0xE02C13) is known color: Harley Davidson Orange. HEX triplet: E0, 2C and 13. RGB value is (224,44,19). Sum of RGB (Red+Green+Blue) = 224+44+19=287 (38% of max value = 765). Red value is 224 (87.89% from 255 or 78.05% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02C13 is #1FD3EC. Grayscale: #5F5F5F. Windows color (decimal): -2085869 or 1256672. OLE color: 1256672.
HSL color Cylindrical-coordinate representation of color #E02C13: hue angle of 7.32º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E02C13 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 19 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.12 |
| HSL | 7.32º | 0.84% | 0.48% | - |
| HSV(B) | 7.32º | 0.92% | 0.88% | - |
| XYZ | 31.76 | 17.7 | 2.36 | - |
| YUV | 94.97 | 85.13 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 19 | 0 | 0.80 | 0.92 | 0.12 | 7.32 | 0.84 | 0.48 |
| Hex | E0 | 2C | 13 | 0 | 50 | 5C | C | 7 | 54 | 30 |
| Octal | 340 | 54 | 23 | 0 | 120 | 134 | 14 | 7 | 124 | 60 |
| Binary | 11100000 | 101100 | 10011 | 0 | 1010000 | 1011100 | 1100 | 111 | 1010100 | 110000 |
Color Harmonies of #E02C13
Complementary color
Monochromatic Colors of #E02C13
Black with #E02C13
Text Example
Text Example
White with #E02C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02C13; }
p { color: rgb(224,44,19); }
H1.HeaderClassName
{
color: #E02C13;
}
.AnyTagClassName
{
color: #E02C13;
}
</style>
background-color css
<style>
a { background-color: #E02C13; }
a { background-color: rgb(224,44,19); }
div.DivClassName
{
background-color: #E02C13;
}
.BgClassName
{
background-color: #E02C13;
}
</style>
border-color css
<style>
span { border-color: #E02C13; }
span { border-color: rgb(224,44,19); }
td.TdClassName
{
border-color: #E02C13;
}
.TagClassName
{
border-color: #E02C13;
}
</style>