#E2290A

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

Shades of Harley Davidson Orange #E2290A

Tints of Harley Davidson Orange #E2290A

Color information

#E2290A (or 0xE2290A) is unknown color: approx Harley Davidson Orange. HEX triplet: E2, 29 and 0A. RGB value is (226,41,10). Sum of RGB (Red+Green+Blue) = 226+41+10=277 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.59% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 226 - color contains mainly: red. Hex color #E2290A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2290A is #1DD6F5. Grayscale: #5D5D5D. Windows color (decimal): -1955574 or 666082. OLE color: 666082.

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

Color convert

RGB2264110-
CMYK00.820.960.11
HSL8.61º91.53%46.27%-
HSV(B)8.61º95.58%88.63%-
XYZ32.2117.782.02-
YUV92.7881.29223.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 81.59%
GREEN value IS 41 (16.41% from 255) = 14.80%
BLUE value IS 10 (4.30% from 255) = 3.61%
R=81.59%
G=14.80%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226411000.820.960.118.6191.5346.27
HexE229A05260B95c2e
Octal34251120122140131113456
Binary111000101010011010010100101100000101110011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2290A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2290A; }

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

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

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

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

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

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

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

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