Html Css Color HEX #E34517 Harley Davidson Orange
📋 copy color: '#E34517'red 227 ◦ green 69 ◦ blue 23
Shades of Harley Davidson Orange #E34517
Tints of Harley Davidson Orange #E34517
RGB
CMYK
RGB Variations
Color information
#E34517 (or 0xE34517) is known color: Harley Davidson Orange. HEX triplet: E3, 45 and 17. RGB value is (227,69,23). Sum of RGB (Red+Green+Blue) = 227+69+23=319 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.16% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 227 - color contains mainly: red. Hex color #E34517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34517 is #1CBAE8. Grayscale: #6F6F6F. Windows color (decimal): -1882857 or 1525219. OLE color: 1525219.
HSL color Cylindrical-coordinate representation of color #E34517: hue angle of 13.53º 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 #E34517 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 69 | 23 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.11 |
| HSL | 13.53º | 0.82% | 0.49% | - |
| HSV(B) | 13.53º | 0.9% | 0.89% | - |
| XYZ | 33.96 | 20.65 | 3.01 | - |
| YUV | 111 | 78.35 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 69 | 23 | 0 | 0.70 | 0.90 | 0.11 | 13.53 | 0.82 | 0.49 |
| Hex | E3 | 45 | 17 | 0 | 46 | 5A | B | E | 52 | 31 |
| Octal | 343 | 105 | 27 | 0 | 106 | 132 | 13 | 16 | 122 | 61 |
| Binary | 11100011 | 1000101 | 10111 | 0 | 1000110 | 1011010 | 1011 | 1110 | 1010010 | 110001 |
Color Harmonies of #E34517
Complementary color
Monochromatic Colors of #E34517
Black with #E34517
Text Example
Text Example
White with #E34517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34517; }
p { color: rgb(227,69,23); }
H1.HeaderClassName
{
color: #E34517;
}
.AnyTagClassName
{
color: #E34517;
}
</style>
background-color css
<style>
a { background-color: #E34517; }
a { background-color: rgb(227,69,23); }
div.DivClassName
{
background-color: #E34517;
}
.BgClassName
{
background-color: #E34517;
}
</style>
border-color css
<style>
span { border-color: #E34517; }
span { border-color: rgb(227,69,23); }
td.TdClassName
{
border-color: #E34517;
}
.TagClassName
{
border-color: #E34517;
}
</style>