#D4321D

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

Shades of Harley Davidson Orange #D4321D

Tints of Harley Davidson Orange #D4321D

Color information

#D4321D (or 0xD4321D) is unknown color: approx Harley Davidson Orange. HEX triplet: D4, 32 and 1D. RGB value is (212,50,29). Sum of RGB (Red+Green+Blue) = 212+50+29=291 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.85% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 212 - color contains mainly: red. Hex color #D4321D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4321D is #2BCDE2. Grayscale: #606060. Windows color (decimal): -2870755 or 1913556. OLE color: 1913556.

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

Color convert

RGB2125029-
CMYK00.760.860.17
HSL6.89º75.93%47.25%-
HSV(B)6.89º86.32%83.14%-
XYZ28.5116.372.82-
YUV96.0490.17210.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 72.85%
GREEN value IS 50 (19.92% from 255) = 17.18%
BLUE value IS 29 (11.72% from 255) = 9.97%
R=72.85%
G=17.18%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212502900.760.860.176.8975.9347.25
HexD4321D04C561174c2f
Octal3246235011412621711457
Binary1101010011001011101010011001010110100011111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4321D; }

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

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

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

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

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

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

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

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