Html Css Color HEX #E1380F Harley Davidson Orange
📋 copy color: '#E1380F'red 225 ◦ green 56 ◦ blue 15
Shades of Harley Davidson Orange #E1380F
Tints of Harley Davidson Orange #E1380F
RGB
CMYK
RGB Variations
Color information
#E1380F (or 0xE1380F) is known color: Harley Davidson Orange. HEX triplet: E1, 38 and 0F. RGB value is (225,56,15). Sum of RGB (Red+Green+Blue) = 225+56+15=296 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.01% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 225 - color contains mainly: red. Hex color #E1380F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1380F is #1EC7F0. Grayscale: #666666. Windows color (decimal): -2017265 or 997601. OLE color: 997601.
HSL color Cylindrical-coordinate representation of color #E1380F: hue angle of 11.71º 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 #E1380F is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 15 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.12 |
| HSL | 11.71º | 0.88% | 0.47% | - |
| HSV(B) | 11.71º | 0.93% | 0.88% | - |
| XYZ | 32.55 | 18.87 | 2.38 | - |
| YUV | 101.86 | 78.99 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 15 | 0 | 0.75 | 0.93 | 0.12 | 11.71 | 0.88 | 0.47 |
| Hex | E1 | 38 | F | 0 | 4B | 5D | C | C | 58 | 2F |
| Octal | 341 | 70 | 17 | 0 | 113 | 135 | 14 | 14 | 130 | 57 |
| Binary | 11100001 | 111000 | 1111 | 0 | 1001011 | 1011101 | 1100 | 1100 | 1011000 | 101111 |
Color Harmonies of #E1380F
Complementary color
Monochromatic Colors of #E1380F
Black with #E1380F
Text Example
Text Example
White with #E1380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1380F; }
p { color: rgb(225,56,15); }
H1.HeaderClassName
{
color: #E1380F;
}
.AnyTagClassName
{
color: #E1380F;
}
</style>
background-color css
<style>
a { background-color: #E1380F; }
a { background-color: rgb(225,56,15); }
div.DivClassName
{
background-color: #E1380F;
}
.BgClassName
{
background-color: #E1380F;
}
</style>
border-color css
<style>
span { border-color: #E1380F; }
span { border-color: rgb(225,56,15); }
td.TdClassName
{
border-color: #E1380F;
}
.TagClassName
{
border-color: #E1380F;
}
</style>