Html Css Color HEX #E02814 Harley Davidson Orange
📋 copy color: '#E02814'red 224 ◦ green 40 ◦ blue 20
Shades of Harley Davidson Orange #E02814
Tints of Harley Davidson Orange #E02814
RGB
CMYK
RGB Variations
Color information
#E02814 (or 0xE02814) is known color: Harley Davidson Orange. HEX triplet: E0, 28 and 14. RGB value is (224,40,20). Sum of RGB (Red+Green+Blue) = 224+40+20=284 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.87% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 224 - color contains mainly: red. Hex color #E02814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02814 is #1FD7EB. Grayscale: #5D5D5D. Windows color (decimal): -2086892 or 1321184. OLE color: 1321184.
HSL color Cylindrical-coordinate representation of color #E02814: hue angle of 5.88º 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 #E02814 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 20 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.12 |
| HSL | 5.88º | 0.84% | 0.48% | - |
| HSV(B) | 5.88º | 0.91% | 0.88% | - |
| XYZ | 31.63 | 17.42 | 2.36 | - |
| YUV | 92.74 | 86.96 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 20 | 0 | 0.82 | 0.91 | 0.12 | 5.88 | 0.84 | 0.48 |
| Hex | E0 | 28 | 14 | 0 | 52 | 5B | C | 6 | 54 | 30 |
| Octal | 340 | 50 | 24 | 0 | 122 | 133 | 14 | 6 | 124 | 60 |
| Binary | 11100000 | 101000 | 10100 | 0 | 1010010 | 1011011 | 1100 | 110 | 1010100 | 110000 |
Color Harmonies of #E02814
Complementary color
Monochromatic Colors of #E02814
Black with #E02814
Text Example
Text Example
White with #E02814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02814; }
p { color: rgb(224,40,20); }
H1.HeaderClassName
{
color: #E02814;
}
.AnyTagClassName
{
color: #E02814;
}
</style>
background-color css
<style>
a { background-color: #E02814; }
a { background-color: rgb(224,40,20); }
div.DivClassName
{
background-color: #E02814;
}
.BgClassName
{
background-color: #E02814;
}
</style>
border-color css
<style>
span { border-color: #E02814; }
span { border-color: rgb(224,40,20); }
td.TdClassName
{
border-color: #E02814;
}
.TagClassName
{
border-color: #E02814;
}
</style>