Html Css Color HEX #E13A16 Harley Davidson Orange
📋 copy color: '#E13A16'red 225 ◦ green 58 ◦ blue 22
Shades of Harley Davidson Orange #E13A16
Tints of Harley Davidson Orange #E13A16
RGB
CMYK
RGB Variations
Color information
#E13A16 (or 0xE13A16) is known color: Harley Davidson Orange. HEX triplet: E1, 3A and 16. RGB value is (225,58,22). Sum of RGB (Red+Green+Blue) = 225+58+22=305 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.77% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13A16 is #1EC5E9. Grayscale: #686868. Windows color (decimal): -2016746 or 1456865. OLE color: 1456865.
HSL color Cylindrical-coordinate representation of color #E13A16: hue angle of 10.64º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E13A16 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 58 | 22 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.12 |
| HSL | 10.64º | 0.82% | 0.48% | - |
| HSV(B) | 10.64º | 0.9% | 0.88% | - |
| XYZ | 32.71 | 19.09 | 2.72 | - |
| YUV | 103.83 | 81.83 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 58 | 22 | 0 | 0.74 | 0.90 | 0.12 | 10.64 | 0.82 | 0.48 |
| Hex | E1 | 3A | 16 | 0 | 4A | 5A | C | B | 52 | 30 |
| Octal | 341 | 72 | 26 | 0 | 112 | 132 | 14 | 13 | 122 | 60 |
| Binary | 11100001 | 111010 | 10110 | 0 | 1001010 | 1011010 | 1100 | 1011 | 1010010 | 110000 |
Color Harmonies of #E13A16
Complementary color
Monochromatic Colors of #E13A16
Black with #E13A16
Text Example
Text Example
White with #E13A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13A16; }
p { color: rgb(225,58,22); }
H1.HeaderClassName
{
color: #E13A16;
}
.AnyTagClassName
{
color: #E13A16;
}
</style>
background-color css
<style>
a { background-color: #E13A16; }
a { background-color: rgb(225,58,22); }
div.DivClassName
{
background-color: #E13A16;
}
.BgClassName
{
background-color: #E13A16;
}
</style>
border-color css
<style>
span { border-color: #E13A16; }
span { border-color: rgb(225,58,22); }
td.TdClassName
{
border-color: #E13A16;
}
.TagClassName
{
border-color: #E13A16;
}
</style>