Html Css Color HEX #E03F0C Harley Davidson Orange
📋 copy color: '#E03F0C'red 224 ◦ green 63 ◦ blue 12
Shades of Harley Davidson Orange #E03F0C
Tints of Harley Davidson Orange #E03F0C
RGB
CMYK
RGB Variations
Color information
#E03F0C (or 0xE03F0C) is known color: Harley Davidson Orange. HEX triplet: E0, 3F and 0C. RGB value is (224,63,12). Sum of RGB (Red+Green+Blue) = 224+63+12=299 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.92% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03F0C is #1FC0F3. Grayscale: #696969. Windows color (decimal): -2081012 or 802784. OLE color: 802784.
HSL color Cylindrical-coordinate representation of color #E03F0C: hue angle of 14.43º 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 #E03F0C is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 63 | 12 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.12 |
| HSL | 14.43º | 0.9% | 0.46% | - |
| HSV(B) | 14.43º | 0.95% | 0.88% | - |
| XYZ | 32.58 | 19.43 | 2.38 | - |
| YUV | 105.33 | 75.34 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 12 | 0 | 0.72 | 0.95 | 0.12 | 14.43 | 0.9 | 0.46 |
| Hex | E0 | 3F | C | 0 | 48 | 5F | C | E | 5A | 2E |
| Octal | 340 | 77 | 14 | 0 | 110 | 137 | 14 | 16 | 132 | 56 |
| Binary | 11100000 | 111111 | 1100 | 0 | 1001000 | 1011111 | 1100 | 1110 | 1011010 | 101110 |
Color Harmonies of #E03F0C
Complementary color
Monochromatic Colors of #E03F0C
Black with #E03F0C
Text Example
Text Example
White with #E03F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03F0C; }
p { color: rgb(224,63,12); }
H1.HeaderClassName
{
color: #E03F0C;
}
.AnyTagClassName
{
color: #E03F0C;
}
</style>
background-color css
<style>
a { background-color: #E03F0C; }
a { background-color: rgb(224,63,12); }
div.DivClassName
{
background-color: #E03F0C;
}
.BgClassName
{
background-color: #E03F0C;
}
</style>
border-color css
<style>
span { border-color: #E03F0C; }
span { border-color: rgb(224,63,12); }
td.TdClassName
{
border-color: #E03F0C;
}
.TagClassName
{
border-color: #E03F0C;
}
</style>