#D73014

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

Shades of Harley Davidson Orange #D73014

Tints of Harley Davidson Orange #D73014

Color information

#D73014 (or 0xD73014) is unknown color: approx Harley Davidson Orange. HEX triplet: D7, 30 and 14. RGB value is (215,48,20). Sum of RGB (Red+Green+Blue) = 215+48+20=283 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.97% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 215 - color contains mainly: red. Hex color #D73014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73014 is #28CFEB. Grayscale: #5F5F5F. Windows color (decimal): -2674668 or 1323223. OLE color: 1323223.

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

Color convert

RGB2154820-
CMYK00.780.910.16
HSL8.62º82.98%46.08%-
HSV(B)8.62º90.7%84.31%-
XYZ29.2116.612.33-
YUV94.7485.83213.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 75.97%
GREEN value IS 48 (19.14% from 255) = 16.96%
BLUE value IS 20 (8.20% from 255) = 7.07%
R=75.97%
G=16.96%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215482000.780.910.168.6282.9846.08
HexD7301404E5B109532e
Octal32760240116133201112356
Binary11010111110000101000100111010110111000010011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73014; }

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

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

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

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

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

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

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

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