Html Css Color HEX #E14515 Harley Davidson Orange
📋 copy color: '#E14515'red 225 ◦ green 69 ◦ blue 21
Shades of Harley Davidson Orange #E14515
Tints of Harley Davidson Orange #E14515
RGB
CMYK
RGB Variations
Color information
#E14515 (or 0xE14515) is known color: Harley Davidson Orange. HEX triplet: E1, 45 and 15. RGB value is (225,69,21). Sum of RGB (Red+Green+Blue) = 225+69+21=315 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.43% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 225 - color contains mainly: red. Hex color #E14515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14515 is #1EBAEA. Grayscale: #6E6E6E. Windows color (decimal): -2013931 or 1394145. OLE color: 1394145.
HSL color Cylindrical-coordinate representation of color #E14515: hue angle of 14.12º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E14515 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 21 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.12 |
| HSL | 14.12º | 0.83% | 0.48% | - |
| HSV(B) | 14.12º | 0.91% | 0.88% | - |
| XYZ | 33.31 | 20.32 | 2.88 | - |
| YUV | 110.17 | 77.68 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 21 | 0 | 0.69 | 0.91 | 0.12 | 14.12 | 0.83 | 0.48 |
| Hex | E1 | 45 | 15 | 0 | 45 | 5B | C | E | 53 | 30 |
| Octal | 341 | 105 | 25 | 0 | 105 | 133 | 14 | 16 | 123 | 60 |
| Binary | 11100001 | 1000101 | 10101 | 0 | 1000101 | 1011011 | 1100 | 1110 | 1010011 | 110000 |
Color Harmonies of #E14515
Complementary color
Monochromatic Colors of #E14515
Black with #E14515
Text Example
Text Example
White with #E14515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14515; }
p { color: rgb(225,69,21); }
H1.HeaderClassName
{
color: #E14515;
}
.AnyTagClassName
{
color: #E14515;
}
</style>
background-color css
<style>
a { background-color: #E14515; }
a { background-color: rgb(225,69,21); }
div.DivClassName
{
background-color: #E14515;
}
.BgClassName
{
background-color: #E14515;
}
</style>
border-color css
<style>
span { border-color: #E14515; }
span { border-color: rgb(225,69,21); }
td.TdClassName
{
border-color: #E14515;
}
.TagClassName
{
border-color: #E14515;
}
</style>