Html Css Color HEX #E02C01 Harley Davidson Orange
📋 copy color: '#E02C01'red 224 ◦ green 44 ◦ blue 1
Shades of Harley Davidson Orange #E02C01
Tints of Harley Davidson Orange #E02C01
RGB
CMYK
RGB Variations
Color information
#E02C01 (or 0xE02C01) is known color: Harley Davidson Orange. HEX triplet: E0, 2C and 01. RGB value is (224,44,1). Sum of RGB (Red+Green+Blue) = 224+44+1=269 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.27% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02C01 is #1FD3FE. Grayscale: #5D5D5D. Windows color (decimal): -2085887 or 77024. OLE color: 77024.
HSL color Cylindrical-coordinate representation of color #E02C01: hue angle of 11.57º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E02C01 is Cyan = 0, Magento = 0.80, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 1 | - |
| CMYK | 0 | 0.80 | 1.00 | 0.12 |
| HSL | 11.57º | 0.99% | 0.44% | - |
| HSV(B) | 11.57º | 1% | 0.88% | - |
| XYZ | 31.65 | 17.65 | 1.77 | - |
| YUV | 92.92 | 76.13 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 1 | 0 | 0.80 | 1.00 | 0.12 | 11.57 | 0.99 | 0.44 |
| Hex | E0 | 2C | 1 | 0 | 50 | 64 | C | C | 63 | 2C |
| Octal | 340 | 54 | 1 | 0 | 120 | 144 | 14 | 14 | 143 | 54 |
| Binary | 11100000 | 101100 | 1 | 0 | 1010000 | 1100100 | 1100 | 1100 | 1100011 | 101100 |
Color Harmonies of #E02C01
Complementary color
Monochromatic Colors of #E02C01
Black with #E02C01
Text Example
Text Example
White with #E02C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02C01; }
p { color: rgb(224,44,1); }
H1.HeaderClassName
{
color: #E02C01;
}
.AnyTagClassName
{
color: #E02C01;
}
</style>
background-color css
<style>
a { background-color: #E02C01; }
a { background-color: rgb(224,44,1); }
div.DivClassName
{
background-color: #E02C01;
}
.BgClassName
{
background-color: #E02C01;
}
</style>
border-color css
<style>
span { border-color: #E02C01; }
span { border-color: rgb(224,44,1); }
td.TdClassName
{
border-color: #E02C01;
}
.TagClassName
{
border-color: #E02C01;
}
</style>