#D53A16

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

Shades of Harley Davidson Orange #D53A16

Tints of Harley Davidson Orange #D53A16

Color information

#D53A16 (or 0xD53A16) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 3A and 16. RGB value is (213,58,22). Sum of RGB (Red+Green+Blue) = 213+58+22=293 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.70% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53A16 is #2AC5E9. Grayscale: #646464. Windows color (decimal): -2803178 or 1456853. OLE color: 1456853.

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

Color convert

RGB2135822-
CMYK00.730.900.16
HSL11.31º81.28%46.08%-
HSV(B)11.31º89.67%83.53%-
XYZ29.117.232.55-
YUV100.2483.85208.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 72.70%
GREEN value IS 58 (23.05% from 255) = 19.80%
BLUE value IS 22 (8.98% from 255) = 7.51%
R=72.70%
G=19.80%
B=7.51%

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
Decimal213582200.730.900.1611.3181.2846.08
HexD53A160495A10b512e
Octal32572260111132201312156
Binary11010101111010101100100100110110101000010111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53A16; }

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

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

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

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

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

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

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

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