Html Css Color HEX #E02C07 Harley Davidson Orange
📋 copy color: '#E02C07'red 224 ◦ green 44 ◦ blue 7
Shades of Harley Davidson Orange #E02C07
Tints of Harley Davidson Orange #E02C07
RGB
CMYK
RGB Variations
Color information
#E02C07 (or 0xE02C07) is known color: Harley Davidson Orange. HEX triplet: E0, 2C and 07. RGB value is (224,44,7). Sum of RGB (Red+Green+Blue) = 224+44+7=275 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.45% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02C07 is #1FD3F8. Grayscale: #5D5D5D. Windows color (decimal): -2085881 or 470240. OLE color: 470240.
HSL color Cylindrical-coordinate representation of color #E02C07: hue angle of 10.23º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E02C07 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 7 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.12 |
| HSL | 10.23º | 0.94% | 0.45% | - |
| HSV(B) | 10.23º | 0.97% | 0.88% | - |
| XYZ | 31.68 | 17.66 | 1.94 | - |
| YUV | 93.6 | 79.13 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 7 | 0 | 0.80 | 0.97 | 0.12 | 10.23 | 0.94 | 0.45 |
| Hex | E0 | 2C | 7 | 0 | 50 | 61 | C | A | 5E | 2D |
| Octal | 340 | 54 | 7 | 0 | 120 | 141 | 14 | 12 | 136 | 55 |
| Binary | 11100000 | 101100 | 111 | 0 | 1010000 | 1100001 | 1100 | 1010 | 1011110 | 101101 |
Color Harmonies of #E02C07
Complementary color
Monochromatic Colors of #E02C07
Black with #E02C07
Text Example
Text Example
White with #E02C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02C07; }
p { color: rgb(224,44,7); }
H1.HeaderClassName
{
color: #E02C07;
}
.AnyTagClassName
{
color: #E02C07;
}
</style>
background-color css
<style>
a { background-color: #E02C07; }
a { background-color: rgb(224,44,7); }
div.DivClassName
{
background-color: #E02C07;
}
.BgClassName
{
background-color: #E02C07;
}
</style>
border-color css
<style>
span { border-color: #E02C07; }
span { border-color: rgb(224,44,7); }
td.TdClassName
{
border-color: #E02C07;
}
.TagClassName
{
border-color: #E02C07;
}
</style>