#D93020

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

Shades of Harley Davidson Orange #D93020

Tints of Harley Davidson Orange #D93020

Color information

#D93020 (or 0xD93020) is unknown color: approx Harley Davidson Orange. HEX triplet: D9, 30 and 20. RGB value is (217,48,32). Sum of RGB (Red+Green+Blue) = 217+48+32=297 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.06% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 217 - color contains mainly: red. Hex color #D93020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93020 is #26CFDF. Grayscale: #606060. Windows color (decimal): -2543584 or 2109657. OLE color: 2109657.

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

Color convert

RGB2174832-
CMYK00.780.850.15
HSL5.19º74.3%48.82%-
HSV(B)5.19º85.25%85.1%-
XYZ29.9316.973.06-
YUV96.7191.49213.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 73.06%
GREEN value IS 48 (19.14% from 255) = 16.16%
BLUE value IS 32 (12.89% from 255) = 10.77%
R=73.06%
G=16.16%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217483200.780.850.155.1974.348.82
HexD9302004E55F54a31
Octal3316040011612517511261
Binary1101100111000010000001001110101010111111011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93020; }

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

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

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

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

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

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

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

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