Html Css Color HEX #E02C0B Harley Davidson Orange
📋 copy color: '#E02C0B'red 224 ◦ green 44 ◦ blue 11
Shades of Harley Davidson Orange #E02C0B
Tints of Harley Davidson Orange #E02C0B
RGB
CMYK
RGB Variations
Color information
#E02C0B (or 0xE02C0B) is known color: Harley Davidson Orange. HEX triplet: E0, 2C and 0B. RGB value is (224,44,11). Sum of RGB (Red+Green+Blue) = 224+44+11=279 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.29% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02C0B is #1FD3F4. Grayscale: #5E5E5E. Windows color (decimal): -2085877 or 732384. OLE color: 732384.
HSL color Cylindrical-coordinate representation of color #E02C0B: hue angle of 9.3º degrees, saturation: 0.91, 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 #E02C0B is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 11 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.12 |
| HSL | 9.3º | 0.91% | 0.46% | - |
| HSV(B) | 9.3º | 0.95% | 0.88% | - |
| XYZ | 31.7 | 17.67 | 2.06 | - |
| YUV | 94.06 | 81.13 | 220.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 11 | 0 | 0.80 | 0.95 | 0.12 | 9.3 | 0.91 | 0.46 |
| Hex | E0 | 2C | B | 0 | 50 | 5F | C | 9 | 5B | 2E |
| Octal | 340 | 54 | 13 | 0 | 120 | 137 | 14 | 11 | 133 | 56 |
| Binary | 11100000 | 101100 | 1011 | 0 | 1010000 | 1011111 | 1100 | 1001 | 1011011 | 101110 |
Color Harmonies of #E02C0B
Complementary color
Monochromatic Colors of #E02C0B
Black with #E02C0B
Text Example
Text Example
White with #E02C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02C0B; }
p { color: rgb(224,44,11); }
H1.HeaderClassName
{
color: #E02C0B;
}
.AnyTagClassName
{
color: #E02C0B;
}
</style>
background-color css
<style>
a { background-color: #E02C0B; }
a { background-color: rgb(224,44,11); }
div.DivClassName
{
background-color: #E02C0B;
}
.BgClassName
{
background-color: #E02C0B;
}
</style>
border-color css
<style>
span { border-color: #E02C0B; }
span { border-color: rgb(224,44,11); }
td.TdClassName
{
border-color: #E02C0B;
}
.TagClassName
{
border-color: #E02C0B;
}
</style>