Html Css Color HEX #E04314 Harley Davidson Orange
📋 copy color: '#E04314'red 224 ◦ green 67 ◦ blue 20
Shades of Harley Davidson Orange #E04314
Tints of Harley Davidson Orange #E04314
RGB
CMYK
RGB Variations
Color information
#E04314 (or 0xE04314) is known color: Harley Davidson Orange. HEX triplet: E0, 43 and 14. RGB value is (224,67,20). Sum of RGB (Red+Green+Blue) = 224+67+20=311 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.03% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 224 - color contains mainly: red. Hex color #E04314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04314 is #1FBCEB. Grayscale: #6C6C6C. Windows color (decimal): -2079980 or 1328096. OLE color: 1328096.
HSL color Cylindrical-coordinate representation of color #E04314: hue angle of 13.82º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E04314 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 67 | 20 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.12 |
| HSL | 13.82º | 0.84% | 0.48% | - |
| HSV(B) | 13.82º | 0.91% | 0.88% | - |
| XYZ | 32.87 | 19.91 | 2.77 | - |
| YUV | 108.59 | 78.01 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 67 | 20 | 0 | 0.70 | 0.91 | 0.12 | 13.82 | 0.84 | 0.48 |
| Hex | E0 | 43 | 14 | 0 | 46 | 5B | C | E | 54 | 30 |
| Octal | 340 | 103 | 24 | 0 | 106 | 133 | 14 | 16 | 124 | 60 |
| Binary | 11100000 | 1000011 | 10100 | 0 | 1000110 | 1011011 | 1100 | 1110 | 1010100 | 110000 |
Color Harmonies of #E04314
Complementary color
Monochromatic Colors of #E04314
Black with #E04314
Text Example
Text Example
White with #E04314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04314; }
p { color: rgb(224,67,20); }
H1.HeaderClassName
{
color: #E04314;
}
.AnyTagClassName
{
color: #E04314;
}
</style>
background-color css
<style>
a { background-color: #E04314; }
a { background-color: rgb(224,67,20); }
div.DivClassName
{
background-color: #E04314;
}
.BgClassName
{
background-color: #E04314;
}
</style>
border-color css
<style>
span { border-color: #E04314; }
span { border-color: rgb(224,67,20); }
td.TdClassName
{
border-color: #E04314;
}
.TagClassName
{
border-color: #E04314;
}
</style>