Html Css Color HEX #E01716 Harley Davidson Orange
📋 copy color: '#E01716'red 224 ◦ green 23 ◦ blue 22
Shades of Harley Davidson Orange #E01716
Tints of Harley Davidson Orange #E01716
RGB
CMYK
RGB Variations
Color information
#E01716 (or 0xE01716) is known color: Harley Davidson Orange. HEX triplet: E0, 17 and 16. RGB value is (224,23,22). Sum of RGB (Red+Green+Blue) = 224+23+22=269 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.27% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 224 - color contains mainly: red. Hex color #E01716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01716 is #1FE8E9. Grayscale: #535353. Windows color (decimal): -2091242 or 1447904. OLE color: 1447904.
HSL color Cylindrical-coordinate representation of color #E01716: hue angle of 0.3º 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 #E01716 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 22 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.12 |
| HSL | 0.3º | 0.82% | 0.48% | - |
| HSV(B) | 0.3º | 0.9% | 0.88% | - |
| XYZ | 31.19 | 16.52 | 2.3 | - |
| YUV | 82.99 | 93.59 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 22 | 0 | 0.90 | 0.90 | 0.12 | 0.3 | 0.82 | 0.48 |
| Hex | E0 | 17 | 16 | 0 | 5A | 5A | C | 0 | 52 | 30 |
| Octal | 340 | 27 | 26 | 0 | 132 | 132 | 14 | 0 | 122 | 60 |
| Binary | 11100000 | 10111 | 10110 | 0 | 1011010 | 1011010 | 1100 | 0 | 1010010 | 110000 |
Color Harmonies of #E01716
Complementary color
Monochromatic Colors of #E01716
Black with #E01716
Text Example
Text Example
White with #E01716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01716; }
p { color: rgb(224,23,22); }
H1.HeaderClassName
{
color: #E01716;
}
.AnyTagClassName
{
color: #E01716;
}
</style>
background-color css
<style>
a { background-color: #E01716; }
a { background-color: rgb(224,23,22); }
div.DivClassName
{
background-color: #E01716;
}
.BgClassName
{
background-color: #E01716;
}
</style>
border-color css
<style>
span { border-color: #E01716; }
span { border-color: rgb(224,23,22); }
td.TdClassName
{
border-color: #E01716;
}
.TagClassName
{
border-color: #E01716;
}
</style>