#D73220

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

Shades of Harley Davidson Orange #D73220

Tints of Harley Davidson Orange #D73220

Color information

#D73220 (or 0xD73220) is unknown color: approx Harley Davidson Orange. HEX triplet: D7, 32 and 20. RGB value is (215,50,32). Sum of RGB (Red+Green+Blue) = 215+50+32=297 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.39% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 215 - color contains mainly: red. Hex color #D73220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73220 is #28CDDF. Grayscale: #616161. Windows color (decimal): -2674144 or 2110167. OLE color: 2110167.

HSL color Cylindrical-coordinate representation of color #D73220: hue angle of 5.9º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D73220 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB2155032-
CMYK00.770.850.16
HSL5.9º74.09%48.43%-
HSV(B)5.9º85.12%84.31%-
XYZ29.4316.833.06-
YUV97.2891.16211.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 72.39%
GREEN value IS 50 (19.92% from 255) = 16.84%
BLUE value IS 32 (12.89% from 255) = 10.77%
R=72.39%
G=16.84%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215503200.770.850.165.974.0948.43
HexD7322004D551064a30
Octal3276240011512520611260
Binary11010111110010100000010011011010101100001101001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73220; }

 p { color: rgb(215,50,32); }

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

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

 a { background-color: rgb(215,50,32); }

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

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

 span { border-color: rgb(215,50,32); }

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