Html Css Color HEX #E02802 Harley Davidson Orange
📋 copy color: '#E02802'red 224 ◦ green 40 ◦ blue 2
Shades of Harley Davidson Orange #E02802
Tints of Harley Davidson Orange #E02802
RGB
CMYK
RGB Variations
Color information
#E02802 (or 0xE02802) is known color: Harley Davidson Orange. HEX triplet: E0, 28 and 02. RGB value is (224,40,2). Sum of RGB (Red+Green+Blue) = 224+40+2=266 (35% of max value = 765). Red value is 224 (87.89% from 255 or 84.21% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 224 - color contains mainly: red. Hex color #E02802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02802 is #1FD7FD. Grayscale: #5B5B5B. Windows color (decimal): -2086910 or 141536. OLE color: 141536.
HSL color Cylindrical-coordinate representation of color #E02802: hue angle of 10.27º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E02802 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.12 |
| HSL | 10.27º | 0.98% | 0.44% | - |
| HSV(B) | 10.27º | 0.99% | 0.88% | - |
| XYZ | 31.51 | 17.37 | 1.75 | - |
| YUV | 90.68 | 77.96 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 2 | 0 | 0.82 | 0.99 | 0.12 | 10.27 | 0.98 | 0.44 |
| Hex | E0 | 28 | 2 | 0 | 52 | 63 | C | A | 62 | 2C |
| Octal | 340 | 50 | 2 | 0 | 122 | 143 | 14 | 12 | 142 | 54 |
| Binary | 11100000 | 101000 | 10 | 0 | 1010010 | 1100011 | 1100 | 1010 | 1100010 | 101100 |
Color Harmonies of #E02802
Complementary color
Monochromatic Colors of #E02802
Black with #E02802
Text Example
Text Example
White with #E02802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02802; }
p { color: rgb(224,40,2); }
H1.HeaderClassName
{
color: #E02802;
}
.AnyTagClassName
{
color: #E02802;
}
</style>
background-color css
<style>
a { background-color: #E02802; }
a { background-color: rgb(224,40,2); }
div.DivClassName
{
background-color: #E02802;
}
.BgClassName
{
background-color: #E02802;
}
</style>
border-color css
<style>
span { border-color: #E02802; }
span { border-color: rgb(224,40,2); }
td.TdClassName
{
border-color: #E02802;
}
.TagClassName
{
border-color: #E02802;
}
</style>