#d1370c

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

Shades of Harley Davidson Orange #D1370C

Tints of Harley Davidson Orange #D1370C

Color information

#D1370C (or 0xD1370C) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 37 and 0C. RGB value is (209,55,12). Sum of RGB (Red+Green+Blue) = 209+55+12=276 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.72% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 209 - color contains mainly: red. Hex color #D1370C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1370C is #2EC8F3. Grayscale: #606060. Windows color (decimal): -3066100 or 800721. OLE color: 800721.

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

Color convert

RGB2095512-
CMYK00.740.940.18
HSL13.1º89.14%43.33%-
HSV(B)13.1º94.26%81.96%-
XYZ27.7316.312.04-
YUV96.1480.52208.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 75.72%
GREEN value IS 55 (21.88% from 255) = 19.93%
BLUE value IS 12 (5.08% from 255) = 4.35%
R=75.72%
G=19.93%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209551200.740.940.1813.189.1443.33
HexD137C04A5E12d592b
Octal32167140112136221513153
Binary1101000111011111000100101010111101001011011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1370c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1370c; }

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

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

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

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

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

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

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

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