#E13D19

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

Shades of Harley Davidson Orange #E13D19

Tints of Harley Davidson Orange #E13D19

Color information

#E13D19 (or 0xE13D19) is unknown color: approx Harley Davidson Orange. HEX triplet: E1, 3D and 19. RGB value is (225,61,25). Sum of RGB (Red+Green+Blue) = 225+61+25=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13D19 is #1EC2E6. Grayscale: #6A6A6A. Windows color (decimal): -2015975 or 1654241. OLE color: 1654241.

HSL color Cylindrical-coordinate representation of color #E13D19: hue angle of 10.8º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E13D19 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB2256125-
CMYK00.730.890.12
HSL10.8º80%49.02%-
HSV(B)10.8º88.89%88.24%-
XYZ32.919.422.93-
YUV105.9382.33212.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 72.35%
GREEN value IS 61 (24.22% from 255) = 19.61%
BLUE value IS 25 (10.16% from 255) = 8.04%
R=72.35%
G=19.61%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.89
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225612500.730.890.1210.88049.02
HexE13D1904959Cb5031
Octal34175310111131141312061
Binary1110000111110111001010010011011001110010111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13D19; }

 p { color: rgb(225,61,25); }

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

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

 a { background-color: rgb(225,61,25); }

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

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

 span { border-color: rgb(225,61,25); }

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