#D73C16

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

Shades of Harley Davidson Orange #D73C16

Tints of Harley Davidson Orange #D73C16

Color information

#D73C16 (or 0xD73C16) is unknown color: approx Harley Davidson Orange. HEX triplet: D7, 3C and 16. RGB value is (215,60,22). Sum of RGB (Red+Green+Blue) = 215+60+22=297 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.39% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73C16 is #28C3E9. Grayscale: #666666. Windows color (decimal): -2671594 or 1457367. OLE color: 1457367.

HSL color Cylindrical-coordinate representation of color #D73C16: hue angle of 11.81º 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 #D73C16 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB2156022-
CMYK00.720.900.16
HSL11.81º81.43%46.47%-
HSV(B)11.81º89.77%84.31%-
XYZ29.7917.742.61-
YUV102.0182.85208.59-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 72.39%
GREEN value IS 60 (23.83% from 255) = 20.20%
BLUE value IS 22 (8.98% from 255) = 7.41%
R=72.39%
G=20.20%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215602200.720.900.1611.8181.4346.47
HexD73C160485A10c512e
Octal32774260110132201412156
Binary11010111111100101100100100010110101000011001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73C16; }

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

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

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

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

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

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

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

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