Html Css Color HEX #E1280F Harley Davidson Orange
📋 copy color: '#E1280F'red 225 ◦ green 40 ◦ blue 15
Shades of Harley Davidson Orange #E1280F
Tints of Harley Davidson Orange #E1280F
RGB
CMYK
RGB Variations
Color information
#E1280F (or 0xE1280F) is known color: Harley Davidson Orange. HEX triplet: E1, 28 and 0F. RGB value is (225,40,15). Sum of RGB (Red+Green+Blue) = 225+40+15=280 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.36% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 225 - color contains mainly: red. Hex color #E1280F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1280F is #1ED7F0. Grayscale: #5C5C5C. Windows color (decimal): -2021361 or 993505. OLE color: 993505.
HSL color Cylindrical-coordinate representation of color #E1280F: hue angle of 7.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1280F is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 15 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.12 |
| HSL | 7.14º | 0.88% | 0.47% | - |
| HSV(B) | 7.14º | 0.93% | 0.88% | - |
| XYZ | 31.9 | 17.56 | 2.16 | - |
| YUV | 92.47 | 84.29 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 15 | 0 | 0.82 | 0.93 | 0.12 | 7.14 | 0.88 | 0.47 |
| Hex | E1 | 28 | F | 0 | 52 | 5D | C | 7 | 58 | 2F |
| Octal | 341 | 50 | 17 | 0 | 122 | 135 | 14 | 7 | 130 | 57 |
| Binary | 11100001 | 101000 | 1111 | 0 | 1010010 | 1011101 | 1100 | 111 | 1011000 | 101111 |
Color Harmonies of #E1280F
Complementary color
Monochromatic Colors of #E1280F
Black with #E1280F
Text Example
Text Example
White with #E1280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1280F; }
p { color: rgb(225,40,15); }
H1.HeaderClassName
{
color: #E1280F;
}
.AnyTagClassName
{
color: #E1280F;
}
</style>
background-color css
<style>
a { background-color: #E1280F; }
a { background-color: rgb(225,40,15); }
div.DivClassName
{
background-color: #E1280F;
}
.BgClassName
{
background-color: #E1280F;
}
</style>
border-color css
<style>
span { border-color: #E1280F; }
span { border-color: rgb(225,40,15); }
td.TdClassName
{
border-color: #E1280F;
}
.TagClassName
{
border-color: #E1280F;
}
</style>