#D13402

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

Shades of Harley Davidson Orange #D13402

Tints of Harley Davidson Orange #D13402

Color information

#D13402 (or 0xD13402) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 34 and 02. RGB value is (209,52,2). Sum of RGB (Red+Green+Blue) = 209+52+2=263 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.47% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 209 - color contains mainly: red. Hex color #D13402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13402 is #2ECBFD. Grayscale: #5D5D5D. Windows color (decimal): -3066878 or 144593. OLE color: 144593.

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

Color convert

RGB209522-
CMYK00.750.990.18
HSL14.49º98.1%41.37%-
HSV(B)14.49º99.04%81.96%-
XYZ27.5316.021.7-
YUV93.2476.51210.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 79.47%
GREEN value IS 52 (20.70% from 255) = 19.77%
BLUE value IS 2 (1.17% from 255) = 0.76%
R=79.47%
G=19.77%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20952200.750.990.1814.4998.141.37
HexD134204B6312e6229
Octal3216420113143221614251
Binary11010001110100100100101111000111001011101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13402; }

 p { color: rgb(209,52,2); }

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

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

 a { background-color: rgb(209,52,2); }

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

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

 span { border-color: rgb(209,52,2); }

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