Html Css Color HEX #E44014 Harley Davidson Orange
📋 copy color: '#E44014'red 228 ◦ green 64 ◦ blue 20
Shades of Harley Davidson Orange #E44014
Tints of Harley Davidson Orange #E44014
RGB
CMYK
RGB Variations
Color information
#E44014 (or 0xE44014) is known color: Harley Davidson Orange. HEX triplet: E4, 40 and 14. RGB value is (228,64,20). Sum of RGB (Red+Green+Blue) = 228+64+20=312 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.08% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 228 - color contains mainly: red. Hex color #E44014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44014 is #1BBFEB. Grayscale: #6C6C6C. Windows color (decimal): -1818604 or 1327332. OLE color: 1327332.
HSL color Cylindrical-coordinate representation of color #E44014: hue angle of 12.69º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E44014 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 64 | 20 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.11 |
| HSL | 12.69º | 0.84% | 0.49% | - |
| HSV(B) | 12.69º | 0.91% | 0.89% | - |
| XYZ | 33.95 | 20.21 | 2.77 | - |
| YUV | 108.02 | 78.33 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 64 | 20 | 0 | 0.72 | 0.91 | 0.11 | 12.69 | 0.84 | 0.49 |
| Hex | E4 | 40 | 14 | 0 | 48 | 5B | B | D | 54 | 31 |
| Octal | 344 | 100 | 24 | 0 | 110 | 133 | 13 | 15 | 124 | 61 |
| Binary | 11100100 | 1000000 | 10100 | 0 | 1001000 | 1011011 | 1011 | 1101 | 1010100 | 110001 |
Color Harmonies of #E44014
Complementary color
Monochromatic Colors of #E44014
Black with #E44014
Text Example
Text Example
White with #E44014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44014; }
p { color: rgb(228,64,20); }
H1.HeaderClassName
{
color: #E44014;
}
.AnyTagClassName
{
color: #E44014;
}
</style>
background-color css
<style>
a { background-color: #E44014; }
a { background-color: rgb(228,64,20); }
div.DivClassName
{
background-color: #E44014;
}
.BgClassName
{
background-color: #E44014;
}
</style>
border-color css
<style>
span { border-color: #E44014; }
span { border-color: rgb(228,64,20); }
td.TdClassName
{
border-color: #E44014;
}
.TagClassName
{
border-color: #E44014;
}
</style>