Html Css Color HEX #E02C0C Harley Davidson Orange
📋 copy color: '#E02C0C'red 224 ◦ green 44 ◦ blue 12
Shades of Harley Davidson Orange #E02C0C
Tints of Harley Davidson Orange #E02C0C
RGB
CMYK
RGB Variations
Color information
#E02C0C (or 0xE02C0C) is known color: Harley Davidson Orange. HEX triplet: E0, 2C and 0C. RGB value is (224,44,12). Sum of RGB (Red+Green+Blue) = 224+44+12=280 (37% of max value = 765). Red value is 224 (87.89% from 255 or 80% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02C0C is #1FD3F3. Grayscale: #5E5E5E. Windows color (decimal): -2085876 or 797920. OLE color: 797920.
HSL color Cylindrical-coordinate representation of color #E02C0C: hue angle of 9.06º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E02C0C is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 12 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.12 |
| HSL | 9.06º | 0.9% | 0.46% | - |
| HSV(B) | 9.06º | 0.95% | 0.88% | - |
| XYZ | 31.71 | 17.68 | 2.09 | - |
| YUV | 94.17 | 81.63 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 12 | 0 | 0.80 | 0.95 | 0.12 | 9.06 | 0.9 | 0.46 |
| Hex | E0 | 2C | C | 0 | 50 | 5F | C | 9 | 5A | 2E |
| Octal | 340 | 54 | 14 | 0 | 120 | 137 | 14 | 11 | 132 | 56 |
| Binary | 11100000 | 101100 | 1100 | 0 | 1010000 | 1011111 | 1100 | 1001 | 1011010 | 101110 |
Color Harmonies of #E02C0C
Complementary color
Monochromatic Colors of #E02C0C
Black with #E02C0C
Text Example
Text Example
White with #E02C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02C0C; }
p { color: rgb(224,44,12); }
H1.HeaderClassName
{
color: #E02C0C;
}
.AnyTagClassName
{
color: #E02C0C;
}
</style>
background-color css
<style>
a { background-color: #E02C0C; }
a { background-color: rgb(224,44,12); }
div.DivClassName
{
background-color: #E02C0C;
}
.BgClassName
{
background-color: #E02C0C;
}
</style>
border-color css
<style>
span { border-color: #E02C0C; }
span { border-color: rgb(224,44,12); }
td.TdClassName
{
border-color: #E02C0C;
}
.TagClassName
{
border-color: #E02C0C;
}
</style>