Html Css Color HEX #E03D11 Harley Davidson Orange
📋 copy color: '#E03D11'red 224 ◦ green 61 ◦ blue 17
Shades of Harley Davidson Orange #E03D11
Tints of Harley Davidson Orange #E03D11
RGB
CMYK
RGB Variations
Color information
#E03D11 (or 0xE03D11) is known color: Harley Davidson Orange. HEX triplet: E0, 3D and 11. RGB value is (224,61,17). Sum of RGB (Red+Green+Blue) = 224+61+17=302 (40% of max value = 765). Red value is 224 (87.89% from 255 or 74.17% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03D11 is #1FC2EE. Grayscale: #696969. Windows color (decimal): -2081519 or 1129952. OLE color: 1129952.
HSL color Cylindrical-coordinate representation of color #E03D11: hue angle of 12.75º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E03D11 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 61 | 17 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.12 |
| HSL | 12.75º | 0.86% | 0.47% | - |
| HSV(B) | 12.75º | 0.92% | 0.88% | - |
| XYZ | 32.51 | 19.23 | 2.53 | - |
| YUV | 104.72 | 78.5 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 17 | 0 | 0.73 | 0.92 | 0.12 | 12.75 | 0.86 | 0.47 |
| Hex | E0 | 3D | 11 | 0 | 49 | 5C | C | D | 56 | 2F |
| Octal | 340 | 75 | 21 | 0 | 111 | 134 | 14 | 15 | 126 | 57 |
| Binary | 11100000 | 111101 | 10001 | 0 | 1001001 | 1011100 | 1100 | 1101 | 1010110 | 101111 |
Color Harmonies of #E03D11
Complementary color
Monochromatic Colors of #E03D11
Black with #E03D11
Text Example
Text Example
White with #E03D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03D11; }
p { color: rgb(224,61,17); }
H1.HeaderClassName
{
color: #E03D11;
}
.AnyTagClassName
{
color: #E03D11;
}
</style>
background-color css
<style>
a { background-color: #E03D11; }
a { background-color: rgb(224,61,17); }
div.DivClassName
{
background-color: #E03D11;
}
.BgClassName
{
background-color: #E03D11;
}
</style>
border-color css
<style>
span { border-color: #E03D11; }
span { border-color: rgb(224,61,17); }
td.TdClassName
{
border-color: #E03D11;
}
.TagClassName
{
border-color: #E03D11;
}
</style>