#D73419

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

Shades of Harley Davidson Orange #D73419

Tints of Harley Davidson Orange #D73419

Color information

#D73419 (or 0xD73419) is unknown color: approx Harley Davidson Orange. HEX triplet: D7, 34 and 19. RGB value is (215,52,25). Sum of RGB (Red+Green+Blue) = 215+52+25=292 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.63% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 215 - color contains mainly: red. Hex color #D73419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73419 is #28CBE6. Grayscale: #616161. Windows color (decimal): -2673639 or 1651927. OLE color: 1651927.

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

Color convert

RGB2155225-
CMYK00.760.880.16
HSL8.53º79.17%47.06%-
HSV(B)8.53º88.37%84.31%-
XYZ29.4316.972.64-
YUV97.6687211.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 73.63%
GREEN value IS 52 (20.70% from 255) = 17.81%
BLUE value IS 25 (10.16% from 255) = 8.56%
R=73.63%
G=17.81%
B=8.56%

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
Decimal215522500.760.880.168.5379.1747.06
HexD7341904C581094f2f
Octal32764310114130201111757
Binary11010111110100110010100110010110001000010011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73419; }

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

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

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

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

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

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

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

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