#D1321E

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

Shades of Harley Davidson Orange #D1321E

Tints of Harley Davidson Orange #D1321E

Color information

#D1321E (or 0xD1321E) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 32 and 1E. RGB value is (209,50,30). Sum of RGB (Red+Green+Blue) = 209+50+30=289 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.32% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 209 - color contains mainly: red. Hex color #D1321E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1321E is #2ECDE1. Grayscale: #5F5F5F. Windows color (decimal): -3067362 or 1979089. OLE color: 1979089.

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

Color convert

RGB2095030-
CMYK00.760.860.18
HSL6.7º74.9%46.86%-
HSV(B)6.7º85.65%81.96%-
XYZ27.6715.932.84-
YUV95.2691.18209.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 72.32%
GREEN value IS 50 (19.92% from 255) = 17.30%
BLUE value IS 30 (12.11% from 255) = 10.38%
R=72.32%
G=17.30%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209503000.760.860.186.774.946.86
HexD1321E04C561274b2f
Octal3216236011412622711357
Binary1101000111001011110010011001010110100101111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1321E; }

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

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

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

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

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

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

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

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