Html Css Color HEX #E14315 Harley Davidson Orange
📋 copy color: '#E14315'red 225 ◦ green 67 ◦ blue 21
Shades of Harley Davidson Orange #E14315
Tints of Harley Davidson Orange #E14315
RGB
CMYK
RGB Variations
Color information
#E14315 (or 0xE14315) is known color: Harley Davidson Orange. HEX triplet: E1, 43 and 15. RGB value is (225,67,21). Sum of RGB (Red+Green+Blue) = 225+67+21=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E14315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14315 is #1EBCEA. Grayscale: #6D6D6D. Windows color (decimal): -2014443 or 1393633. OLE color: 1393633.
HSL color Cylindrical-coordinate representation of color #E14315: hue angle of 13.53º 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 #E14315 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 21 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.12 |
| HSL | 13.53º | 0.83% | 0.48% | - |
| HSV(B) | 13.53º | 0.91% | 0.88% | - |
| XYZ | 33.19 | 20.08 | 2.84 | - |
| YUV | 109 | 78.35 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 21 | 0 | 0.70 | 0.91 | 0.12 | 13.53 | 0.83 | 0.48 |
| Hex | E1 | 43 | 15 | 0 | 46 | 5B | C | E | 53 | 30 |
| Octal | 341 | 103 | 25 | 0 | 106 | 133 | 14 | 16 | 123 | 60 |
| Binary | 11100001 | 1000011 | 10101 | 0 | 1000110 | 1011011 | 1100 | 1110 | 1010011 | 110000 |
Color Harmonies of #E14315
Complementary color
Monochromatic Colors of #E14315
Black with #E14315
Text Example
Text Example
White with #E14315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14315; }
p { color: rgb(225,67,21); }
H1.HeaderClassName
{
color: #E14315;
}
.AnyTagClassName
{
color: #E14315;
}
</style>
background-color css
<style>
a { background-color: #E14315; }
a { background-color: rgb(225,67,21); }
div.DivClassName
{
background-color: #E14315;
}
.BgClassName
{
background-color: #E14315;
}
</style>
border-color css
<style>
span { border-color: #E14315; }
span { border-color: rgb(225,67,21); }
td.TdClassName
{
border-color: #E14315;
}
.TagClassName
{
border-color: #E14315;
}
</style>