Html Css Color HEX #E44016 Harley Davidson Orange
📋 copy color: '#E44016'red 228 ◦ green 64 ◦ blue 22
Shades of Harley Davidson Orange #E44016
Tints of Harley Davidson Orange #E44016
RGB
CMYK
RGB Variations
Color information
#E44016 (or 0xE44016) is known color: Harley Davidson Orange. HEX triplet: E4, 40 and 16. RGB value is (228,64,22). Sum of RGB (Red+Green+Blue) = 228+64+22=314 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.61% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 228 - color contains mainly: red. Hex color #E44016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44016 is #1BBFE9. Grayscale: #6C6C6C. Windows color (decimal): -1818602 or 1458404. OLE color: 1458404.
HSL color Cylindrical-coordinate representation of color #E44016: hue angle of 12.23º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E44016 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 64 | 22 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.11 |
| HSL | 12.23º | 0.82% | 0.49% | - |
| HSV(B) | 12.23º | 0.9% | 0.89% | - |
| XYZ | 33.97 | 20.22 | 2.87 | - |
| YUV | 108.25 | 79.33 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 64 | 22 | 0 | 0.72 | 0.90 | 0.11 | 12.23 | 0.82 | 0.49 |
| Hex | E4 | 40 | 16 | 0 | 48 | 5A | B | C | 52 | 31 |
| Octal | 344 | 100 | 26 | 0 | 110 | 132 | 13 | 14 | 122 | 61 |
| Binary | 11100100 | 1000000 | 10110 | 0 | 1001000 | 1011010 | 1011 | 1100 | 1010010 | 110001 |
Color Harmonies of #E44016
Complementary color
Monochromatic Colors of #E44016
Black with #E44016
Text Example
Text Example
White with #E44016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44016; }
p { color: rgb(228,64,22); }
H1.HeaderClassName
{
color: #E44016;
}
.AnyTagClassName
{
color: #E44016;
}
</style>
background-color css
<style>
a { background-color: #E44016; }
a { background-color: rgb(228,64,22); }
div.DivClassName
{
background-color: #E44016;
}
.BgClassName
{
background-color: #E44016;
}
</style>
border-color css
<style>
span { border-color: #E44016; }
span { border-color: rgb(228,64,22); }
td.TdClassName
{
border-color: #E44016;
}
.TagClassName
{
border-color: #E44016;
}
</style>