#D73A16

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

Shades of Harley Davidson Orange #D73A16

Tints of Harley Davidson Orange #D73A16

Color information

#D73A16 (or 0xD73A16) is unknown color: approx Harley Davidson Orange. HEX triplet: D7, 3A and 16. RGB value is (215,58,22). Sum of RGB (Red+Green+Blue) = 215+58+22=295 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.88% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 215 - color contains mainly: red. Hex color #D73A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73A16 is #28C5E9. Grayscale: #656565. Windows color (decimal): -2672106 or 1456855. OLE color: 1456855.

HSL color Cylindrical-coordinate representation of color #D73A16: hue angle of 11.19º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D73A16 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB2155822-
CMYK00.730.900.16
HSL11.19º81.43%46.47%-
HSV(B)11.19º89.77%84.31%-
XYZ29.6817.532.58-
YUV100.8483.51209.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 72.88%
GREEN value IS 58 (23.05% from 255) = 19.66%
BLUE value IS 22 (8.98% from 255) = 7.46%
R=72.88%
G=19.66%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215582200.730.900.1611.1981.4346.47
HexD73A160495A10b512e
Octal32772260111132201312156
Binary11010111111010101100100100110110101000010111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73A16; }

 p { color: rgb(215,58,22); }

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

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

 a { background-color: rgb(215,58,22); }

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

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

 span { border-color: rgb(215,58,22); }

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