#e11e1b

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

Shades of Harley Davidson Orange #E11E1B

Tints of Harley Davidson Orange #E11E1B

Color information

#E11E1B (or 0xE11E1B) is unknown color: approx Harley Davidson Orange. HEX triplet: E1, 1E and 1B. RGB value is (225,30,27). Sum of RGB (Red+Green+Blue) = 225+30+27=282 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.79% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11E1B is #1EE1E4. Grayscale: #585858. Windows color (decimal): -2023909 or 1777377. OLE color: 1777377.

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

Color convert

RGB2253027-
CMYK00.870.880.12
HSL0.91º78.57%49.41%-
HSV(B)0.91º88%88.24%-
XYZ31.7117.022.65-
YUV87.9693.6225.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 79.79%
GREEN value IS 30 (12.11% from 255) = 10.64%
BLUE value IS 27 (10.94% from 255) = 9.57%
R=79.79%
G=10.64%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225302700.870.880.120.9178.5749.41
HexE11E1B05758C14f31
Octal3413633012713014111761
Binary111000011111011011010101111011000110011001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e11e1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e11e1b; }

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

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

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

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

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

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

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

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