#E11C14

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

Shades of Harley Davidson Orange #E11C14

Tints of Harley Davidson Orange #E11C14

Color information

#E11C14 (or 0xE11C14) is unknown color: approx Harley Davidson Orange. HEX triplet: E1, 1C and 14. RGB value is (225,28,20). Sum of RGB (Red+Green+Blue) = 225+28+20=273 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.42% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11C14 is #1EE3EB. Grayscale: #565656. Windows color (decimal): -2024428 or 1318113. OLE color: 1318113.

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

Color convert

RGB2252820-
CMYK00.880.910.12
HSL2.34º83.67%48.04%-
HSV(B)2.34º91.11%88.24%-
XYZ31.5916.892.26-
YUV85.9990.77227.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 82.42%
GREEN value IS 28 (11.33% from 255) = 10.26%
BLUE value IS 20 (8.20% from 255) = 7.33%
R=82.42%
G=10.26%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.91
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225282000.880.910.122.3483.6748.04
HexE11C140585BC25430
Octal3413424013013314212460
Binary1110000111100101000101100010110111100101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11C14; }

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

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

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

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

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

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

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

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