Html Css Color HEX #E02F04 Harley Davidson Orange
📋 copy color: '#E02F04'red 224 ◦ green 47 ◦ blue 4
Shades of Harley Davidson Orange #E02F04
Tints of Harley Davidson Orange #E02F04
RGB
CMYK
RGB Variations
Color information
#E02F04 (or 0xE02F04) is known color: Harley Davidson Orange. HEX triplet: E0, 2F and 04. RGB value is (224,47,4). Sum of RGB (Red+Green+Blue) = 224+47+4=275 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.45% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02F04 is #1FD0FB. Grayscale: #5F5F5F. Windows color (decimal): -2085116 or 274400. OLE color: 274400.
HSL color Cylindrical-coordinate representation of color #E02F04: hue angle of 11.73º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E02F04 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 47 | 4 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.12 |
| HSL | 11.73º | 0.96% | 0.45% | - |
| HSV(B) | 11.73º | 0.98% | 0.88% | - |
| XYZ | 31.78 | 17.89 | 1.89 | - |
| YUV | 95.02 | 76.64 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 4 | 0 | 0.79 | 0.98 | 0.12 | 11.73 | 0.96 | 0.45 |
| Hex | E0 | 2F | 4 | 0 | 4F | 62 | C | C | 60 | 2D |
| Octal | 340 | 57 | 4 | 0 | 117 | 142 | 14 | 14 | 140 | 55 |
| Binary | 11100000 | 101111 | 100 | 0 | 1001111 | 1100010 | 1100 | 1100 | 1100000 | 101101 |
Color Harmonies of #E02F04
Complementary color
Monochromatic Colors of #E02F04
Black with #E02F04
Text Example
Text Example
White with #E02F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02F04; }
p { color: rgb(224,47,4); }
H1.HeaderClassName
{
color: #E02F04;
}
.AnyTagClassName
{
color: #E02F04;
}
</style>
background-color css
<style>
a { background-color: #E02F04; }
a { background-color: rgb(224,47,4); }
div.DivClassName
{
background-color: #E02F04;
}
.BgClassName
{
background-color: #E02F04;
}
</style>
border-color css
<style>
span { border-color: #E02F04; }
span { border-color: rgb(224,47,4); }
td.TdClassName
{
border-color: #E02F04;
}
.TagClassName
{
border-color: #E02F04;
}
</style>