#D14106

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

Shades of Harley Davidson Orange #D14106

Tints of Harley Davidson Orange #D14106

Color information

#D14106 (or 0xD14106) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 41 and 06. RGB value is (209,65,6). Sum of RGB (Red+Green+Blue) = 209+65+6=280 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.64% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 6 (2.73% from 255 or 2.14% from 280); Max value from RGB is 209 - color contains mainly: red. Hex color #D14106 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14106 is #2EBEF9. Grayscale: #656565. Windows color (decimal): -3063546 or 410065. OLE color: 410065.

HSL color Cylindrical-coordinate representation of color #D14106: hue angle of 17.44º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D14106 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB209656-
CMYK00.690.970.18
HSL17.44º94.42%42.16%-
HSV(B)17.44º97.13%81.96%-
XYZ28.2217.352.03-
YUV101.3374.21204.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 74.64%
GREEN value IS 65 (25.78% from 255) = 23.21%
BLUE value IS 6 (2.73% from 255) = 2.14%
R=74.64%
G=23.21%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.97
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20965600.690.970.1817.4494.4242.16
HexD14160456112115e2a
Octal32110160105141222113652
Binary11010001100000111001000101110000110010100011011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14106; }

 p { color: rgb(209,65,6); }

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

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

 a { background-color: rgb(209,65,6); }

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

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

 span { border-color: rgb(209,65,6); }

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