#E22811

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

Shades of Harley Davidson Orange #E22811

Tints of Harley Davidson Orange #E22811

Color information

#E22811 (or 0xE22811) is unknown color: approx Harley Davidson Orange. HEX triplet: E2, 28 and 11. RGB value is (226,40,17). Sum of RGB (Red+Green+Blue) = 226+40+17=283 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.86% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 226 - color contains mainly: red. Hex color #E22811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22811 is #1DD7EE. Grayscale: #5D5D5D. Windows color (decimal): -1955823 or 1124578. OLE color: 1124578.

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

Color convert

RGB2264017-
CMYK00.820.920.11
HSL6.6º86.01%47.65%-
HSV(B)6.6º92.48%88.63%-
XYZ32.2217.732.25-
YUV92.9985.12222.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 79.86%
GREEN value IS 40 (16.02% from 255) = 14.13%
BLUE value IS 17 (7.03% from 255) = 6.01%
R=79.86%
G=14.13%
B=6.01%

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
Decimal226401700.820.920.116.686.0147.65
HexE228110525CB75630
Octal3425021012213413712660
Binary111000101010001000101010010101110010111111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E22811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E22811; }

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

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

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

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

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

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

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

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