Html Css Color HEX #E02F00 Harley Davidson Orange
📋 copy color: '#E02F00'red 224 ◦ green 47 ◦ blue 0
Shades of Harley Davidson Orange #E02F00
Tints of Harley Davidson Orange #E02F00
RGB
CMYK
RGB Variations
Color information
#E02F00 (or 0xE02F00) is known color: Harley Davidson Orange. HEX triplet: E0, 2F and 00. RGB value is (224,47,0). Sum of RGB (Red+Green+Blue) = 224+47+0=271 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.66% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02F00 is #1FD0FF. Grayscale: #5E5E5E. Windows color (decimal): -2085120 or 12256. OLE color: 12256.
HSL color Cylindrical-coordinate representation of color #E02F00: hue angle of 12.59º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E02F00 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 47 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.12 |
| HSL | 12.59º | 1% | 0.44% | - |
| HSV(B) | 12.59º | 1% | 0.88% | - |
| XYZ | 31.76 | 17.88 | 1.78 | - |
| YUV | 94.57 | 74.64 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 0 | 0 | 0.79 | 1 | 0.12 | 12.59 | 1 | 0.44 |
| Hex | E0 | 2F | 0 | 0 | 4F | 64 | C | D | 64 | 2C |
| Octal | 340 | 57 | 0 | 0 | 117 | 144 | 14 | 15 | 144 | 54 |
| Binary | 11100000 | 101111 | 0 | 0 | 1001111 | 1100100 | 1100 | 1101 | 1100100 | 101100 |
Color Harmonies of #E02F00
Complementary color
Monochromatic Colors of #E02F00
Black with #E02F00
Text Example
Text Example
White with #E02F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02F00; }
p { color: rgb(224,47,0); }
H1.HeaderClassName
{
color: #E02F00;
}
.AnyTagClassName
{
color: #E02F00;
}
</style>
background-color css
<style>
a { background-color: #E02F00; }
a { background-color: rgb(224,47,0); }
div.DivClassName
{
background-color: #E02F00;
}
.BgClassName
{
background-color: #E02F00;
}
</style>
border-color css
<style>
span { border-color: #E02F00; }
span { border-color: rgb(224,47,0); }
td.TdClassName
{
border-color: #E02F00;
}
.TagClassName
{
border-color: #E02F00;
}
</style>