#E1350C

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

Shades of Harley Davidson Orange #E1350C

Tints of Harley Davidson Orange #E1350C

Color information

#E1350C (or 0xE1350C) is unknown color: approx Harley Davidson Orange. HEX triplet: E1, 35 and 0C. RGB value is (225,53,12). Sum of RGB (Red+Green+Blue) = 225+53+12=290 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.59% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 225 - color contains mainly: red. Hex color #E1350C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1350C is #1ECAF3. Grayscale: #646464. Windows color (decimal): -2018036 or 800225. OLE color: 800225.

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

Color convert

RGB2255312-
CMYK00.760.950.12
HSL11.55º89.87%46.47%-
HSV(B)11.55º94.67%88.24%-
XYZ32.3918.582.23-
YUV99.7578.48217.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 77.59%
GREEN value IS 53 (21.09% from 255) = 18.28%
BLUE value IS 12 (5.08% from 255) = 4.14%
R=77.59%
G=18.28%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.95
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225531200.760.950.1211.5589.8746.47
HexE135C04C5FCc5a2e
Octal34165140114137141413256
Binary111000011101011100010011001011111110011001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1350C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1350C; }

 p { color: rgb(225,53,12); }

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

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

 a { background-color: rgb(225,53,12); }

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

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

 span { border-color: rgb(225,53,12); }

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