Html Css Color HEX #E1260B Harley Davidson Orange
📋 copy color: '#E1260B'red 225 ◦ green 38 ◦ blue 11
Shades of Harley Davidson Orange #E1260B
Tints of Harley Davidson Orange #E1260B
RGB
CMYK
RGB Variations
Color information
#E1260B (or 0xE1260B) is known color: Harley Davidson Orange. HEX triplet: E1, 26 and 0B. RGB value is (225,38,11). Sum of RGB (Red+Green+Blue) = 225+38+11=274 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.12% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 225 - color contains mainly: red. Hex color #E1260B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1260B is #1ED9F4. Grayscale: #5B5B5B. Windows color (decimal): -2021877 or 730849. OLE color: 730849.
HSL color Cylindrical-coordinate representation of color #E1260B: hue angle of 7.57º 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 #E1260B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 11 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.12 |
| HSL | 7.57º | 0.91% | 0.46% | - |
| HSV(B) | 7.57º | 0.95% | 0.88% | - |
| XYZ | 31.8 | 17.42 | 2 | - |
| YUV | 90.84 | 82.95 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 11 | 0 | 0.83 | 0.95 | 0.12 | 7.57 | 0.91 | 0.46 |
| Hex | E1 | 26 | B | 0 | 53 | 5F | C | 8 | 5B | 2E |
| Octal | 341 | 46 | 13 | 0 | 123 | 137 | 14 | 10 | 133 | 56 |
| Binary | 11100001 | 100110 | 1011 | 0 | 1010011 | 1011111 | 1100 | 1000 | 1011011 | 101110 |
Color Harmonies of #E1260B
Complementary color
Monochromatic Colors of #E1260B
Black with #E1260B
Text Example
Text Example
White with #E1260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1260B; }
p { color: rgb(225,38,11); }
H1.HeaderClassName
{
color: #E1260B;
}
.AnyTagClassName
{
color: #E1260B;
}
</style>
background-color css
<style>
a { background-color: #E1260B; }
a { background-color: rgb(225,38,11); }
div.DivClassName
{
background-color: #E1260B;
}
.BgClassName
{
background-color: #E1260B;
}
</style>
border-color css
<style>
span { border-color: #E1260B; }
span { border-color: rgb(225,38,11); }
td.TdClassName
{
border-color: #E1260B;
}
.TagClassName
{
border-color: #E1260B;
}
</style>