Html Css Color HEX #E54314 Harley Davidson Orange
📋 copy color: '#E54314'red 229 ◦ green 67 ◦ blue 20
Shades of Harley Davidson Orange #E54314
Tints of Harley Davidson Orange #E54314
RGB
CMYK
RGB Variations
Color information
#E54314 (or 0xE54314) is known color: Harley Davidson Orange. HEX triplet: E5, 43 and 14. RGB value is (229,67,20). Sum of RGB (Red+Green+Blue) = 229+67+20=316 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.47% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 229 - color contains mainly: red. Hex color #E54314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54314 is #1ABCEB. Grayscale: #6E6E6E. Windows color (decimal): -1752300 or 1328101. OLE color: 1328101.
HSL color Cylindrical-coordinate representation of color #E54314: hue angle of 13.49º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E54314 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 67 | 20 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.10 |
| HSL | 13.49º | 0.84% | 0.49% | - |
| HSV(B) | 13.49º | 0.91% | 0.9% | - |
| XYZ | 34.45 | 20.72 | 2.85 | - |
| YUV | 110.08 | 77.17 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 67 | 20 | 0 | 0.71 | 0.91 | 0.10 | 13.49 | 0.84 | 0.49 |
| Hex | E5 | 43 | 14 | 0 | 47 | 5B | A | D | 54 | 31 |
| Octal | 345 | 103 | 24 | 0 | 107 | 133 | 12 | 15 | 124 | 61 |
| Binary | 11100101 | 1000011 | 10100 | 0 | 1000111 | 1011011 | 1010 | 1101 | 1010100 | 110001 |
Color Harmonies of #E54314
Complementary color
Monochromatic Colors of #E54314
Black with #E54314
Text Example
Text Example
White with #E54314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54314; }
p { color: rgb(229,67,20); }
H1.HeaderClassName
{
color: #E54314;
}
.AnyTagClassName
{
color: #E54314;
}
</style>
background-color css
<style>
a { background-color: #E54314; }
a { background-color: rgb(229,67,20); }
div.DivClassName
{
background-color: #E54314;
}
.BgClassName
{
background-color: #E54314;
}
</style>
border-color css
<style>
span { border-color: #E54314; }
span { border-color: rgb(229,67,20); }
td.TdClassName
{
border-color: #E54314;
}
.TagClassName
{
border-color: #E54314;
}
</style>