#D64719

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

Shades of Harley Davidson Orange #D64719

Tints of Harley Davidson Orange #D64719

Color information

#D64719 (or 0xD64719) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 47 and 19. RGB value is (214,71,25). Sum of RGB (Red+Green+Blue) = 214+71+25=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D64719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64719 is #29B8E6. Grayscale: #6C6C6C. Windows color (decimal): -2734311 or 1656790. OLE color: 1656790.

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

Color convert

RGB2147125-
CMYK00.670.880.16
HSL14.6º79.08%46.86%-
HSV(B)14.6º88.32%83.92%-
XYZ30.1618.872.97-
YUV108.5180.88203.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 69.03%
GREEN value IS 71 (28.12% from 255) = 22.90%
BLUE value IS 25 (10.16% from 255) = 8.06%
R=69.03%
G=22.90%
B=8.06%

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
Decimal214712500.670.880.1614.679.0846.86
HexD647190435810f4f2f
Octal326107310103130201711757
Binary110101101000111110010100001110110001000011111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64719; }

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

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

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

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

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

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

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

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