#D53A19

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

Shades of Harley Davidson Orange #D53A19

Tints of Harley Davidson Orange #D53A19

Color information

#D53A19 (or 0xD53A19) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 3A and 19. RGB value is (213,58,25). Sum of RGB (Red+Green+Blue) = 213+58+25=296 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.96% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53A19 is #2AC5E6. Grayscale: #646464. Windows color (decimal): -2803175 or 1653461. OLE color: 1653461.

HSL color Cylindrical-coordinate representation of color #D53A19: hue angle of 10.53º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D53A19 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB2135825-
CMYK00.730.880.16
HSL10.53º78.99%46.67%-
HSV(B)10.53º88.26%83.53%-
XYZ29.1317.242.71-
YUV100.5885.35208.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 71.96%
GREEN value IS 58 (23.05% from 255) = 19.59%
BLUE value IS 25 (10.16% from 255) = 8.45%
R=71.96%
G=19.59%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213582500.730.880.1610.5378.9946.67
HexD53A190495810b4f2f
Octal32572310111130201311757
Binary11010101111010110010100100110110001000010111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53A19; }

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

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

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

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

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

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

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

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