Html Css Color HEX #E03F0D Harley Davidson Orange
📋 copy color: '#E03F0D'red 224 ◦ green 63 ◦ blue 13
Shades of Harley Davidson Orange #E03F0D
Tints of Harley Davidson Orange #E03F0D
RGB
CMYK
RGB Variations
Color information
#E03F0D (or 0xE03F0D) is known color: Harley Davidson Orange. HEX triplet: E0, 3F and 0D. RGB value is (224,63,13). Sum of RGB (Red+Green+Blue) = 224+63+13=300 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.67% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03F0D is #1FC0F2. Grayscale: #696969. Windows color (decimal): -2081011 or 868320. OLE color: 868320.
HSL color Cylindrical-coordinate representation of color #E03F0D: hue angle of 14.22º 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 #E03F0D is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 63 | 13 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.12 |
| HSL | 14.22º | 0.89% | 0.46% | - |
| HSV(B) | 14.22º | 0.94% | 0.88% | - |
| XYZ | 32.59 | 19.43 | 2.41 | - |
| YUV | 105.44 | 75.84 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 13 | 0 | 0.72 | 0.94 | 0.12 | 14.22 | 0.89 | 0.46 |
| Hex | E0 | 3F | D | 0 | 48 | 5E | C | E | 59 | 2E |
| Octal | 340 | 77 | 15 | 0 | 110 | 136 | 14 | 16 | 131 | 56 |
| Binary | 11100000 | 111111 | 1101 | 0 | 1001000 | 1011110 | 1100 | 1110 | 1011001 | 101110 |
Color Harmonies of #E03F0D
Complementary color
Monochromatic Colors of #E03F0D
Black with #E03F0D
Text Example
Text Example
White with #E03F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03F0D; }
p { color: rgb(224,63,13); }
H1.HeaderClassName
{
color: #E03F0D;
}
.AnyTagClassName
{
color: #E03F0D;
}
</style>
background-color css
<style>
a { background-color: #E03F0D; }
a { background-color: rgb(224,63,13); }
div.DivClassName
{
background-color: #E03F0D;
}
.BgClassName
{
background-color: #E03F0D;
}
</style>
border-color css
<style>
span { border-color: #E03F0D; }
span { border-color: rgb(224,63,13); }
td.TdClassName
{
border-color: #E03F0D;
}
.TagClassName
{
border-color: #E03F0D;
}
</style>