#E12A1A

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

Shades of Harley Davidson Orange #E12A1A

Tints of Harley Davidson Orange #E12A1A

Color information

#E12A1A (or 0xE12A1A) is unknown color: approx Harley Davidson Orange. HEX triplet: E1, 2A and 1A. RGB value is (225,42,26). Sum of RGB (Red+Green+Blue) = 225+42+26=293 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.79% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 225 - color contains mainly: red. Hex color #E12A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12A1A is #1ED5E5. Grayscale: #5F5F5F. Windows color (decimal): -2020838 or 1714913. OLE color: 1714913.

HSL color Cylindrical-coordinate representation of color #E12A1A: hue angle of 4.82º 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 #E12A1A is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB2254226-
CMYK00.810.880.12
HSL4.82º79.28%49.22%-
HSV(B)4.82º88.44%88.24%-
XYZ32.0717.742.71-
YUV94.8989.13220.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 76.79%
GREEN value IS 42 (16.80% from 255) = 14.33%
BLUE value IS 26 (10.55% from 255) = 8.87%
R=76.79%
G=14.33%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225422600.810.880.124.8279.2849.22
HexE12A1A05158C54f31
Octal3415232012113014511761
Binary111000011010101101001010001101100011001011001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12A1A; }

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

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

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

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

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

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

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

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