Html Css Color HEX #E32614 Harley Davidson Orange
📋 copy color: '#E32614'red 227 ◦ green 38 ◦ blue 20
Shades of Harley Davidson Orange #E32614
Tints of Harley Davidson Orange #E32614
RGB
CMYK
RGB Variations
Color information
#E32614 (or 0xE32614) is known color: Harley Davidson Orange. HEX triplet: E3, 26 and 14. RGB value is (227,38,20). Sum of RGB (Red+Green+Blue) = 227+38+20=285 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.65% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 227 - color contains mainly: red. Hex color #E32614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32614 is #1CD9EB. Grayscale: #5C5C5C. Windows color (decimal): -1890796 or 1320675. OLE color: 1320675.
HSL color Cylindrical-coordinate representation of color #E32614: hue angle of 5.22º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E32614 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 38 | 20 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.11 |
| HSL | 5.22º | 0.84% | 0.48% | - |
| HSV(B) | 5.22º | 0.91% | 0.89% | - |
| XYZ | 32.5 | 17.77 | 2.38 | - |
| YUV | 92.46 | 87.12 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 20 | 0 | 0.83 | 0.91 | 0.11 | 5.22 | 0.84 | 0.48 |
| Hex | E3 | 26 | 14 | 0 | 53 | 5B | B | 5 | 54 | 30 |
| Octal | 343 | 46 | 24 | 0 | 123 | 133 | 13 | 5 | 124 | 60 |
| Binary | 11100011 | 100110 | 10100 | 0 | 1010011 | 1011011 | 1011 | 101 | 1010100 | 110000 |
Color Harmonies of #E32614
Complementary color
Monochromatic Colors of #E32614
Black with #E32614
Text Example
Text Example
White with #E32614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32614; }
p { color: rgb(227,38,20); }
H1.HeaderClassName
{
color: #E32614;
}
.AnyTagClassName
{
color: #E32614;
}
</style>
background-color css
<style>
a { background-color: #E32614; }
a { background-color: rgb(227,38,20); }
div.DivClassName
{
background-color: #E32614;
}
.BgClassName
{
background-color: #E32614;
}
</style>
border-color css
<style>
span { border-color: #E32614; }
span { border-color: rgb(227,38,20); }
td.TdClassName
{
border-color: #E32614;
}
.TagClassName
{
border-color: #E32614;
}
</style>