#D2321D

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

Shades of Harley Davidson Orange #D2321D

Tints of Harley Davidson Orange #D2321D

Color information

#D2321D (or 0xD2321D) is unknown color: approx Harley Davidson Orange. HEX triplet: D2, 32 and 1D. RGB value is (210,50,29). Sum of RGB (Red+Green+Blue) = 210+50+29=289 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.66% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 210 - color contains mainly: red. Hex color #D2321D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2321D is #2DCDE2. Grayscale: #5F5F5F. Windows color (decimal): -3001827 or 1913554. OLE color: 1913554.

HSL color Cylindrical-coordinate representation of color #D2321D: hue angle of 6.96º degrees, saturation: 0.76, 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 #D2321D is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB2105029-
CMYK00.760.860.18
HSL6.96º75.73%46.86%-
HSV(B)6.96º86.19%82.35%-
XYZ27.9416.072.79-
YUV95.4590.51209.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 72.66%
GREEN value IS 50 (19.92% from 255) = 17.30%
BLUE value IS 29 (11.72% from 255) = 10.03%
R=72.66%
G=17.30%
B=10.03%

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
Decimal210502900.760.860.186.9675.7346.86
HexD2321D04C561274c2f
Octal3226235011412622711457
Binary1101001011001011101010011001010110100101111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2321D; }

 p { color: rgb(210,50,29); }

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

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

 a { background-color: rgb(210,50,29); }

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

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

 span { border-color: rgb(210,50,29); }

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