#D12616

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

Shades of Harley Davidson Orange #D12616

Tints of Harley Davidson Orange #D12616

Color information

#D12616 (or 0xD12616) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 26 and 16. RGB value is (209,38,22). Sum of RGB (Red+Green+Blue) = 209+38+22=269 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.70% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 209 - color contains mainly: red. Hex color #D12616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12616 is #2ED9E9. Grayscale: #575757. Windows color (decimal): -3070442 or 1451729. OLE color: 1451729.

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

Color convert

RGB2093822-
CMYK00.820.890.18
HSL5.13º80.95%45.29%-
HSV(B)5.13º89.47%81.96%-
XYZ27.13152.22-
YUV87.391.15214.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 77.70%
GREEN value IS 38 (15.23% from 255) = 14.13%
BLUE value IS 22 (8.98% from 255) = 8.18%
R=77.70%
G=14.13%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209382200.820.890.185.1380.9545.29
HexD1261605259125512d
Octal3214626012213122512155
Binary1101000110011010110010100101011001100101011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12616; }

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

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

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

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

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

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

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

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