#D52716

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

Shades of Harley Davidson Orange #D52716

Tints of Harley Davidson Orange #D52716

Color information

#D52716 (or 0xD52716) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 27 and 16. RGB value is (213,39,22). Sum of RGB (Red+Green+Blue) = 213+39+22=274 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.74% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 213 - color contains mainly: red. Hex color #D52716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52716 is #2AD8E9. Grayscale: #595959. Windows color (decimal): -2808042 or 1451989. OLE color: 1451989.

HSL color Cylindrical-coordinate representation of color #D52716: hue angle of 5.34º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D52716 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB2133922-
CMYK00.820.900.16
HSL5.34º81.28%46.08%-
HSV(B)5.34º89.67%83.53%-
XYZ28.3115.662.29-
YUV89.0990.15216.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 77.74%
GREEN value IS 39 (15.62% from 255) = 14.23%
BLUE value IS 22 (8.98% from 255) = 8.03%
R=77.74%
G=14.23%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213392200.820.900.165.3481.2846.08
HexD527160525A105512e
Octal3254726012213220512156
Binary1101010110011110110010100101011010100001011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52716; }

 p { color: rgb(213,39,22); }

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

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

 a { background-color: rgb(213,39,22); }

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

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

 span { border-color: rgb(213,39,22); }

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