#D92606

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

Shades of Harley Davidson Orange #D92606

Tints of Harley Davidson Orange #D92606

Color information

#D92606 (or 0xD92606) is unknown color: approx Harley Davidson Orange. HEX triplet: D9, 26 and 06. RGB value is (217,38,6). Sum of RGB (Red+Green+Blue) = 217+38+6=261 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.14% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 217 - color contains mainly: red. Hex color #D92606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92606 is #26D9F9. Grayscale: #585858. Windows color (decimal): -2546170 or 403161. OLE color: 403161.

HSL color Cylindrical-coordinate representation of color #D92606: hue angle of 9.1º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D92606 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB217386-
CMYK00.820.970.15
HSL9.1º94.62%43.73%-
HSV(B)9.1º97.24%85.1%-
XYZ29.3416.151.74-
YUV87.8781.8220.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 83.14%
GREEN value IS 38 (15.23% from 255) = 14.56%
BLUE value IS 6 (2.73% from 255) = 2.30%
R=83.14%
G=14.56%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.97
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21738600.820.970.159.194.6243.73
HexD926605261F95f2c
Octal3314660122141171113754
Binary11011001100110110010100101100001111110011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92606; }

 p { color: rgb(217,38,6); }

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

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

 a { background-color: rgb(217,38,6); }

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

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

 span { border-color: rgb(217,38,6); }

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