#D92E20

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

Shades of Harley Davidson Orange #D92E20

Tints of Harley Davidson Orange #D92E20

Color information

#D92E20 (or 0xD92E20) is unknown color: approx Harley Davidson Orange. HEX triplet: D9, 2E and 20. RGB value is (217,46,32). Sum of RGB (Red+Green+Blue) = 217+46+32=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D92E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92E20 is #26D1DF. Grayscale: #5F5F5F. Windows color (decimal): -2544096 or 2109145. OLE color: 2109145.

HSL color Cylindrical-coordinate representation of color #D92E20: hue angle of 4.54º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D92E20 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB2174632-
CMYK00.790.850.15
HSL4.54º74.3%48.82%-
HSV(B)4.54º85.25%85.1%-
XYZ29.8516.813.04-
YUV95.5392.15214.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 73.56%
GREEN value IS 46 (18.36% from 255) = 15.59%
BLUE value IS 32 (12.89% from 255) = 10.85%
R=73.56%
G=15.59%
B=10.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217463200.790.850.154.5474.348.82
HexD92E2004F55F54a31
Octal3315640011712517511261
Binary1101100110111010000001001111101010111111011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92E20; }

 p { color: rgb(217,46,32); }

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

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

 a { background-color: rgb(217,46,32); }

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

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

 span { border-color: rgb(217,46,32); }

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