Html Css Color HEX #E54216 Harley Davidson Orange
📋 copy color: '#E54216'red 229 ◦ green 66 ◦ blue 22
Shades of Harley Davidson Orange #E54216
Tints of Harley Davidson Orange #E54216
RGB
CMYK
RGB Variations
Color information
#E54216 (or 0xE54216) is known color: Harley Davidson Orange. HEX triplet: E5, 42 and 16. RGB value is (229,66,22). Sum of RGB (Red+Green+Blue) = 229+66+22=317 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.24% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 229 - color contains mainly: red. Hex color #E54216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54216 is #1ABDE9. Grayscale: #6E6E6E. Windows color (decimal): -1752554 or 1458917. OLE color: 1458917.
HSL color Cylindrical-coordinate representation of color #E54216: hue angle of 12.75º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E54216 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 22 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.10 |
| HSL | 12.75º | 0.82% | 0.49% | - |
| HSV(B) | 12.75º | 0.9% | 0.9% | - |
| XYZ | 34.41 | 20.61 | 2.92 | - |
| YUV | 109.72 | 78.5 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 22 | 0 | 0.71 | 0.90 | 0.10 | 12.75 | 0.82 | 0.49 |
| Hex | E5 | 42 | 16 | 0 | 47 | 5A | A | D | 52 | 31 |
| Octal | 345 | 102 | 26 | 0 | 107 | 132 | 12 | 15 | 122 | 61 |
| Binary | 11100101 | 1000010 | 10110 | 0 | 1000111 | 1011010 | 1010 | 1101 | 1010010 | 110001 |
Color Harmonies of #E54216
Complementary color
Monochromatic Colors of #E54216
Black with #E54216
Text Example
Text Example
White with #E54216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54216; }
p { color: rgb(229,66,22); }
H1.HeaderClassName
{
color: #E54216;
}
.AnyTagClassName
{
color: #E54216;
}
</style>
background-color css
<style>
a { background-color: #E54216; }
a { background-color: rgb(229,66,22); }
div.DivClassName
{
background-color: #E54216;
}
.BgClassName
{
background-color: #E54216;
}
</style>
border-color css
<style>
span { border-color: #E54216; }
span { border-color: rgb(229,66,22); }
td.TdClassName
{
border-color: #E54216;
}
.TagClassName
{
border-color: #E54216;
}
</style>