Html Css Color HEX #E12717 Harley Davidson Orange
📋 copy color: '#E12717'red 225 ◦ green 39 ◦ blue 23
Shades of Harley Davidson Orange #E12717
Tints of Harley Davidson Orange #E12717
RGB
CMYK
RGB Variations
Color information
#E12717 (or 0xE12717) is known color: Harley Davidson Orange. HEX triplet: E1, 27 and 17. RGB value is (225,39,23). Sum of RGB (Red+Green+Blue) = 225+39+23=287 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.40% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 225 - color contains mainly: red. Hex color #E12717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12717 is #1ED8E8. Grayscale: #5D5D5D. Windows color (decimal): -2021609 or 1517537. OLE color: 1517537.
HSL color Cylindrical-coordinate representation of color #E12717: hue angle of 4.75º 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 #E12717 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 23 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.12 |
| HSL | 4.75º | 0.81% | 0.49% | - |
| HSV(B) | 4.75º | 0.9% | 0.88% | - |
| XYZ | 31.93 | 17.52 | 2.51 | - |
| YUV | 92.79 | 88.62 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 23 | 0 | 0.83 | 0.90 | 0.12 | 4.75 | 0.81 | 0.49 |
| Hex | E1 | 27 | 17 | 0 | 53 | 5A | C | 5 | 51 | 31 |
| Octal | 341 | 47 | 27 | 0 | 123 | 132 | 14 | 5 | 121 | 61 |
| Binary | 11100001 | 100111 | 10111 | 0 | 1010011 | 1011010 | 1100 | 101 | 1010001 | 110001 |
Color Harmonies of #E12717
Complementary color
Monochromatic Colors of #E12717
Black with #E12717
Text Example
Text Example
White with #E12717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12717; }
p { color: rgb(225,39,23); }
H1.HeaderClassName
{
color: #E12717;
}
.AnyTagClassName
{
color: #E12717;
}
</style>
background-color css
<style>
a { background-color: #E12717; }
a { background-color: rgb(225,39,23); }
div.DivClassName
{
background-color: #E12717;
}
.BgClassName
{
background-color: #E12717;
}
</style>
border-color css
<style>
span { border-color: #E12717; }
span { border-color: rgb(225,39,23); }
td.TdClassName
{
border-color: #E12717;
}
.TagClassName
{
border-color: #E12717;
}
</style>