Html Css Color HEX #E03D16 Harley Davidson Orange
📋 copy color: '#E03D16'red 224 ◦ green 61 ◦ blue 22
Shades of Harley Davidson Orange #E03D16
Tints of Harley Davidson Orange #E03D16
RGB
CMYK
RGB Variations
Color information
#E03D16 (or 0xE03D16) is known color: Harley Davidson Orange. HEX triplet: E0, 3D and 16. RGB value is (224,61,22). Sum of RGB (Red+Green+Blue) = 224+61+22=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03D16 is #1FC2E9. Grayscale: #696969. Windows color (decimal): -2081514 or 1457632. OLE color: 1457632.
HSL color Cylindrical-coordinate representation of color #E03D16: hue angle of 11.58º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E03D16 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 61 | 22 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.12 |
| HSL | 11.58º | 0.82% | 0.48% | - |
| HSV(B) | 11.58º | 0.9% | 0.88% | - |
| XYZ | 32.55 | 19.24 | 2.76 | - |
| YUV | 105.29 | 81 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 22 | 0 | 0.73 | 0.90 | 0.12 | 11.58 | 0.82 | 0.48 |
| Hex | E0 | 3D | 16 | 0 | 49 | 5A | C | C | 52 | 30 |
| Octal | 340 | 75 | 26 | 0 | 111 | 132 | 14 | 14 | 122 | 60 |
| Binary | 11100000 | 111101 | 10110 | 0 | 1001001 | 1011010 | 1100 | 1100 | 1010010 | 110000 |
Color Harmonies of #E03D16
Complementary color
Monochromatic Colors of #E03D16
Black with #E03D16
Text Example
Text Example
White with #E03D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03D16; }
p { color: rgb(224,61,22); }
H1.HeaderClassName
{
color: #E03D16;
}
.AnyTagClassName
{
color: #E03D16;
}
</style>
background-color css
<style>
a { background-color: #E03D16; }
a { background-color: rgb(224,61,22); }
div.DivClassName
{
background-color: #E03D16;
}
.BgClassName
{
background-color: #E03D16;
}
</style>
border-color css
<style>
span { border-color: #E03D16; }
span { border-color: rgb(224,61,22); }
td.TdClassName
{
border-color: #E03D16;
}
.TagClassName
{
border-color: #E03D16;
}
</style>