#D13C16

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

Shades of Harley Davidson Orange #D13C16

Tints of Harley Davidson Orange #D13C16

Color information

#D13C16 (or 0xD13C16) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 3C and 16. RGB value is (209,60,22). Sum of RGB (Red+Green+Blue) = 209+60+22=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13C16 is #2EC3E9. Grayscale: #646464. Windows color (decimal): -3064810 or 1457361. OLE color: 1457361.

HSL color Cylindrical-coordinate representation of color #D13C16: hue angle of 12.19º 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 #D13C16 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB2096022-
CMYK00.710.890.18
HSL12.19º80.95%45.29%-
HSV(B)12.19º89.47%81.96%-
XYZ28.0616.842.53-
YUV100.2283.86205.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 71.82%
GREEN value IS 60 (23.83% from 255) = 20.62%
BLUE value IS 22 (8.98% from 255) = 7.56%
R=71.82%
G=20.62%
B=7.56%

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
Decimal209602200.710.890.1812.1980.9545.29
HexD13C160475912c512d
Octal32174260107131221412155
Binary11010001111100101100100011110110011001011001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13C16; }

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

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

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

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

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

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

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

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