Html Css Color HEX #E44017 Harley Davidson Orange
📋 copy color: '#E44017'red 228 ◦ green 64 ◦ blue 23
Shades of Harley Davidson Orange #E44017
Tints of Harley Davidson Orange #E44017
RGB
CMYK
RGB Variations
Color information
#E44017 (or 0xE44017) is known color: Harley Davidson Orange. HEX triplet: E4, 40 and 17. RGB value is (228,64,23). Sum of RGB (Red+Green+Blue) = 228+64+23=315 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.38% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 228 - color contains mainly: red. Hex color #E44017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44017 is #1BBFE8. Grayscale: #6C6C6C. Windows color (decimal): -1818601 or 1523940. OLE color: 1523940.
HSL color Cylindrical-coordinate representation of color #E44017: hue angle of 12º 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 #E44017 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 64 | 23 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.11 |
| HSL | 12º | 0.82% | 0.49% | - |
| HSV(B) | 12º | 0.9% | 0.89% | - |
| XYZ | 33.98 | 20.22 | 2.92 | - |
| YUV | 108.36 | 79.83 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 64 | 23 | 0 | 0.72 | 0.90 | 0.11 | 12 | 0.82 | 0.49 |
| Hex | E4 | 40 | 17 | 0 | 48 | 5A | B | C | 52 | 31 |
| Octal | 344 | 100 | 27 | 0 | 110 | 132 | 13 | 14 | 122 | 61 |
| Binary | 11100100 | 1000000 | 10111 | 0 | 1001000 | 1011010 | 1011 | 1100 | 1010010 | 110001 |
Color Harmonies of #E44017
Complementary color
Monochromatic Colors of #E44017
Black with #E44017
Text Example
Text Example
White with #E44017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44017; }
p { color: rgb(228,64,23); }
H1.HeaderClassName
{
color: #E44017;
}
.AnyTagClassName
{
color: #E44017;
}
</style>
background-color css
<style>
a { background-color: #E44017; }
a { background-color: rgb(228,64,23); }
div.DivClassName
{
background-color: #E44017;
}
.BgClassName
{
background-color: #E44017;
}
</style>
border-color css
<style>
span { border-color: #E44017; }
span { border-color: rgb(228,64,23); }
td.TdClassName
{
border-color: #E44017;
}
.TagClassName
{
border-color: #E44017;
}
</style>