Html Css Color HEX #E1320C Harley Davidson Orange
📋 copy color: '#E1320C'red 225 ◦ green 50 ◦ blue 12
Shades of Harley Davidson Orange #E1320C
Tints of Harley Davidson Orange #E1320C
RGB
CMYK
RGB Variations
Color information
#E1320C (or 0xE1320C) is known color: Harley Davidson Orange. HEX triplet: E1, 32 and 0C. RGB value is (225,50,12). Sum of RGB (Red+Green+Blue) = 225+50+12=287 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.40% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 225 - color contains mainly: red. Hex color #E1320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1320C is #1ECDF3. Grayscale: #626262. Windows color (decimal): -2018804 or 799457. OLE color: 799457.
HSL color Cylindrical-coordinate representation of color #E1320C: hue angle of 10.7º 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 #E1320C is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 12 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.12 |
| HSL | 10.7º | 0.9% | 0.46% | - |
| HSV(B) | 10.7º | 0.95% | 0.88% | - |
| XYZ | 32.26 | 18.32 | 2.18 | - |
| YUV | 97.99 | 79.48 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 12 | 0 | 0.78 | 0.95 | 0.12 | 10.7 | 0.9 | 0.46 |
| Hex | E1 | 32 | C | 0 | 4E | 5F | C | B | 5A | 2E |
| Octal | 341 | 62 | 14 | 0 | 116 | 137 | 14 | 13 | 132 | 56 |
| Binary | 11100001 | 110010 | 1100 | 0 | 1001110 | 1011111 | 1100 | 1011 | 1011010 | 101110 |
Color Harmonies of #E1320C
Complementary color
Monochromatic Colors of #E1320C
Black with #E1320C
Text Example
Text Example
White with #E1320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1320C; }
p { color: rgb(225,50,12); }
H1.HeaderClassName
{
color: #E1320C;
}
.AnyTagClassName
{
color: #E1320C;
}
</style>
background-color css
<style>
a { background-color: #E1320C; }
a { background-color: rgb(225,50,12); }
div.DivClassName
{
background-color: #E1320C;
}
.BgClassName
{
background-color: #E1320C;
}
</style>
border-color css
<style>
span { border-color: #E1320C; }
span { border-color: rgb(225,50,12); }
td.TdClassName
{
border-color: #E1320C;
}
.TagClassName
{
border-color: #E1320C;
}
</style>