#E02A11

Color #E02A11 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #E02A11

Tints of Harley Davidson Orange #E02A11

Color information

#E02A11 (or 0xE02A11) is unknown color: approx Harley Davidson Orange. HEX triplet: E0, 2A and 11. RGB value is (224,42,17). Sum of RGB (Red+Green+Blue) = 224+42+17=283 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.15% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02A11 is #1FD5EE. Grayscale: #5D5D5D. Windows color (decimal): -2086383 or 1125088. OLE color: 1125088.

HSL color Cylindrical-coordinate representation of color #E02A11: hue angle of 7.25º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E02A11 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB2244217-
CMYK00.810.920.12
HSL7.25º85.89%47.25%-
HSV(B)7.25º92.41%87.84%-
XYZ31.6717.542.25-
YUV93.5784.8221.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 79.15%
GREEN value IS 42 (16.80% from 255) = 14.84%
BLUE value IS 17 (7.03% from 255) = 6.01%
R=79.15%
G=14.84%
B=6.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224421700.810.920.127.2585.8947.25
HexE02A110515CC7562f
Octal3405221012113414712657
Binary111000001010101000101010001101110011001111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02A11; }

 p { color: rgb(224,42,17); }

 H1.HeaderClassName
 {
   color: #E02A11;
 }
 .AnyTagClassName
 {
   color: #E02A11;
 }
</style>
background-color css

<style>
 a { background-color: #E02A11; }

 a { background-color: rgb(224,42,17); }

 div.DivClassName
 {
   background-color: #E02A11;
 }
 .BgClassName
 {
   background-color: #E02A11;
 }
</style>
border-color css

<style>
 span { border-color: #E02A11; }

 span { border-color: rgb(224,42,17); }

 td.TdClassName
 {
   border-color: #E02A11;
 }
 .TagClassName
 {
   border-color: #E02A11;
 }
</style>