#D64619

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

Shades of Harley Davidson Orange #D64619

Tints of Harley Davidson Orange #D64619

Color information

#D64619 (or 0xD64619) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 46 and 19. RGB value is (214,70,25). Sum of RGB (Red+Green+Blue) = 214+70+25=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D64619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64619 is #29B9E6. Grayscale: #6C6C6C. Windows color (decimal): -2734567 or 1656534. OLE color: 1656534.

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

Color convert

RGB2147025-
CMYK00.670.880.16
HSL14.29º79.08%46.86%-
HSV(B)14.29º88.32%83.92%-
XYZ30.118.752.95-
YUV107.9381.21203.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 69.26%
GREEN value IS 70 (27.73% from 255) = 22.65%
BLUE value IS 25 (10.16% from 255) = 8.09%
R=69.26%
G=22.65%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214702500.670.880.1614.2979.0846.86
HexD646190435810e4f2f
Octal326106310103130201611757
Binary110101101000110110010100001110110001000011101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64619; }

 p { color: rgb(214,70,25); }

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

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

 a { background-color: rgb(214,70,25); }

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

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

 span { border-color: rgb(214,70,25); }

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