Html Css Color HEX #E44516 Harley Davidson Orange
📋 copy color: '#E44516'red 228 ◦ green 69 ◦ blue 22
Shades of Harley Davidson Orange #E44516
Tints of Harley Davidson Orange #E44516
RGB
CMYK
RGB Variations
Color information
#E44516 (or 0xE44516) is known color: Harley Davidson Orange. HEX triplet: E4, 45 and 16. RGB value is (228,69,22). Sum of RGB (Red+Green+Blue) = 228+69+22=319 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.47% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 228 - color contains mainly: red. Hex color #E44516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44516 is #1BBAE9. Grayscale: #6F6F6F. Windows color (decimal): -1817322 or 1459684. OLE color: 1459684.
HSL color Cylindrical-coordinate representation of color #E44516: hue angle of 13.69º 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 #E44516 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 69 | 22 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.11 |
| HSL | 13.69º | 0.82% | 0.49% | - |
| HSV(B) | 13.69º | 0.9% | 0.89% | - |
| XYZ | 34.27 | 20.81 | 2.97 | - |
| YUV | 111.18 | 77.68 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 69 | 22 | 0 | 0.70 | 0.90 | 0.11 | 13.69 | 0.82 | 0.49 |
| Hex | E4 | 45 | 16 | 0 | 46 | 5A | B | E | 52 | 31 |
| Octal | 344 | 105 | 26 | 0 | 106 | 132 | 13 | 16 | 122 | 61 |
| Binary | 11100100 | 1000101 | 10110 | 0 | 1000110 | 1011010 | 1011 | 1110 | 1010010 | 110001 |
Color Harmonies of #E44516
Complementary color
Monochromatic Colors of #E44516
Black with #E44516
Text Example
Text Example
White with #E44516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44516; }
p { color: rgb(228,69,22); }
H1.HeaderClassName
{
color: #E44516;
}
.AnyTagClassName
{
color: #E44516;
}
</style>
background-color css
<style>
a { background-color: #E44516; }
a { background-color: rgb(228,69,22); }
div.DivClassName
{
background-color: #E44516;
}
.BgClassName
{
background-color: #E44516;
}
</style>
border-color css
<style>
span { border-color: #E44516; }
span { border-color: rgb(228,69,22); }
td.TdClassName
{
border-color: #E44516;
}
.TagClassName
{
border-color: #E44516;
}
</style>