Html Css Color HEX #E44116 Harley Davidson Orange
📋 copy color: '#E44116'red 228 ◦ green 65 ◦ blue 22
Shades of Harley Davidson Orange #E44116
Tints of Harley Davidson Orange #E44116
RGB
CMYK
RGB Variations
Color information
#E44116 (or 0xE44116) is known color: Harley Davidson Orange. HEX triplet: E4, 41 and 16. RGB value is (228,65,22). Sum of RGB (Red+Green+Blue) = 228+65+22=315 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.38% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 228 - color contains mainly: red. Hex color #E44116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44116 is #1BBEE9. Grayscale: #6D6D6D. Windows color (decimal): -1818346 or 1458660. OLE color: 1458660.
HSL color Cylindrical-coordinate representation of color #E44116: hue angle of 12.52º 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 #E44116 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 65 | 22 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.11 |
| HSL | 12.52º | 0.82% | 0.49% | - |
| HSV(B) | 12.52º | 0.9% | 0.89% | - |
| XYZ | 34.03 | 20.33 | 2.89 | - |
| YUV | 108.84 | 79 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 65 | 22 | 0 | 0.71 | 0.90 | 0.11 | 12.52 | 0.82 | 0.49 |
| Hex | E4 | 41 | 16 | 0 | 47 | 5A | B | D | 52 | 31 |
| Octal | 344 | 101 | 26 | 0 | 107 | 132 | 13 | 15 | 122 | 61 |
| Binary | 11100100 | 1000001 | 10110 | 0 | 1000111 | 1011010 | 1011 | 1101 | 1010010 | 110001 |
Color Harmonies of #E44116
Complementary color
Monochromatic Colors of #E44116
Black with #E44116
Text Example
Text Example
White with #E44116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44116; }
p { color: rgb(228,65,22); }
H1.HeaderClassName
{
color: #E44116;
}
.AnyTagClassName
{
color: #E44116;
}
</style>
background-color css
<style>
a { background-color: #E44116; }
a { background-color: rgb(228,65,22); }
div.DivClassName
{
background-color: #E44116;
}
.BgClassName
{
background-color: #E44116;
}
</style>
border-color css
<style>
span { border-color: #E44116; }
span { border-color: rgb(228,65,22); }
td.TdClassName
{
border-color: #E44116;
}
.TagClassName
{
border-color: #E44116;
}
</style>