Html Css Color HEX #E12617 Harley Davidson Orange
📋 copy color: '#E12617'red 225 ◦ green 38 ◦ blue 23
Shades of Harley Davidson Orange #E12617
Tints of Harley Davidson Orange #E12617
RGB
CMYK
RGB Variations
Color information
#E12617 (or 0xE12617) is known color: Harley Davidson Orange. HEX triplet: E1, 26 and 17. RGB value is (225,38,23). Sum of RGB (Red+Green+Blue) = 225+38+23=286 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.67% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 225 - color contains mainly: red. Hex color #E12617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12617 is #1ED9E8. Grayscale: #5C5C5C. Windows color (decimal): -2021865 or 1517281. OLE color: 1517281.
HSL color Cylindrical-coordinate representation of color #E12617: hue angle of 4.46º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E12617 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 23 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.12 |
| HSL | 4.46º | 0.81% | 0.49% | - |
| HSV(B) | 4.46º | 0.9% | 0.88% | - |
| XYZ | 31.9 | 17.46 | 2.5 | - |
| YUV | 92.2 | 88.95 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 23 | 0 | 0.83 | 0.90 | 0.12 | 4.46 | 0.81 | 0.49 |
| Hex | E1 | 26 | 17 | 0 | 53 | 5A | C | 4 | 51 | 31 |
| Octal | 341 | 46 | 27 | 0 | 123 | 132 | 14 | 4 | 121 | 61 |
| Binary | 11100001 | 100110 | 10111 | 0 | 1010011 | 1011010 | 1100 | 100 | 1010001 | 110001 |
Color Harmonies of #E12617
Complementary color
Monochromatic Colors of #E12617
Black with #E12617
Text Example
Text Example
White with #E12617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12617; }
p { color: rgb(225,38,23); }
H1.HeaderClassName
{
color: #E12617;
}
.AnyTagClassName
{
color: #E12617;
}
</style>
background-color css
<style>
a { background-color: #E12617; }
a { background-color: rgb(225,38,23); }
div.DivClassName
{
background-color: #E12617;
}
.BgClassName
{
background-color: #E12617;
}
</style>
border-color css
<style>
span { border-color: #E12617; }
span { border-color: rgb(225,38,23); }
td.TdClassName
{
border-color: #E12617;
}
.TagClassName
{
border-color: #E12617;
}
</style>