#D13E15

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

Shades of Harley Davidson Orange #D13E15

Tints of Harley Davidson Orange #D13E15

Color information

#D13E15 (or 0xD13E15) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 3E and 15. RGB value is (209,62,21). Sum of RGB (Red+Green+Blue) = 209+62+21=292 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.58% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13E15 is #2EC1EA. Grayscale: #656565. Windows color (decimal): -3064299 or 1392337. OLE color: 1392337.

HSL color Cylindrical-coordinate representation of color #D13E15: hue angle of 13.09º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D13E15 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB2096221-
CMYK00.700.900.18
HSL13.09º81.74%45.1%-
HSV(B)13.09º89.95%81.96%-
XYZ28.1517.052.52-
YUV101.2882.7204.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 71.58%
GREEN value IS 62 (24.61% from 255) = 21.23%
BLUE value IS 21 (8.59% from 255) = 7.19%
R=71.58%
G=21.23%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209622100.700.900.1813.0981.7445.1
HexD13E150465A12d522d
Octal32176250106132221512255
Binary11010001111110101010100011010110101001011011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13E15; }

 p { color: rgb(209,62,21); }

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

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

 a { background-color: rgb(209,62,21); }

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

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

 span { border-color: rgb(209,62,21); }

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