#E13510

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

Shades of Harley Davidson Orange #E13510

Tints of Harley Davidson Orange #E13510

Color information

#E13510 (or 0xE13510) is unknown color: approx Harley Davidson Orange. HEX triplet: E1, 35 and 10. RGB value is (225,53,16). Sum of RGB (Red+Green+Blue) = 225+53+16=294 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.53% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 225 - color contains mainly: red. Hex color #E13510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13510 is #1ECAEF. Grayscale: #646464. Windows color (decimal): -2018032 or 1062369. OLE color: 1062369.

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

Color convert

RGB2255316-
CMYK00.760.930.12
HSL10.62º86.72%47.25%-
HSV(B)10.62º92.89%88.24%-
XYZ32.4218.592.37-
YUV100.2180.48217.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 76.53%
GREEN value IS 53 (21.09% from 255) = 18.03%
BLUE value IS 16 (6.64% from 255) = 5.44%
R=76.53%
G=18.03%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225531600.760.930.1210.6286.7247.25
HexE1351004C5DCb572f
Octal34165200114135141312757
Binary1110000111010110000010011001011101110010111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13510; }

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

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

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

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

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

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

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

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