#E13310

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

Shades of Harley Davidson Orange #E13310

Tints of Harley Davidson Orange #E13310

Color information

#E13310 (or 0xE13310) is unknown color: approx Harley Davidson Orange. HEX triplet: E1, 33 and 10. RGB value is (225,51,16). Sum of RGB (Red+Green+Blue) = 225+51+16=292 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.05% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 225 - color contains mainly: red. Hex color #E13310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13310 is #1ECCEF. Grayscale: #636363. Windows color (decimal): -2018544 or 1061857. OLE color: 1061857.

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

Color convert

RGB2255116-
CMYK00.770.930.12
HSL10.05º86.72%47.25%-
HSV(B)10.05º92.89%88.24%-
XYZ32.3318.412.34-
YUV99.0481.15217.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 77.05%
GREEN value IS 51 (20.31% from 255) = 17.47%
BLUE value IS 16 (6.64% from 255) = 5.48%
R=77.05%
G=17.47%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225511600.770.930.1210.0586.7247.25
HexE1331004D5DCa572f
Octal34163200115135141212757
Binary1110000111001110000010011011011101110010101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13310; }

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

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

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

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

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

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

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

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