#E11C12

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

Shades of Harley Davidson Orange #E11C12

Tints of Harley Davidson Orange #E11C12

Color information

#E11C12 (or 0xE11C12) is unknown color: approx Harley Davidson Orange. HEX triplet: E1, 1C and 12. RGB value is (225,28,18). Sum of RGB (Red+Green+Blue) = 225+28+18=271 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.03% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11C12 is #1EE3ED. Grayscale: #565656. Windows color (decimal): -2024430 or 1187041. OLE color: 1187041.

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

Color convert

RGB2252818-
CMYK00.880.920.12
HSL2.9º85.19%47.65%-
HSV(B)2.9º92%88.24%-
XYZ31.5816.882.17-
YUV85.7689.77227.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 83.03%
GREEN value IS 28 (11.33% from 255) = 10.33%
BLUE value IS 18 (7.42% from 255) = 6.64%
R=83.03%
G=10.33%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.92
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225281800.880.920.122.985.1947.65
HexE11C120585CC35530
Octal3413422013013414312560
Binary1110000111100100100101100010111001100111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11C12; }

 p { color: rgb(225,28,18); }

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

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

 a { background-color: rgb(225,28,18); }

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

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

 span { border-color: rgb(225,28,18); }

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