#E22911

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

Shades of Harley Davidson Orange #E22911

Tints of Harley Davidson Orange #E22911

Color information

#E22911 (or 0xE22911) is unknown color: approx Harley Davidson Orange. HEX triplet: E2, 29 and 11. RGB value is (226,41,17). Sum of RGB (Red+Green+Blue) = 226+41+17=284 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.58% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 226 - color contains mainly: red. Hex color #E22911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22911 is #1DD6EE. Grayscale: #5D5D5D. Windows color (decimal): -1955567 or 1124834. OLE color: 1124834.

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

Color convert

RGB2264117-
CMYK00.820.920.11
HSL6.89º86.01%47.65%-
HSV(B)6.89º92.48%88.63%-
XYZ32.2617.82.26-
YUV93.5884.79222.45-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 79.58%
GREEN value IS 41 (16.41% from 255) = 14.44%
BLUE value IS 17 (7.03% from 255) = 5.99%
R=79.58%
G=14.44%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226411700.820.920.116.8986.0147.65
HexE229110525CB75630
Octal3425121012213413712660
Binary111000101010011000101010010101110010111111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E22911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E22911; }

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

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

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

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

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

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

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

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