Html Css Color HEX #E22012 Harley Davidson Orange

📋 copy color: '#E22012'

red 226 ◦ green 32 ◦ blue 18

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

Shades of Harley Davidson Orange #E22012

Tints of Harley Davidson Orange #E22012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.52%

R = 81.88%
G = 11.59%
B = 6.52%

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

#E22012 (or 0xE22012) is known color: Harley Davidson Orange. HEX triplet: E2, 20 and 12. RGB value is (226,32,18). Sum of RGB (Red+Green+Blue) = 226+32+18=276 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.88% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 226 - color contains mainly: red. Hex color #E22012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22012 is #1DDFED. Grayscale: #585858. Windows color (decimal): -1957870 or 1188066. OLE color: 1188066.

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

Color convert

RGB 226 32 18 -
CMYK 0 0.86 0.92 0.11
HSL 4.04º 0.85% 0.48% -
HSV(B) 4.04º 0.92% 0.89% -
XYZ 31.99 17.25 2.21 -
YUV 88.41 88.27 226.14 -
System Red Green Blue C M Y K H S L
Decimal 226 32 18 0 0.86 0.92 0.11 4.04 0.85 0.48
Hex E2 20 12 0 56 5C B 4 55 30
Octal 342 40 22 0 126 134 13 4 125 60
Binary 11100010 100000 10010 0 1010110 1011100 1011 100 1010101 110000

Color Harmonies of #E22012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22012

Black with #E22012

Text Example


Text Example

White with #E22012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22012; }

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

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

background-color css

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

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

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

border-color css

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

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

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