Html Css Color HEX #E02A03 Harley Davidson Orange
📋 copy color: '#E02A03'red 224 ◦ green 42 ◦ blue 3
Shades of Harley Davidson Orange #E02A03
Tints of Harley Davidson Orange #E02A03
RGB
CMYK
RGB Variations
Color information
#E02A03 (or 0xE02A03) is known color: Harley Davidson Orange. HEX triplet: E0, 2A and 03. RGB value is (224,42,3). Sum of RGB (Red+Green+Blue) = 224+42+3=269 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.27% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02A03 is #1FD5FC. Grayscale: #5C5C5C. Windows color (decimal): -2086397 or 207584. OLE color: 207584.
HSL color Cylindrical-coordinate representation of color #E02A03: hue angle of 10.59º 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 #E02A03 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 3 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.12 |
| HSL | 10.59º | 0.97% | 0.45% | - |
| HSV(B) | 10.59º | 0.99% | 0.88% | - |
| XYZ | 31.58 | 17.51 | 1.8 | - |
| YUV | 91.97 | 77.8 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 3 | 0 | 0.81 | 0.99 | 0.12 | 10.59 | 0.97 | 0.45 |
| Hex | E0 | 2A | 3 | 0 | 51 | 63 | C | B | 61 | 2D |
| Octal | 340 | 52 | 3 | 0 | 121 | 143 | 14 | 13 | 141 | 55 |
| Binary | 11100000 | 101010 | 11 | 0 | 1010001 | 1100011 | 1100 | 1011 | 1100001 | 101101 |
Color Harmonies of #E02A03
Complementary color
Monochromatic Colors of #E02A03
Black with #E02A03
Text Example
Text Example
White with #E02A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02A03; }
p { color: rgb(224,42,3); }
H1.HeaderClassName
{
color: #E02A03;
}
.AnyTagClassName
{
color: #E02A03;
}
</style>
background-color css
<style>
a { background-color: #E02A03; }
a { background-color: rgb(224,42,3); }
div.DivClassName
{
background-color: #E02A03;
}
.BgClassName
{
background-color: #E02A03;
}
</style>
border-color css
<style>
span { border-color: #E02A03; }
span { border-color: rgb(224,42,3); }
td.TdClassName
{
border-color: #E02A03;
}
.TagClassName
{
border-color: #E02A03;
}
</style>