Html Css Color HEX #E34515 Harley Davidson Orange
📋 copy color: '#E34515'red 227 ◦ green 69 ◦ blue 21
Shades of Harley Davidson Orange #E34515
Tints of Harley Davidson Orange #E34515
RGB
CMYK
RGB Variations
Color information
#E34515 (or 0xE34515) is known color: Harley Davidson Orange. HEX triplet: E3, 45 and 15. RGB value is (227,69,21). Sum of RGB (Red+Green+Blue) = 227+69+21=317 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.61% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 227 - color contains mainly: red. Hex color #E34515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34515 is #1CBAEA. Grayscale: #6F6F6F. Windows color (decimal): -1882859 or 1394147. OLE color: 1394147.
HSL color Cylindrical-coordinate representation of color #E34515: hue angle of 13.98º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E34515 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 69 | 21 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.11 |
| HSL | 13.98º | 0.83% | 0.49% | - |
| HSV(B) | 13.98º | 0.91% | 0.89% | - |
| XYZ | 33.94 | 20.64 | 2.9 | - |
| YUV | 110.77 | 77.35 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 69 | 21 | 0 | 0.70 | 0.91 | 0.11 | 13.98 | 0.83 | 0.49 |
| Hex | E3 | 45 | 15 | 0 | 46 | 5B | B | E | 53 | 31 |
| Octal | 343 | 105 | 25 | 0 | 106 | 133 | 13 | 16 | 123 | 61 |
| Binary | 11100011 | 1000101 | 10101 | 0 | 1000110 | 1011011 | 1011 | 1110 | 1010011 | 110001 |
Color Harmonies of #E34515
Complementary color
Monochromatic Colors of #E34515
Black with #E34515
Text Example
Text Example
White with #E34515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34515; }
p { color: rgb(227,69,21); }
H1.HeaderClassName
{
color: #E34515;
}
.AnyTagClassName
{
color: #E34515;
}
</style>
background-color css
<style>
a { background-color: #E34515; }
a { background-color: rgb(227,69,21); }
div.DivClassName
{
background-color: #E34515;
}
.BgClassName
{
background-color: #E34515;
}
</style>
border-color css
<style>
span { border-color: #E34515; }
span { border-color: rgb(227,69,21); }
td.TdClassName
{
border-color: #E34515;
}
.TagClassName
{
border-color: #E34515;
}
</style>