#D1321F

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

Shades of Harley Davidson Orange #D1321F

Tints of Harley Davidson Orange #D1321F

Color information

#D1321F (or 0xD1321F) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 32 and 1F. RGB value is (209,50,31). Sum of RGB (Red+Green+Blue) = 209+50+31=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D1321F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1321F is #2ECDE0. Grayscale: #5F5F5F. Windows color (decimal): -3067361 or 2044625. OLE color: 2044625.

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

Color convert

RGB2095031-
CMYK00.760.850.18
HSL6.4º74.17%47.06%-
HSV(B)6.4º85.17%81.96%-
XYZ27.6815.942.91-
YUV95.3891.68209.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 72.07%
GREEN value IS 50 (19.92% from 255) = 17.24%
BLUE value IS 31 (12.5% from 255) = 10.69%
R=72.07%
G=17.24%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209503100.760.850.186.474.1747.06
HexD1321F04C551264a2f
Octal3216237011412522611257
Binary1101000111001011111010011001010101100101101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1321F; }

 p { color: rgb(209,50,31); }

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

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

 a { background-color: rgb(209,50,31); }

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

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

 span { border-color: rgb(209,50,31); }

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