Html Css Color HEX #E02C06 Harley Davidson Orange
📋 copy color: '#E02C06'red 224 ◦ green 44 ◦ blue 6
Shades of Harley Davidson Orange #E02C06
Tints of Harley Davidson Orange #E02C06
RGB
CMYK
RGB Variations
Color information
#E02C06 (or 0xE02C06) is known color: Harley Davidson Orange. HEX triplet: E0, 2C and 06. RGB value is (224,44,6). Sum of RGB (Red+Green+Blue) = 224+44+6=274 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.75% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02C06 is #1FD3F9. Grayscale: #5D5D5D. Windows color (decimal): -2085882 or 404704. OLE color: 404704.
HSL color Cylindrical-coordinate representation of color #E02C06: hue angle of 10.46º degrees, saturation: 0.95, 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 #E02C06 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 6 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.12 |
| HSL | 10.46º | 0.95% | 0.45% | - |
| HSV(B) | 10.46º | 0.97% | 0.88% | - |
| XYZ | 31.67 | 17.66 | 1.91 | - |
| YUV | 93.49 | 78.63 | 221.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 6 | 0 | 0.80 | 0.97 | 0.12 | 10.46 | 0.95 | 0.45 |
| Hex | E0 | 2C | 6 | 0 | 50 | 61 | C | A | 5F | 2D |
| Octal | 340 | 54 | 6 | 0 | 120 | 141 | 14 | 12 | 137 | 55 |
| Binary | 11100000 | 101100 | 110 | 0 | 1010000 | 1100001 | 1100 | 1010 | 1011111 | 101101 |
Color Harmonies of #E02C06
Complementary color
Monochromatic Colors of #E02C06
Black with #E02C06
Text Example
Text Example
White with #E02C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02C06; }
p { color: rgb(224,44,6); }
H1.HeaderClassName
{
color: #E02C06;
}
.AnyTagClassName
{
color: #E02C06;
}
</style>
background-color css
<style>
a { background-color: #E02C06; }
a { background-color: rgb(224,44,6); }
div.DivClassName
{
background-color: #E02C06;
}
.BgClassName
{
background-color: #E02C06;
}
</style>
border-color css
<style>
span { border-color: #E02C06; }
span { border-color: rgb(224,44,6); }
td.TdClassName
{
border-color: #E02C06;
}
.TagClassName
{
border-color: #E02C06;
}
</style>