#D32006

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

Shades of Harley Davidson Orange #D32006

Tints of Harley Davidson Orange #D32006

Color information

#D32006 (or 0xD32006) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 20 and 06. RGB value is (211,32,6). Sum of RGB (Red+Green+Blue) = 211+32+6=249 (32% of max value = 765). Red value is 211 (82.81% from 255 or 84.74% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 211 - color contains mainly: red. Hex color #D32006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32006 is #2CDFF9. Grayscale: #525252. Windows color (decimal): -2940922 or 401619. OLE color: 401619.

HSL color Cylindrical-coordinate representation of color #D32006: hue angle of 7.61º 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 #D32006 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB211326-
CMYK00.850.970.17
HSL7.61º94.47%42.55%-
HSV(B)7.61º97.16%82.75%-
XYZ27.4114.91.6-
YUV82.5684.8219.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 84.74%
GREEN value IS 32 (12.89% from 255) = 12.85%
BLUE value IS 6 (2.73% from 255) = 2.41%
R=84.74%
G=12.85%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.97
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21132600.850.970.177.6194.4742.55
HexD3206055611185e2b
Octal3234060125141211013653
Binary110100111000001100101010111000011000110001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D32006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D32006; }

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

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

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

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

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

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

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

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