Html Css Color HEX #E03C0B Harley Davidson Orange
📋 copy color: '#E03C0B'red 224 ◦ green 60 ◦ blue 11
Shades of Harley Davidson Orange #E03C0B
Tints of Harley Davidson Orange #E03C0B
RGB
CMYK
RGB Variations
Color information
#E03C0B (or 0xE03C0B) is known color: Harley Davidson Orange. HEX triplet: E0, 3C and 0B. RGB value is (224,60,11). Sum of RGB (Red+Green+Blue) = 224+60+11=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E03C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03C0B is #1FC3F4. Grayscale: #676767. Windows color (decimal): -2081781 or 736480. OLE color: 736480.
HSL color Cylindrical-coordinate representation of color #E03C0B: hue angle of 13.8º 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 #E03C0B is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 60 | 11 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.12 |
| HSL | 13.8º | 0.91% | 0.46% | - |
| HSV(B) | 13.8º | 0.95% | 0.88% | - |
| XYZ | 32.42 | 19.1 | 2.3 | - |
| YUV | 103.45 | 75.83 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 60 | 11 | 0 | 0.73 | 0.95 | 0.12 | 13.8 | 0.91 | 0.46 |
| Hex | E0 | 3C | B | 0 | 49 | 5F | C | E | 5B | 2E |
| Octal | 340 | 74 | 13 | 0 | 111 | 137 | 14 | 16 | 133 | 56 |
| Binary | 11100000 | 111100 | 1011 | 0 | 1001001 | 1011111 | 1100 | 1110 | 1011011 | 101110 |
Color Harmonies of #E03C0B
Complementary color
Monochromatic Colors of #E03C0B
Black with #E03C0B
Text Example
Text Example
White with #E03C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03C0B; }
p { color: rgb(224,60,11); }
H1.HeaderClassName
{
color: #E03C0B;
}
.AnyTagClassName
{
color: #E03C0B;
}
</style>
background-color css
<style>
a { background-color: #E03C0B; }
a { background-color: rgb(224,60,11); }
div.DivClassName
{
background-color: #E03C0B;
}
.BgClassName
{
background-color: #E03C0B;
}
</style>
border-color css
<style>
span { border-color: #E03C0B; }
span { border-color: rgb(224,60,11); }
td.TdClassName
{
border-color: #E03C0B;
}
.TagClassName
{
border-color: #E03C0B;
}
</style>