Html Css Color HEX #E34316 Harley Davidson Orange
📋 copy color: '#E34316'red 227 ◦ green 67 ◦ blue 22
Shades of Harley Davidson Orange #E34316
Tints of Harley Davidson Orange #E34316
RGB
CMYK
RGB Variations
Color information
#E34316 (or 0xE34316) is known color: Harley Davidson Orange. HEX triplet: E3, 43 and 16. RGB value is (227,67,22). Sum of RGB (Red+Green+Blue) = 227+67+22=316 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.84% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 227 - color contains mainly: red. Hex color #E34316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34316 is #1CBCE9. Grayscale: #6E6E6E. Windows color (decimal): -1883370 or 1459171. OLE color: 1459171.
HSL color Cylindrical-coordinate representation of color #E34316: hue angle of 13.17º 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 #E34316 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 67 | 22 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.11 |
| HSL | 13.17º | 0.82% | 0.49% | - |
| HSV(B) | 13.17º | 0.9% | 0.89% | - |
| XYZ | 33.83 | 20.4 | 2.91 | - |
| YUV | 109.71 | 78.51 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 67 | 22 | 0 | 0.70 | 0.90 | 0.11 | 13.17 | 0.82 | 0.49 |
| Hex | E3 | 43 | 16 | 0 | 46 | 5A | B | D | 52 | 31 |
| Octal | 343 | 103 | 26 | 0 | 106 | 132 | 13 | 15 | 122 | 61 |
| Binary | 11100011 | 1000011 | 10110 | 0 | 1000110 | 1011010 | 1011 | 1101 | 1010010 | 110001 |
Color Harmonies of #E34316
Complementary color
Monochromatic Colors of #E34316
Black with #E34316
Text Example
Text Example
White with #E34316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34316; }
p { color: rgb(227,67,22); }
H1.HeaderClassName
{
color: #E34316;
}
.AnyTagClassName
{
color: #E34316;
}
</style>
background-color css
<style>
a { background-color: #E34316; }
a { background-color: rgb(227,67,22); }
div.DivClassName
{
background-color: #E34316;
}
.BgClassName
{
background-color: #E34316;
}
</style>
border-color css
<style>
span { border-color: #E34316; }
span { border-color: rgb(227,67,22); }
td.TdClassName
{
border-color: #E34316;
}
.TagClassName
{
border-color: #E34316;
}
</style>