Html Css Color HEX #E1390C Harley Davidson Orange
📋 copy color: '#E1390C'red 225 ◦ green 57 ◦ blue 12
Shades of Harley Davidson Orange #E1390C
Tints of Harley Davidson Orange #E1390C
RGB
CMYK
RGB Variations
Color information
#E1390C (or 0xE1390C) is known color: Harley Davidson Orange. HEX triplet: E1, 39 and 0C. RGB value is (225,57,12). Sum of RGB (Red+Green+Blue) = 225+57+12=294 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.53% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 225 - color contains mainly: red. Hex color #E1390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1390C is #1EC6F3. Grayscale: #666666. Windows color (decimal): -2017012 or 801249. OLE color: 801249.
HSL color Cylindrical-coordinate representation of color #E1390C: hue angle of 12.68º degrees, saturation: 0.9, 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 #E1390C is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 57 | 12 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.12 |
| HSL | 12.68º | 0.9% | 0.46% | - |
| HSV(B) | 12.68º | 0.95% | 0.88% | - |
| XYZ | 32.58 | 18.96 | 2.29 | - |
| YUV | 102.1 | 77.16 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 12 | 0 | 0.75 | 0.95 | 0.12 | 12.68 | 0.9 | 0.46 |
| Hex | E1 | 39 | C | 0 | 4B | 5F | C | D | 5A | 2E |
| Octal | 341 | 71 | 14 | 0 | 113 | 137 | 14 | 15 | 132 | 56 |
| Binary | 11100001 | 111001 | 1100 | 0 | 1001011 | 1011111 | 1100 | 1101 | 1011010 | 101110 |
Color Harmonies of #E1390C
Complementary color
Monochromatic Colors of #E1390C
Black with #E1390C
Text Example
Text Example
White with #E1390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1390C; }
p { color: rgb(225,57,12); }
H1.HeaderClassName
{
color: #E1390C;
}
.AnyTagClassName
{
color: #E1390C;
}
</style>
background-color css
<style>
a { background-color: #E1390C; }
a { background-color: rgb(225,57,12); }
div.DivClassName
{
background-color: #E1390C;
}
.BgClassName
{
background-color: #E1390C;
}
</style>
border-color css
<style>
span { border-color: #E1390C; }
span { border-color: rgb(225,57,12); }
td.TdClassName
{
border-color: #E1390C;
}
.TagClassName
{
border-color: #E1390C;
}
</style>