#D13701

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

Shades of Harley Davidson Orange #D13701

Tints of Harley Davidson Orange #D13701

Color information

#D13701 (or 0xD13701) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 37 and 01. RGB value is (209,55,1). Sum of RGB (Red+Green+Blue) = 209+55+1=265 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.87% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 209 - color contains mainly: red. Hex color #D13701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13701 is #2EC8FE. Grayscale: #5F5F5F. Windows color (decimal): -3066111 or 79825. OLE color: 79825.

HSL color Cylindrical-coordinate representation of color #D13701: hue angle of 15.58º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D13701 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB209551-
CMYK00.741.000.18
HSL15.58º99.05%41.18%-
HSV(B)15.58º99.52%81.96%-
XYZ27.6716.291.71-
YUV94.8975.02209.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 78.87%
GREEN value IS 55 (21.88% from 255) = 20.75%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=78.87%
G=20.75%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20955100.741.000.1815.5899.0541.18
HexD137104A6412106329
Octal3216710112144222014351
Binary11010001110111101001010110010010010100001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13701; }

 p { color: rgb(209,55,1); }

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

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

 a { background-color: rgb(209,55,1); }

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

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

 span { border-color: rgb(209,55,1); }

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