Html Css Color HEX #E02D16 Harley Davidson Orange
📋 copy color: '#E02D16'red 224 ◦ green 45 ◦ blue 22
Shades of Harley Davidson Orange #E02D16
Tints of Harley Davidson Orange #E02D16
RGB
CMYK
RGB Variations
Color information
#E02D16 (or 0xE02D16) is known color: Harley Davidson Orange. HEX triplet: E0, 2D and 16. RGB value is (224,45,22). Sum of RGB (Red+Green+Blue) = 224+45+22=291 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.98% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02D16 is #1FD2E9. Grayscale: #606060. Windows color (decimal): -2085610 or 1453536. OLE color: 1453536.
HSL color Cylindrical-coordinate representation of color #E02D16: hue angle of 6.83º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E02D16 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 22 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.12 |
| HSL | 6.83º | 0.82% | 0.48% | - |
| HSV(B) | 6.83º | 0.9% | 0.88% | - |
| XYZ | 31.82 | 17.78 | 2.51 | - |
| YUV | 95.9 | 86.3 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 22 | 0 | 0.80 | 0.90 | 0.12 | 6.83 | 0.82 | 0.48 |
| Hex | E0 | 2D | 16 | 0 | 50 | 5A | C | 7 | 52 | 30 |
| Octal | 340 | 55 | 26 | 0 | 120 | 132 | 14 | 7 | 122 | 60 |
| Binary | 11100000 | 101101 | 10110 | 0 | 1010000 | 1011010 | 1100 | 111 | 1010010 | 110000 |
Color Harmonies of #E02D16
Complementary color
Monochromatic Colors of #E02D16
Black with #E02D16
Text Example
Text Example
White with #E02D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02D16; }
p { color: rgb(224,45,22); }
H1.HeaderClassName
{
color: #E02D16;
}
.AnyTagClassName
{
color: #E02D16;
}
</style>
background-color css
<style>
a { background-color: #E02D16; }
a { background-color: rgb(224,45,22); }
div.DivClassName
{
background-color: #E02D16;
}
.BgClassName
{
background-color: #E02D16;
}
</style>
border-color css
<style>
span { border-color: #E02D16; }
span { border-color: rgb(224,45,22); }
td.TdClassName
{
border-color: #E02D16;
}
.TagClassName
{
border-color: #E02D16;
}
</style>