#E12A06

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

Shades of Harley Davidson Orange #E12A06

Tints of Harley Davidson Orange #E12A06

Color information

#E12A06 (or 0xE12A06) is unknown color: approx Harley Davidson Orange. HEX triplet: E1, 2A and 06. RGB value is (225,42,6). Sum of RGB (Red+Green+Blue) = 225+42+6=273 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.42% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 225 - color contains mainly: red. Hex color #E12A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12A06 is #1ED5F9. Grayscale: #5C5C5C. Windows color (decimal): -2020858 or 404193. OLE color: 404193.

HSL color Cylindrical-coordinate representation of color #E12A06: hue angle of 9.86º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E12A06 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB225426-
CMYK00.810.970.12
HSL9.86º94.81%45.29%-
HSV(B)9.86º97.33%88.24%-
XYZ31.9117.681.9-
YUV92.6179.13222.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 82.42%
GREEN value IS 42 (16.80% from 255) = 15.38%
BLUE value IS 6 (2.73% from 255) = 2.20%
R=82.42%
G=15.38%
B=2.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.97
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22542600.810.970.129.8694.8145.29
HexE12A605161Ca5f2d
Octal3415260121141141213755
Binary11100001101010110010100011100001110010101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12A06; }

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

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

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

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

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

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

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

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