Html Css Color HEX #E02011 Harley Davidson Orange

📋 copy color: '#E02011'

red 224 ◦ green 32 ◦ blue 17

#E02011
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #E02011

Tints of Harley Davidson Orange #E02011

RGB

 RED value IS 224 (87.89% from 255) = 82.05%

 GREEN value IS 32 (12.89% from 255) = 11.72%

 BLUE value IS 17 (7.03% from 255) = 6.23%

R = 82.05%
G = 11.72%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E02011 (or 0xE02011) is known color: Harley Davidson Orange. HEX triplet: E0, 20 and 11. RGB value is (224,32,17). Sum of RGB (Red+Green+Blue) = 224+32+17=273 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.05% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 224 - color contains mainly: red. Hex color #E02011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02011 is #1FDFEE. Grayscale: #575757. Windows color (decimal): -2088943 or 1122528. OLE color: 1122528.

HSL color Cylindrical-coordinate representation of color #E02011: hue angle of 4.35º 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 #E02011 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 32 17 -
CMYK 0 0.86 0.92 0.12
HSL 4.35º 0.86% 0.47% -
HSV(B) 4.35º 0.92% 0.88% -
XYZ 31.36 16.92 2.14 -
YUV 87.7 88.11 225.22 -
System Red Green Blue C M Y K H S L
Decimal 224 32 17 0 0.86 0.92 0.12 4.35 0.86 0.47
Hex E0 20 11 0 56 5C C 4 56 2F
Octal 340 40 21 0 126 134 14 4 126 57
Binary 11100000 100000 10001 0 1010110 1011100 1100 100 1010110 101111

Color Harmonies of #E02011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02011

Black with #E02011

Text Example


Text Example

White with #E02011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02011; }

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

 H1.HeaderClassName
 {
   color: #E02011;
 }
 .AnyTagClassName
 {
   color: #E02011;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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