#D13E10

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

Shades of Harley Davidson Orange #D13E10

Tints of Harley Davidson Orange #D13E10

Color information

#D13E10 (or 0xD13E10) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 3E and 10. RGB value is (209,62,16). Sum of RGB (Red+Green+Blue) = 209+62+16=287 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.82% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13E10 is #2EC1EF. Grayscale: #656565. Windows color (decimal): -3064304 or 1064657. OLE color: 1064657.

HSL color Cylindrical-coordinate representation of color #D13E10: hue angle of 14.3º 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 #D13E10 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB2096216-
CMYK00.700.920.18
HSL14.3º85.78%44.12%-
HSV(B)14.3º92.34%81.96%-
XYZ28.1117.042.3-
YUV100.7180.2205.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 72.82%
GREEN value IS 62 (24.61% from 255) = 21.60%
BLUE value IS 16 (6.64% from 255) = 5.57%
R=72.82%
G=21.60%
B=5.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209621600.700.920.1814.385.7844.12
HexD13E100465C12e562c
Octal32176200106134221612654
Binary11010001111110100000100011010111001001011101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13E10; }

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

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

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

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

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

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

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

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