#D53916

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

Shades of Harley Davidson Orange #D53916

Tints of Harley Davidson Orange #D53916

Color information

#D53916 (or 0xD53916) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 39 and 16. RGB value is (213,57,22). Sum of RGB (Red+Green+Blue) = 213+57+22=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D53916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53916 is #2AC6E9. Grayscale: #636363. Windows color (decimal): -2803434 or 1456597. OLE color: 1456597.

HSL color Cylindrical-coordinate representation of color #D53916: hue angle of 10.99º 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 #D53916 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB2135722-
CMYK00.730.900.16
HSL10.99º81.28%46.08%-
HSV(B)10.99º89.67%83.53%-
XYZ29.0517.132.53-
YUV99.6584.18208.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 72.95%
GREEN value IS 57 (22.66% from 255) = 19.52%
BLUE value IS 22 (8.98% from 255) = 7.53%
R=72.95%
G=19.52%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213572200.730.900.1610.9981.2846.08
HexD539160495A10b512e
Octal32571260111132201312156
Binary11010101111001101100100100110110101000010111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53916; }

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

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

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

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

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

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

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

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