Html Css Color HEX #E1330B Harley Davidson Orange
📋 copy color: '#E1330B'red 225 ◦ green 51 ◦ blue 11
Shades of Harley Davidson Orange #E1330B
Tints of Harley Davidson Orange #E1330B
RGB
CMYK
RGB Variations
Color information
#E1330B (or 0xE1330B) is known color: Harley Davidson Orange. HEX triplet: E1, 33 and 0B. RGB value is (225,51,11). Sum of RGB (Red+Green+Blue) = 225+51+11=287 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.40% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 225 - color contains mainly: red. Hex color #E1330B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1330B is #1ECCF4. Grayscale: #626262. Windows color (decimal): -2018549 or 734177. OLE color: 734177.
HSL color Cylindrical-coordinate representation of color #E1330B: hue angle of 11.21º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1330B is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 51 | 11 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.12 |
| HSL | 11.21º | 0.91% | 0.46% | - |
| HSV(B) | 11.21º | 0.95% | 0.88% | - |
| XYZ | 32.3 | 18.4 | 2.17 | - |
| YUV | 98.47 | 78.65 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 51 | 11 | 0 | 0.77 | 0.95 | 0.12 | 11.21 | 0.91 | 0.46 |
| Hex | E1 | 33 | B | 0 | 4D | 5F | C | B | 5B | 2E |
| Octal | 341 | 63 | 13 | 0 | 115 | 137 | 14 | 13 | 133 | 56 |
| Binary | 11100001 | 110011 | 1011 | 0 | 1001101 | 1011111 | 1100 | 1011 | 1011011 | 101110 |
Color Harmonies of #E1330B
Complementary color
Monochromatic Colors of #E1330B
Black with #E1330B
Text Example
Text Example
White with #E1330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1330B; }
p { color: rgb(225,51,11); }
H1.HeaderClassName
{
color: #E1330B;
}
.AnyTagClassName
{
color: #E1330B;
}
</style>
background-color css
<style>
a { background-color: #E1330B; }
a { background-color: rgb(225,51,11); }
div.DivClassName
{
background-color: #E1330B;
}
.BgClassName
{
background-color: #E1330B;
}
</style>
border-color css
<style>
span { border-color: #E1330B; }
span { border-color: rgb(225,51,11); }
td.TdClassName
{
border-color: #E1330B;
}
.TagClassName
{
border-color: #E1330B;
}
</style>