#D73114

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

Shades of Harley Davidson Orange #D73114

Tints of Harley Davidson Orange #D73114

Color information

#D73114 (or 0xD73114) is unknown color: approx Harley Davidson Orange. HEX triplet: D7, 31 and 14. RGB value is (215,49,20). Sum of RGB (Red+Green+Blue) = 215+49+20=284 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.70% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 215 - color contains mainly: red. Hex color #D73114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73114 is #28CEEB. Grayscale: #5F5F5F. Windows color (decimal): -2674412 or 1323479. OLE color: 1323479.

HSL color Cylindrical-coordinate representation of color #D73114: hue angle of 8.92º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D73114 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB2154920-
CMYK00.770.910.16
HSL8.92º82.98%46.08%-
HSV(B)8.92º90.7%84.31%-
XYZ29.2516.692.34-
YUV95.3385.5213.36-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 75.70%
GREEN value IS 49 (19.53% from 255) = 17.25%
BLUE value IS 20 (8.20% from 255) = 7.04%
R=75.70%
G=17.25%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215492000.770.910.168.9282.9846.08
HexD7311404D5B109532e
Octal32761240115133201112356
Binary11010111110001101000100110110110111000010011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73114; }

 p { color: rgb(215,49,20); }

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

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

 a { background-color: rgb(215,49,20); }

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

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

 span { border-color: rgb(215,49,20); }

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