#D92608

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

Shades of Harley Davidson Orange #D92608

Tints of Harley Davidson Orange #D92608

Color information

#D92608 (or 0xD92608) is unknown color: approx Harley Davidson Orange. HEX triplet: D9, 26 and 08. RGB value is (217,38,8). Sum of RGB (Red+Green+Blue) = 217+38+8=263 (34% of max value = 765). Red value is 217 (85.16% from 255 or 82.51% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 217 - color contains mainly: red. Hex color #D92608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92608 is #26D9F7. Grayscale: #585858. Windows color (decimal): -2546168 or 534233. OLE color: 534233.

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

Color convert

RGB217388-
CMYK00.820.960.15
HSL8.61º92.89%44.12%-
HSV(B)8.61º96.31%85.1%-
XYZ29.3516.161.8-
YUV88.182.8219.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 82.51%
GREEN value IS 38 (15.23% from 255) = 14.45%
BLUE value IS 8 (3.52% from 255) = 3.04%
R=82.51%
G=14.45%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21738800.820.960.158.6192.8944.12
HexD926805260F95d2c
Octal33146100122140171113554
Binary110110011001101000010100101100000111110011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92608; }

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

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

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

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

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

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

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

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