#D53419

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

Shades of Harley Davidson Orange #D53419

Tints of Harley Davidson Orange #D53419

Color information

#D53419 (or 0xD53419) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 34 and 19. RGB value is (213,52,25). Sum of RGB (Red+Green+Blue) = 213+52+25=290 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.45% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 213 - color contains mainly: red. Hex color #D53419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53419 is #2ACBE6. Grayscale: #616161. Windows color (decimal): -2804711 or 1651925. OLE color: 1651925.

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

Color convert

RGB2135225-
CMYK00.760.880.16
HSL8.62º78.99%46.67%-
HSV(B)8.62º88.26%83.53%-
XYZ28.8416.672.62-
YUV97.0687.34210.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 73.45%
GREEN value IS 52 (20.70% from 255) = 17.93%
BLUE value IS 25 (10.16% from 255) = 8.62%
R=73.45%
G=17.93%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213522500.760.880.168.6278.9946.67
HexD5341904C581094f2f
Octal32564310114130201111757
Binary11010101110100110010100110010110001000010011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53419; }

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

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

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

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

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

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

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

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