Html Css Color HEX #E13819 Harley Davidson Orange
📋 copy color: '#E13819'red 225 ◦ green 56 ◦ blue 25
Shades of Harley Davidson Orange #E13819
Tints of Harley Davidson Orange #E13819
RGB
CMYK
RGB Variations
Color information
#E13819 (or 0xE13819) is known color: Harley Davidson Orange. HEX triplet: E1, 38 and 19. RGB value is (225,56,25). Sum of RGB (Red+Green+Blue) = 225+56+25=306 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.53% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 225 - color contains mainly: red. Hex color #E13819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13819 is #1EC7E6. Grayscale: #676767. Windows color (decimal): -2017255 or 1652961. OLE color: 1652961.
HSL color Cylindrical-coordinate representation of color #E13819: hue angle of 9.3º 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 #E13819 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 25 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.12 |
| HSL | 9.3º | 0.8% | 0.49% | - |
| HSV(B) | 9.3º | 0.89% | 0.88% | - |
| XYZ | 32.64 | 18.91 | 2.85 | - |
| YUV | 103 | 83.99 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 25 | 0 | 0.75 | 0.89 | 0.12 | 9.3 | 0.8 | 0.49 |
| Hex | E1 | 38 | 19 | 0 | 4B | 59 | C | 9 | 50 | 31 |
| Octal | 341 | 70 | 31 | 0 | 113 | 131 | 14 | 11 | 120 | 61 |
| Binary | 11100001 | 111000 | 11001 | 0 | 1001011 | 1011001 | 1100 | 1001 | 1010000 | 110001 |
Color Harmonies of #E13819
Complementary color
Monochromatic Colors of #E13819
Black with #E13819
Text Example
Text Example
White with #E13819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13819; }
p { color: rgb(225,56,25); }
H1.HeaderClassName
{
color: #E13819;
}
.AnyTagClassName
{
color: #E13819;
}
</style>
background-color css
<style>
a { background-color: #E13819; }
a { background-color: rgb(225,56,25); }
div.DivClassName
{
background-color: #E13819;
}
.BgClassName
{
background-color: #E13819;
}
</style>
border-color css
<style>
span { border-color: #E13819; }
span { border-color: rgb(225,56,25); }
td.TdClassName
{
border-color: #E13819;
}
.TagClassName
{
border-color: #E13819;
}
</style>