Html Css Color HEX #E13719 Harley Davidson Orange
📋 copy color: '#E13719'red 225 ◦ green 55 ◦ blue 25
Shades of Harley Davidson Orange #E13719
Tints of Harley Davidson Orange #E13719
RGB
CMYK
RGB Variations
Color information
#E13719 (or 0xE13719) is known color: Harley Davidson Orange. HEX triplet: E1, 37 and 19. RGB value is (225,55,25). Sum of RGB (Red+Green+Blue) = 225+55+25=305 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.77% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 225 - color contains mainly: red. Hex color #E13719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13719 is #1EC8E6. Grayscale: #666666. Windows color (decimal): -2017511 or 1652705. OLE color: 1652705.
HSL color Cylindrical-coordinate representation of color #E13719: hue angle of 9º degrees, saturation: 0.8, 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 #E13719 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 55 | 25 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.12 |
| HSL | 9º | 0.8% | 0.49% | - |
| HSV(B) | 9º | 0.89% | 0.88% | - |
| XYZ | 32.59 | 18.81 | 2.83 | - |
| YUV | 102.41 | 84.32 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 55 | 25 | 0 | 0.76 | 0.89 | 0.12 | 9 | 0.8 | 0.49 |
| Hex | E1 | 37 | 19 | 0 | 4C | 59 | C | 9 | 50 | 31 |
| Octal | 341 | 67 | 31 | 0 | 114 | 131 | 14 | 11 | 120 | 61 |
| Binary | 11100001 | 110111 | 11001 | 0 | 1001100 | 1011001 | 1100 | 1001 | 1010000 | 110001 |
Color Harmonies of #E13719
Complementary color
Monochromatic Colors of #E13719
Black with #E13719
Text Example
Text Example
White with #E13719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13719; }
p { color: rgb(225,55,25); }
H1.HeaderClassName
{
color: #E13719;
}
.AnyTagClassName
{
color: #E13719;
}
</style>
background-color css
<style>
a { background-color: #E13719; }
a { background-color: rgb(225,55,25); }
div.DivClassName
{
background-color: #E13719;
}
.BgClassName
{
background-color: #E13719;
}
</style>
border-color css
<style>
span { border-color: #E13719; }
span { border-color: rgb(225,55,25); }
td.TdClassName
{
border-color: #E13719;
}
.TagClassName
{
border-color: #E13719;
}
</style>