#E22210

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

Shades of Harley Davidson Orange #E22210

Tints of Harley Davidson Orange #E22210

Color information

#E22210 (or 0xE22210) is unknown color: approx Harley Davidson Orange. HEX triplet: E2, 22 and 10. RGB value is (226,34,16). Sum of RGB (Red+Green+Blue) = 226+34+16=276 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.88% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 226 - color contains mainly: red. Hex color #E22210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22210 is #1DDDEF. Grayscale: #595959. Windows color (decimal): -1957360 or 1057506. OLE color: 1057506.

HSL color Cylindrical-coordinate representation of color #E22210: hue angle of 5.14º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E22210 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB2263416-
CMYK00.850.930.11
HSL5.14º86.78%47.45%-
HSV(B)5.14º92.92%88.63%-
XYZ32.0317.352.15-
YUV89.3686.61225.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 81.88%
GREEN value IS 34 (13.67% from 255) = 12.32%
BLUE value IS 16 (6.64% from 255) = 5.80%
R=81.88%
G=12.32%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226341600.850.930.115.1486.7847.45
HexE222100555DB5572f
Octal3424220012513513512757
Binary111000101000101000001010101101110110111011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E22210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E22210; }

 p { color: rgb(226,34,16); }

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

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

 a { background-color: rgb(226,34,16); }

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

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

 span { border-color: rgb(226,34,16); }

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