Html Css Color HEX #E02C03 Harley Davidson Orange
📋 copy color: '#E02C03'red 224 ◦ green 44 ◦ blue 3
Shades of Harley Davidson Orange #E02C03
Tints of Harley Davidson Orange #E02C03
RGB
CMYK
RGB Variations
Color information
#E02C03 (or 0xE02C03) is known color: Harley Davidson Orange. HEX triplet: E0, 2C and 03. RGB value is (224,44,3). Sum of RGB (Red+Green+Blue) = 224+44+3=271 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.66% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02C03 is #1FD3FC. Grayscale: #5D5D5D. Windows color (decimal): -2085885 or 208096. OLE color: 208096.
HSL color Cylindrical-coordinate representation of color #E02C03: hue angle of 11.13º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E02C03 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 3 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.12 |
| HSL | 11.13º | 0.97% | 0.45% | - |
| HSV(B) | 11.13º | 0.99% | 0.88% | - |
| XYZ | 31.66 | 17.66 | 1.83 | - |
| YUV | 93.15 | 77.13 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 3 | 0 | 0.80 | 0.99 | 0.12 | 11.13 | 0.97 | 0.45 |
| Hex | E0 | 2C | 3 | 0 | 50 | 63 | C | B | 61 | 2D |
| Octal | 340 | 54 | 3 | 0 | 120 | 143 | 14 | 13 | 141 | 55 |
| Binary | 11100000 | 101100 | 11 | 0 | 1010000 | 1100011 | 1100 | 1011 | 1100001 | 101101 |
Color Harmonies of #E02C03
Complementary color
Monochromatic Colors of #E02C03
Black with #E02C03
Text Example
Text Example
White with #E02C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02C03; }
p { color: rgb(224,44,3); }
H1.HeaderClassName
{
color: #E02C03;
}
.AnyTagClassName
{
color: #E02C03;
}
</style>
background-color css
<style>
a { background-color: #E02C03; }
a { background-color: rgb(224,44,3); }
div.DivClassName
{
background-color: #E02C03;
}
.BgClassName
{
background-color: #E02C03;
}
</style>
border-color css
<style>
span { border-color: #E02C03; }
span { border-color: rgb(224,44,3); }
td.TdClassName
{
border-color: #E02C03;
}
.TagClassName
{
border-color: #E02C03;
}
</style>