#D34006

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

Shades of Harley Davidson Orange #D34006

Tints of Harley Davidson Orange #D34006

Color information

#D34006 (or 0xD34006) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 40 and 06. RGB value is (211,64,6). Sum of RGB (Red+Green+Blue) = 211+64+6=281 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.09% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 211 - color contains mainly: red. Hex color #D34006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34006 is #2CBFF9. Grayscale: #656565. Windows color (decimal): -2932730 or 409811. OLE color: 409811.

HSL color Cylindrical-coordinate representation of color #D34006: hue angle of 16.98º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D34006 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB211646-
CMYK00.700.970.17
HSL16.98º94.47%42.55%-
HSV(B)16.98º97.16%82.75%-
XYZ28.7317.532.04-
YUV101.3474.2206.22-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 75.09%
GREEN value IS 64 (25.39% from 255) = 22.78%
BLUE value IS 6 (2.73% from 255) = 2.14%
R=75.09%
G=22.78%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.97
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21164600.700.970.1716.9894.4742.55
HexD34060466111115e2b
Octal32310060106141212113653
Binary11010011100000011001000110110000110001100011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34006; }

 p { color: rgb(211,64,6); }

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

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

 a { background-color: rgb(211,64,6); }

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

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

 span { border-color: rgb(211,64,6); }

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