Html Css Color HEX #E14318 Harley Davidson Orange
📋 copy color: '#E14318'red 225 ◦ green 67 ◦ blue 24
Shades of Harley Davidson Orange #E14318
Tints of Harley Davidson Orange #E14318
RGB
CMYK
RGB Variations
Color information
#E14318 (or 0xE14318) is known color: Harley Davidson Orange. HEX triplet: E1, 43 and 18. RGB value is (225,67,24). Sum of RGB (Red+Green+Blue) = 225+67+24=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E14318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14318 is #1EBCE7. Grayscale: #6D6D6D. Windows color (decimal): -2014440 or 1590241. OLE color: 1590241.
HSL color Cylindrical-coordinate representation of color #E14318: hue angle of 12.84º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E14318 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 24 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.12 |
| HSL | 12.84º | 0.81% | 0.49% | - |
| HSV(B) | 12.84º | 0.89% | 0.88% | - |
| XYZ | 33.22 | 20.09 | 2.99 | - |
| YUV | 109.34 | 79.85 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 24 | 0 | 0.70 | 0.89 | 0.12 | 12.84 | 0.81 | 0.49 |
| Hex | E1 | 43 | 18 | 0 | 46 | 59 | C | D | 51 | 31 |
| Octal | 341 | 103 | 30 | 0 | 106 | 131 | 14 | 15 | 121 | 61 |
| Binary | 11100001 | 1000011 | 11000 | 0 | 1000110 | 1011001 | 1100 | 1101 | 1010001 | 110001 |
Color Harmonies of #E14318
Complementary color
Monochromatic Colors of #E14318
Black with #E14318
Text Example
Text Example
White with #E14318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14318; }
p { color: rgb(225,67,24); }
H1.HeaderClassName
{
color: #E14318;
}
.AnyTagClassName
{
color: #E14318;
}
</style>
background-color css
<style>
a { background-color: #E14318; }
a { background-color: rgb(225,67,24); }
div.DivClassName
{
background-color: #E14318;
}
.BgClassName
{
background-color: #E14318;
}
</style>
border-color css
<style>
span { border-color: #E14318; }
span { border-color: rgb(225,67,24); }
td.TdClassName
{
border-color: #E14318;
}
.TagClassName
{
border-color: #E14318;
}
</style>