#D13D16

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

Shades of Harley Davidson Orange #D13D16

Tints of Harley Davidson Orange #D13D16

Color information

#D13D16 (or 0xD13D16) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 3D and 16. RGB value is (209,61,22). Sum of RGB (Red+Green+Blue) = 209+61+22=292 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.58% from 292); Green value is 61 (24.22% from 255 or 20.89% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13D16 is #2EC2E9. Grayscale: #656565. Windows color (decimal): -3064554 or 1457617. OLE color: 1457617.

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

Color convert

RGB2096122-
CMYK00.710.890.18
HSL12.51º80.95%45.29%-
HSV(B)12.51º89.47%81.96%-
XYZ28.1116.952.55-
YUV100.8183.53205.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 71.58%
GREEN value IS 61 (24.22% from 255) = 20.89%
BLUE value IS 22 (8.98% from 255) = 7.53%
R=71.58%
G=20.89%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209612200.710.890.1812.5180.9545.29
HexD13D160475912d512d
Octal32175260107131221512155
Binary11010001111101101100100011110110011001011011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13D16; }

 p { color: rgb(209,61,22); }

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

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

 a { background-color: rgb(209,61,22); }

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

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

 span { border-color: rgb(209,61,22); }

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