Html Css Color HEX #E13313 Harley Davidson Orange
📋 copy color: '#E13313'red 225 ◦ green 51 ◦ blue 19
Shades of Harley Davidson Orange #E13313
Tints of Harley Davidson Orange #E13313
RGB
CMYK
RGB Variations
Color information
#E13313 (or 0xE13313) is known color: Harley Davidson Orange. HEX triplet: E1, 33 and 13. RGB value is (225,51,19). Sum of RGB (Red+Green+Blue) = 225+51+19=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E13313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13313 is #1ECCEC. Grayscale: #636363. Windows color (decimal): -2018541 or 1258465. OLE color: 1258465.
HSL color Cylindrical-coordinate representation of color #E13313: hue angle of 9.32º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E13313 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 51 | 19 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.12 |
| HSL | 9.32º | 0.84% | 0.48% | - |
| HSV(B) | 9.32º | 0.92% | 0.88% | - |
| XYZ | 32.35 | 18.42 | 2.47 | - |
| YUV | 99.38 | 82.65 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 51 | 19 | 0 | 0.77 | 0.92 | 0.12 | 9.32 | 0.84 | 0.48 |
| Hex | E1 | 33 | 13 | 0 | 4D | 5C | C | 9 | 54 | 30 |
| Octal | 341 | 63 | 23 | 0 | 115 | 134 | 14 | 11 | 124 | 60 |
| Binary | 11100001 | 110011 | 10011 | 0 | 1001101 | 1011100 | 1100 | 1001 | 1010100 | 110000 |
Color Harmonies of #E13313
Complementary color
Monochromatic Colors of #E13313
Black with #E13313
Text Example
Text Example
White with #E13313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13313; }
p { color: rgb(225,51,19); }
H1.HeaderClassName
{
color: #E13313;
}
.AnyTagClassName
{
color: #E13313;
}
</style>
background-color css
<style>
a { background-color: #E13313; }
a { background-color: rgb(225,51,19); }
div.DivClassName
{
background-color: #E13313;
}
.BgClassName
{
background-color: #E13313;
}
</style>
border-color css
<style>
span { border-color: #E13313; }
span { border-color: rgb(225,51,19); }
td.TdClassName
{
border-color: #E13313;
}
.TagClassName
{
border-color: #E13313;
}
</style>