#D64919

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

Shades of Harley Davidson Orange #D64919

Tints of Harley Davidson Orange #D64919

Color information

#D64919 (or 0xD64919) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 49 and 19. RGB value is (214,73,25). Sum of RGB (Red+Green+Blue) = 214+73+25=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D64919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64919 is #29B6E6. Grayscale: #6E6E6E. Windows color (decimal): -2733799 or 1657302. OLE color: 1657302.

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

Color convert

RGB2147325-
CMYK00.660.880.16
HSL15.24º79.08%46.86%-
HSV(B)15.24º88.32%83.92%-
XYZ30.2919.133.02-
YUV109.6980.21202.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 68.59%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 25 (10.16% from 255) = 8.01%
R=68.59%
G=23.40%
B=8.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214732500.660.880.1615.2479.0846.86
HexD649190425810f4f2f
Octal326111310102130201711757
Binary110101101001001110010100001010110001000011111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64919; }

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

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

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

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

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

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

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

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