Html Css Color HEX #E03F16 Harley Davidson Orange
📋 copy color: '#E03F16'red 224 ◦ green 63 ◦ blue 22
Shades of Harley Davidson Orange #E03F16
Tints of Harley Davidson Orange #E03F16
RGB
CMYK
RGB Variations
Color information
#E03F16 (or 0xE03F16) is known color: Harley Davidson Orange. HEX triplet: E0, 3F and 16. RGB value is (224,63,22). Sum of RGB (Red+Green+Blue) = 224+63+22=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03F16 is #1FC0E9. Grayscale: #6A6A6A. Windows color (decimal): -2081002 or 1458144. OLE color: 1458144.
HSL color Cylindrical-coordinate representation of color #E03F16: hue angle of 12.18º 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 #E03F16 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 63 | 22 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.12 |
| HSL | 12.18º | 0.82% | 0.48% | - |
| HSV(B) | 12.18º | 0.9% | 0.88% | - |
| XYZ | 32.66 | 19.46 | 2.79 | - |
| YUV | 106.47 | 80.34 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 22 | 0 | 0.72 | 0.90 | 0.12 | 12.18 | 0.82 | 0.48 |
| Hex | E0 | 3F | 16 | 0 | 48 | 5A | C | C | 52 | 30 |
| Octal | 340 | 77 | 26 | 0 | 110 | 132 | 14 | 14 | 122 | 60 |
| Binary | 11100000 | 111111 | 10110 | 0 | 1001000 | 1011010 | 1100 | 1100 | 1010010 | 110000 |
Color Harmonies of #E03F16
Complementary color
Monochromatic Colors of #E03F16
Black with #E03F16
Text Example
Text Example
White with #E03F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03F16; }
p { color: rgb(224,63,22); }
H1.HeaderClassName
{
color: #E03F16;
}
.AnyTagClassName
{
color: #E03F16;
}
</style>
background-color css
<style>
a { background-color: #E03F16; }
a { background-color: rgb(224,63,22); }
div.DivClassName
{
background-color: #E03F16;
}
.BgClassName
{
background-color: #E03F16;
}
</style>
border-color css
<style>
span { border-color: #E03F16; }
span { border-color: rgb(224,63,22); }
td.TdClassName
{
border-color: #E03F16;
}
.TagClassName
{
border-color: #E03F16;
}
</style>