Html Css Color HEX #E01F16 Harley Davidson Orange
📋 copy color: '#E01F16'red 224 ◦ green 31 ◦ blue 22
Shades of Harley Davidson Orange #E01F16
Tints of Harley Davidson Orange #E01F16
RGB
CMYK
RGB Variations
Color information
#E01F16 (or 0xE01F16) is known color: Harley Davidson Orange. HEX triplet: E0, 1F and 16. RGB value is (224,31,22). Sum of RGB (Red+Green+Blue) = 224+31+22=277 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.87% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 224 - color contains mainly: red. Hex color #E01F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E01F16 is #1FE0E9. Grayscale: #575757. Windows color (decimal): -2089194 or 1449952. OLE color: 1449952.
HSL color Cylindrical-coordinate representation of color #E01F16: hue angle of 2.67º 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 #E01F16 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 31 | 22 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.12 |
| HSL | 2.67º | 0.82% | 0.48% | - |
| HSV(B) | 2.67º | 0.9% | 0.88% | - |
| XYZ | 31.38 | 16.89 | 2.36 | - |
| YUV | 87.68 | 90.94 | 225.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 31 | 22 | 0 | 0.86 | 0.90 | 0.12 | 2.67 | 0.82 | 0.48 |
| Hex | E0 | 1F | 16 | 0 | 56 | 5A | C | 3 | 52 | 30 |
| Octal | 340 | 37 | 26 | 0 | 126 | 132 | 14 | 3 | 122 | 60 |
| Binary | 11100000 | 11111 | 10110 | 0 | 1010110 | 1011010 | 1100 | 11 | 1010010 | 110000 |
Color Harmonies of #E01F16
Complementary color
Monochromatic Colors of #E01F16
Black with #E01F16
Text Example
Text Example
White with #E01F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01F16; }
p { color: rgb(224,31,22); }
H1.HeaderClassName
{
color: #E01F16;
}
.AnyTagClassName
{
color: #E01F16;
}
</style>
background-color css
<style>
a { background-color: #E01F16; }
a { background-color: rgb(224,31,22); }
div.DivClassName
{
background-color: #E01F16;
}
.BgClassName
{
background-color: #E01F16;
}
</style>
border-color css
<style>
span { border-color: #E01F16; }
span { border-color: rgb(224,31,22); }
td.TdClassName
{
border-color: #E01F16;
}
.TagClassName
{
border-color: #E01F16;
}
</style>