Html Css Color HEX #E02F16 Harley Davidson Orange
📋 copy color: '#E02F16'red 224 ◦ green 47 ◦ blue 22
Shades of Harley Davidson Orange #E02F16
Tints of Harley Davidson Orange #E02F16
RGB
CMYK
RGB Variations
Color information
#E02F16 (or 0xE02F16) is known color: Harley Davidson Orange. HEX triplet: E0, 2F and 16. RGB value is (224,47,22). Sum of RGB (Red+Green+Blue) = 224+47+22=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02F16 is #1FD0E9. Grayscale: #616161. Windows color (decimal): -2085098 or 1454048. OLE color: 1454048.
HSL color Cylindrical-coordinate representation of color #E02F16: hue angle of 7.43º 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 #E02F16 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 47 | 22 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.12 |
| HSL | 7.43º | 0.82% | 0.48% | - |
| HSV(B) | 7.43º | 0.9% | 0.88% | - |
| XYZ | 31.9 | 17.94 | 2.54 | - |
| YUV | 97.07 | 85.64 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 22 | 0 | 0.79 | 0.90 | 0.12 | 7.43 | 0.82 | 0.48 |
| Hex | E0 | 2F | 16 | 0 | 4F | 5A | C | 7 | 52 | 30 |
| Octal | 340 | 57 | 26 | 0 | 117 | 132 | 14 | 7 | 122 | 60 |
| Binary | 11100000 | 101111 | 10110 | 0 | 1001111 | 1011010 | 1100 | 111 | 1010010 | 110000 |
Color Harmonies of #E02F16
Complementary color
Monochromatic Colors of #E02F16
Black with #E02F16
Text Example
Text Example
White with #E02F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02F16; }
p { color: rgb(224,47,22); }
H1.HeaderClassName
{
color: #E02F16;
}
.AnyTagClassName
{
color: #E02F16;
}
</style>
background-color css
<style>
a { background-color: #E02F16; }
a { background-color: rgb(224,47,22); }
div.DivClassName
{
background-color: #E02F16;
}
.BgClassName
{
background-color: #E02F16;
}
</style>
border-color css
<style>
span { border-color: #E02F16; }
span { border-color: rgb(224,47,22); }
td.TdClassName
{
border-color: #E02F16;
}
.TagClassName
{
border-color: #E02F16;
}
</style>