Html Css Color HEX #E1410B Harley Davidson Orange
📋 copy color: '#E1410B'red 225 ◦ green 65 ◦ blue 11
Shades of Harley Davidson Orange #E1410B
Tints of Harley Davidson Orange #E1410B
RGB
CMYK
RGB Variations
Color information
#E1410B (or 0xE1410B) is known color: Harley Davidson Orange. HEX triplet: E1, 41 and 0B. RGB value is (225,65,11). Sum of RGB (Red+Green+Blue) = 225+65+11=301 (39% of max value = 765). Red value is 225 (88.28% from 255 or 74.75% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 225 - color contains mainly: red. Hex color #E1410B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1410B is #1EBEF4. Grayscale: #6B6B6B. Windows color (decimal): -2014965 or 737761. OLE color: 737761.
HSL color Cylindrical-coordinate representation of color #E1410B: hue angle of 15.14º 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 #E1410B is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 11 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.12 |
| HSL | 15.14º | 0.91% | 0.46% | - |
| HSV(B) | 15.14º | 0.95% | 0.88% | - |
| XYZ | 33 | 19.81 | 2.4 | - |
| YUV | 106.68 | 74.01 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 11 | 0 | 0.71 | 0.95 | 0.12 | 15.14 | 0.91 | 0.46 |
| Hex | E1 | 41 | B | 0 | 47 | 5F | C | F | 5B | 2E |
| Octal | 341 | 101 | 13 | 0 | 107 | 137 | 14 | 17 | 133 | 56 |
| Binary | 11100001 | 1000001 | 1011 | 0 | 1000111 | 1011111 | 1100 | 1111 | 1011011 | 101110 |
Color Harmonies of #E1410B
Complementary color
Monochromatic Colors of #E1410B
Black with #E1410B
Text Example
Text Example
White with #E1410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1410B; }
p { color: rgb(225,65,11); }
H1.HeaderClassName
{
color: #E1410B;
}
.AnyTagClassName
{
color: #E1410B;
}
</style>
background-color css
<style>
a { background-color: #E1410B; }
a { background-color: rgb(225,65,11); }
div.DivClassName
{
background-color: #E1410B;
}
.BgClassName
{
background-color: #E1410B;
}
</style>
border-color css
<style>
span { border-color: #E1410B; }
span { border-color: rgb(225,65,11); }
td.TdClassName
{
border-color: #E1410B;
}
.TagClassName
{
border-color: #E1410B;
}
</style>