#E11B12

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

Shades of Harley Davidson Orange #E11B12

Tints of Harley Davidson Orange #E11B12

Color information

#E11B12 (or 0xE11B12) is unknown color: approx Harley Davidson Orange. HEX triplet: E1, 1B and 12. RGB value is (225,27,18). Sum of RGB (Red+Green+Blue) = 225+27+18=270 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.33% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 225 - color contains mainly: red. Hex color #E11B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11B12 is #1EE4ED. Grayscale: #555555. Windows color (decimal): -2024686 or 1186785. OLE color: 1186785.

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

Color convert

RGB2252718-
CMYK00.880.920.12
HSL2.61º85.19%47.65%-
HSV(B)2.61º92%88.24%-
XYZ31.5516.842.16-
YUV85.1890.1227.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 83.33%
GREEN value IS 27 (10.94% from 255) = 10%
BLUE value IS 18 (7.42% from 255) = 6.67%
R=83.33%
G=10%
B=6.67%

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
Decimal225271800.880.920.122.6185.1947.65
HexE11B120585CC35530
Octal3413322013013414312560
Binary1110000111011100100101100010111001100111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11B12; }

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

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

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

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

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

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

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

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