Html Css Color HEX #E1370B Harley Davidson Orange
📋 copy color: '#E1370B'red 225 ◦ green 55 ◦ blue 11
Shades of Harley Davidson Orange #E1370B
Tints of Harley Davidson Orange #E1370B
RGB
CMYK
RGB Variations
Color information
#E1370B (or 0xE1370B) is known color: Harley Davidson Orange. HEX triplet: E1, 37 and 0B. RGB value is (225,55,11). Sum of RGB (Red+Green+Blue) = 225+55+11=291 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.32% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 225 - color contains mainly: red. Hex color #E1370B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1370B is #1EC8F4. Grayscale: #656565. Windows color (decimal): -2017525 or 735201. OLE color: 735201.
HSL color Cylindrical-coordinate representation of color #E1370B: hue angle of 12.34º 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 #E1370B is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 55 | 11 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.12 |
| HSL | 12.34º | 0.91% | 0.46% | - |
| HSV(B) | 12.34º | 0.95% | 0.88% | - |
| XYZ | 32.48 | 18.76 | 2.23 | - |
| YUV | 100.81 | 77.32 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 55 | 11 | 0 | 0.76 | 0.95 | 0.12 | 12.34 | 0.91 | 0.46 |
| Hex | E1 | 37 | B | 0 | 4C | 5F | C | C | 5B | 2E |
| Octal | 341 | 67 | 13 | 0 | 114 | 137 | 14 | 14 | 133 | 56 |
| Binary | 11100001 | 110111 | 1011 | 0 | 1001100 | 1011111 | 1100 | 1100 | 1011011 | 101110 |
Color Harmonies of #E1370B
Complementary color
Monochromatic Colors of #E1370B
Black with #E1370B
Text Example
Text Example
White with #E1370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1370B; }
p { color: rgb(225,55,11); }
H1.HeaderClassName
{
color: #E1370B;
}
.AnyTagClassName
{
color: #E1370B;
}
</style>
background-color css
<style>
a { background-color: #E1370B; }
a { background-color: rgb(225,55,11); }
div.DivClassName
{
background-color: #E1370B;
}
.BgClassName
{
background-color: #E1370B;
}
</style>
border-color css
<style>
span { border-color: #E1370B; }
span { border-color: rgb(225,55,11); }
td.TdClassName
{
border-color: #E1370B;
}
.TagClassName
{
border-color: #E1370B;
}
</style>