#D14715

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

Shades of Harley Davidson Orange #D14715

Tints of Harley Davidson Orange #D14715

Color information

#D14715 (or 0xD14715) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 47 and 15. RGB value is (209,71,21). Sum of RGB (Red+Green+Blue) = 209+71+21=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D14715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14715 is #2EB8EA. Grayscale: #6A6A6A. Windows color (decimal): -3061995 or 1394641. OLE color: 1394641.

HSL color Cylindrical-coordinate representation of color #D14715: hue angle of 15.96º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D14715 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB2097121-
CMYK00.660.900.18
HSL15.96º81.74%45.1%-
HSV(B)15.96º89.95%81.96%-
XYZ28.6818.122.69-
YUV106.5679.72201.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 69.44%
GREEN value IS 71 (28.12% from 255) = 23.59%
BLUE value IS 21 (8.59% from 255) = 6.98%
R=69.44%
G=23.59%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209712100.660.900.1815.9681.7445.1
HexD147150425A1210522d
Octal321107250102132222012255
Binary1101000110001111010101000010101101010010100001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14715; }

 p { color: rgb(209,71,21); }

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

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

 a { background-color: rgb(209,71,21); }

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

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

 span { border-color: rgb(209,71,21); }

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