#D13D10

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

Shades of Harley Davidson Orange #D13D10

Tints of Harley Davidson Orange #D13D10

Color information

#D13D10 (or 0xD13D10) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 3D and 10. RGB value is (209,61,16). Sum of RGB (Red+Green+Blue) = 209+61+16=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13D10 is #2EC2EF. Grayscale: #646464. Windows color (decimal): -3064560 or 1064401. OLE color: 1064401.

HSL color Cylindrical-coordinate representation of color #D13D10: hue angle of 13.99º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D13D10 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB2096116-
CMYK00.710.920.18
HSL13.99º85.78%44.12%-
HSV(B)13.99º92.34%81.96%-
XYZ28.0616.932.28-
YUV100.1280.53205.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 73.08%
GREEN value IS 61 (24.22% from 255) = 21.33%
BLUE value IS 16 (6.64% from 255) = 5.59%
R=73.08%
G=21.33%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.92
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209611600.710.920.1813.9985.7844.12
HexD13D100475C12e562c
Octal32175200107134221612654
Binary11010001111101100000100011110111001001011101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13D10; }

 p { color: rgb(209,61,16); }

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

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

 a { background-color: rgb(209,61,16); }

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

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

 span { border-color: rgb(209,61,16); }

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