Html Css Color HEX #E02A02 Harley Davidson Orange
📋 copy color: '#E02A02'red 224 ◦ green 42 ◦ blue 2
Shades of Harley Davidson Orange #E02A02
Tints of Harley Davidson Orange #E02A02
RGB
CMYK
RGB Variations
Color information
#E02A02 (or 0xE02A02) is known color: Harley Davidson Orange. HEX triplet: E0, 2A and 02. RGB value is (224,42,2). Sum of RGB (Red+Green+Blue) = 224+42+2=268 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.58% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02A02 is #1FD5FD. Grayscale: #5C5C5C. Windows color (decimal): -2086398 or 142048. OLE color: 142048.
HSL color Cylindrical-coordinate representation of color #E02A02: hue angle of 10.81º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E02A02 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 2 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.12 |
| HSL | 10.81º | 0.98% | 0.44% | - |
| HSV(B) | 10.81º | 0.99% | 0.88% | - |
| XYZ | 31.58 | 17.51 | 1.77 | - |
| YUV | 91.86 | 77.3 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 2 | 0 | 0.81 | 0.99 | 0.12 | 10.81 | 0.98 | 0.44 |
| Hex | E0 | 2A | 2 | 0 | 51 | 63 | C | B | 62 | 2C |
| Octal | 340 | 52 | 2 | 0 | 121 | 143 | 14 | 13 | 142 | 54 |
| Binary | 11100000 | 101010 | 10 | 0 | 1010001 | 1100011 | 1100 | 1011 | 1100010 | 101100 |
Color Harmonies of #E02A02
Complementary color
Monochromatic Colors of #E02A02
Black with #E02A02
Text Example
Text Example
White with #E02A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02A02; }
p { color: rgb(224,42,2); }
H1.HeaderClassName
{
color: #E02A02;
}
.AnyTagClassName
{
color: #E02A02;
}
</style>
background-color css
<style>
a { background-color: #E02A02; }
a { background-color: rgb(224,42,2); }
div.DivClassName
{
background-color: #E02A02;
}
.BgClassName
{
background-color: #E02A02;
}
</style>
border-color css
<style>
span { border-color: #E02A02; }
span { border-color: rgb(224,42,2); }
td.TdClassName
{
border-color: #E02A02;
}
.TagClassName
{
border-color: #E02A02;
}
</style>