Html Css Color HEX #E02C0D Harley Davidson Orange
📋 copy color: '#E02C0D'red 224 ◦ green 44 ◦ blue 13
Shades of Harley Davidson Orange #E02C0D
Tints of Harley Davidson Orange #E02C0D
RGB
CMYK
RGB Variations
Color information
#E02C0D (or 0xE02C0D) is known color: Harley Davidson Orange. HEX triplet: E0, 2C and 0D. RGB value is (224,44,13). Sum of RGB (Red+Green+Blue) = 224+44+13=281 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.72% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02C0D is #1FD3F2. Grayscale: #5E5E5E. Windows color (decimal): -2085875 or 863456. OLE color: 863456.
HSL color Cylindrical-coordinate representation of color #E02C0D: hue angle of 8.82º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E02C0D is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 13 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.12 |
| HSL | 8.82º | 0.89% | 0.46% | - |
| HSV(B) | 8.82º | 0.94% | 0.88% | - |
| XYZ | 31.71 | 17.68 | 2.12 | - |
| YUV | 94.29 | 82.13 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 13 | 0 | 0.80 | 0.94 | 0.12 | 8.82 | 0.89 | 0.46 |
| Hex | E0 | 2C | D | 0 | 50 | 5E | C | 9 | 59 | 2E |
| Octal | 340 | 54 | 15 | 0 | 120 | 136 | 14 | 11 | 131 | 56 |
| Binary | 11100000 | 101100 | 1101 | 0 | 1010000 | 1011110 | 1100 | 1001 | 1011001 | 101110 |
Color Harmonies of #E02C0D
Complementary color
Monochromatic Colors of #E02C0D
Black with #E02C0D
Text Example
Text Example
White with #E02C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02C0D; }
p { color: rgb(224,44,13); }
H1.HeaderClassName
{
color: #E02C0D;
}
.AnyTagClassName
{
color: #E02C0D;
}
</style>
background-color css
<style>
a { background-color: #E02C0D; }
a { background-color: rgb(224,44,13); }
div.DivClassName
{
background-color: #E02C0D;
}
.BgClassName
{
background-color: #E02C0D;
}
</style>
border-color css
<style>
span { border-color: #E02C0D; }
span { border-color: rgb(224,44,13); }
td.TdClassName
{
border-color: #E02C0D;
}
.TagClassName
{
border-color: #E02C0D;
}
</style>