#D64519

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

Shades of Harley Davidson Orange #D64519

Tints of Harley Davidson Orange #D64519

Color information

#D64519 (or 0xD64519) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 45 and 19. RGB value is (214,69,25). Sum of RGB (Red+Green+Blue) = 214+69+25=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D64519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64519 is #29BAE6. Grayscale: #6B6B6B. Windows color (decimal): -2734823 or 1656278. OLE color: 1656278.

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

Color convert

RGB2146925-
CMYK00.680.880.16
HSL13.97º79.08%46.86%-
HSV(B)13.97º88.32%83.92%-
XYZ30.0418.622.93-
YUV107.3481.54204.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 69.48%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 25 (10.16% from 255) = 8.12%
R=69.48%
G=22.40%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214692500.680.880.1613.9779.0846.86
HexD645190445810e4f2f
Octal326105310104130201611757
Binary110101101000101110010100010010110001000011101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64519; }

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

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

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

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

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

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

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

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