Html Css Color HEX #E34017 Harley Davidson Orange
📋 copy color: '#E34017'red 227 ◦ green 64 ◦ blue 23
Shades of Harley Davidson Orange #E34017
Tints of Harley Davidson Orange #E34017
RGB
CMYK
RGB Variations
Color information
#E34017 (or 0xE34017) is known color: Harley Davidson Orange. HEX triplet: E3, 40 and 17. RGB value is (227,64,23). Sum of RGB (Red+Green+Blue) = 227+64+23=314 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.29% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 227 - color contains mainly: red. Hex color #E34017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34017 is #1CBFE8. Grayscale: #6C6C6C. Windows color (decimal): -1884137 or 1523939. OLE color: 1523939.
HSL color Cylindrical-coordinate representation of color #E34017: hue angle of 12.06º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E34017 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 64 | 23 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.11 |
| HSL | 12.06º | 0.82% | 0.49% | - |
| HSV(B) | 12.06º | 0.9% | 0.89% | - |
| XYZ | 33.67 | 20.06 | 2.91 | - |
| YUV | 108.06 | 80 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 64 | 23 | 0 | 0.72 | 0.90 | 0.11 | 12.06 | 0.82 | 0.49 |
| Hex | E3 | 40 | 17 | 0 | 48 | 5A | B | C | 52 | 31 |
| Octal | 343 | 100 | 27 | 0 | 110 | 132 | 13 | 14 | 122 | 61 |
| Binary | 11100011 | 1000000 | 10111 | 0 | 1001000 | 1011010 | 1011 | 1100 | 1010010 | 110001 |
Color Harmonies of #E34017
Complementary color
Monochromatic Colors of #E34017
Black with #E34017
Text Example
Text Example
White with #E34017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34017; }
p { color: rgb(227,64,23); }
H1.HeaderClassName
{
color: #E34017;
}
.AnyTagClassName
{
color: #E34017;
}
</style>
background-color css
<style>
a { background-color: #E34017; }
a { background-color: rgb(227,64,23); }
div.DivClassName
{
background-color: #E34017;
}
.BgClassName
{
background-color: #E34017;
}
</style>
border-color css
<style>
span { border-color: #E34017; }
span { border-color: rgb(227,64,23); }
td.TdClassName
{
border-color: #E34017;
}
.TagClassName
{
border-color: #E34017;
}
</style>