#E1291A

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

Shades of Harley Davidson Orange #E1291A

Tints of Harley Davidson Orange #E1291A

Color information

#E1291A (or 0xE1291A) is unknown color: approx Harley Davidson Orange. HEX triplet: E1, 29 and 1A. RGB value is (225,41,26). Sum of RGB (Red+Green+Blue) = 225+41+26=292 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.05% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 225 - color contains mainly: red. Hex color #E1291A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1291A is #1ED6E5. Grayscale: #5E5E5E. Windows color (decimal): -2021094 or 1714657. OLE color: 1714657.

HSL color Cylindrical-coordinate representation of color #E1291A: hue angle of 4.52º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1291A is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB2254126-
CMYK00.820.880.12
HSL4.52º79.28%49.22%-
HSV(B)4.52º88.44%88.24%-
XYZ32.0317.672.7-
YUV94.3189.46221.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 77.05%
GREEN value IS 41 (16.41% from 255) = 14.04%
BLUE value IS 26 (10.55% from 255) = 8.90%
R=77.05%
G=14.04%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225412600.820.880.124.5279.2849.22
HexE1291A05258C54f31
Octal3415132012213014511761
Binary111000011010011101001010010101100011001011001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1291A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1291A; }

 p { color: rgb(225,41,26); }

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

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

 a { background-color: rgb(225,41,26); }

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

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

 span { border-color: rgb(225,41,26); }

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