Html Css Color HEX #E22011 Harley Davidson Orange

📋 copy color: '#E22011'

red 226 ◦ green 32 ◦ blue 17

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

Shades of Harley Davidson Orange #E22011

Tints of Harley Davidson Orange #E22011

RGB

 RED value IS 226 (88.67% from 255) = 82.18%

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

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

R = 82.18%
G = 11.64%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E22011 (or 0xE22011) is known color: Harley Davidson Orange. HEX triplet: E2, 20 and 11. RGB value is (226,32,17). Sum of RGB (Red+Green+Blue) = 226+32+17=275 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.18% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 226 - color contains mainly: red. Hex color #E22011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22011 is #1DDFEE. Grayscale: #585858. Windows color (decimal): -1957871 or 1122530. OLE color: 1122530.

HSL color Cylindrical-coordinate representation of color #E22011: hue angle of 4.31º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E22011 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 32 17 -
CMYK 0 0.86 0.92 0.11
HSL 4.31º 0.86% 0.48% -
HSV(B) 4.31º 0.92% 0.89% -
XYZ 31.98 17.24 2.17 -
YUV 88.3 87.77 226.22 -
System Red Green Blue C M Y K H S L
Decimal 226 32 17 0 0.86 0.92 0.11 4.31 0.86 0.48
Hex E2 20 11 0 56 5C B 4 56 30
Octal 342 40 21 0 126 134 13 4 126 60
Binary 11100010 100000 10001 0 1010110 1011100 1011 100 1010110 110000

Color Harmonies of #E22011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22011

Black with #E22011

Text Example


Text Example

White with #E22011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22011; }

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

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

background-color css

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

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

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

border-color css

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

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

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