Html Css Color HEX #E1330D Harley Davidson Orange
📋 copy color: '#E1330D'red 225 ◦ green 51 ◦ blue 13
Shades of Harley Davidson Orange #E1330D
Tints of Harley Davidson Orange #E1330D
RGB
CMYK
RGB Variations
Color information
#E1330D (or 0xE1330D) is known color: Harley Davidson Orange. HEX triplet: E1, 33 and 0D. RGB value is (225,51,13). Sum of RGB (Red+Green+Blue) = 225+51+13=289 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.85% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 225 - color contains mainly: red. Hex color #E1330D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1330D is #1ECCF2. Grayscale: #636363. Windows color (decimal): -2018547 or 865249. OLE color: 865249.
HSL color Cylindrical-coordinate representation of color #E1330D: hue angle of 10.75º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1330D is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 51 | 13 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.12 |
| HSL | 10.75º | 0.89% | 0.47% | - |
| HSV(B) | 10.75º | 0.94% | 0.88% | - |
| XYZ | 32.31 | 18.4 | 2.23 | - |
| YUV | 98.69 | 79.65 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 51 | 13 | 0 | 0.77 | 0.94 | 0.12 | 10.75 | 0.89 | 0.47 |
| Hex | E1 | 33 | D | 0 | 4D | 5E | C | B | 59 | 2F |
| Octal | 341 | 63 | 15 | 0 | 115 | 136 | 14 | 13 | 131 | 57 |
| Binary | 11100001 | 110011 | 1101 | 0 | 1001101 | 1011110 | 1100 | 1011 | 1011001 | 101111 |
Color Harmonies of #E1330D
Complementary color
Monochromatic Colors of #E1330D
Black with #E1330D
Text Example
Text Example
White with #E1330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1330D; }
p { color: rgb(225,51,13); }
H1.HeaderClassName
{
color: #E1330D;
}
.AnyTagClassName
{
color: #E1330D;
}
</style>
background-color css
<style>
a { background-color: #E1330D; }
a { background-color: rgb(225,51,13); }
div.DivClassName
{
background-color: #E1330D;
}
.BgClassName
{
background-color: #E1330D;
}
</style>
border-color css
<style>
span { border-color: #E1330D; }
span { border-color: rgb(225,51,13); }
td.TdClassName
{
border-color: #E1330D;
}
.TagClassName
{
border-color: #E1330D;
}
</style>