Html Css Color HEX #E14314 Harley Davidson Orange
📋 copy color: '#E14314'red 225 ◦ green 67 ◦ blue 20
Shades of Harley Davidson Orange #E14314
Tints of Harley Davidson Orange #E14314
RGB
CMYK
RGB Variations
Color information
#E14314 (or 0xE14314) is known color: Harley Davidson Orange. HEX triplet: E1, 43 and 14. RGB value is (225,67,20). Sum of RGB (Red+Green+Blue) = 225+67+20=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E14314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14314 is #1EBCEB. Grayscale: #6D6D6D. Windows color (decimal): -2014444 or 1328097. OLE color: 1328097.
HSL color Cylindrical-coordinate representation of color #E14314: hue angle of 13.76º degrees, saturation: 0.84, 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 #E14314 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 20 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.12 |
| HSL | 13.76º | 0.84% | 0.48% | - |
| HSV(B) | 13.76º | 0.91% | 0.88% | - |
| XYZ | 33.18 | 20.07 | 2.79 | - |
| YUV | 108.88 | 77.85 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 20 | 0 | 0.70 | 0.91 | 0.12 | 13.76 | 0.84 | 0.48 |
| Hex | E1 | 43 | 14 | 0 | 46 | 5B | C | E | 54 | 30 |
| Octal | 341 | 103 | 24 | 0 | 106 | 133 | 14 | 16 | 124 | 60 |
| Binary | 11100001 | 1000011 | 10100 | 0 | 1000110 | 1011011 | 1100 | 1110 | 1010100 | 110000 |
Color Harmonies of #E14314
Complementary color
Monochromatic Colors of #E14314
Black with #E14314
Text Example
Text Example
White with #E14314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14314; }
p { color: rgb(225,67,20); }
H1.HeaderClassName
{
color: #E14314;
}
.AnyTagClassName
{
color: #E14314;
}
</style>
background-color css
<style>
a { background-color: #E14314; }
a { background-color: rgb(225,67,20); }
div.DivClassName
{
background-color: #E14314;
}
.BgClassName
{
background-color: #E14314;
}
</style>
border-color css
<style>
span { border-color: #E14314; }
span { border-color: rgb(225,67,20); }
td.TdClassName
{
border-color: #E14314;
}
.TagClassName
{
border-color: #E14314;
}
</style>