#D64819

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

Shades of Harley Davidson Orange #D64819

Tints of Harley Davidson Orange #D64819

Color information

#D64819 (or 0xD64819) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 48 and 19. RGB value is (214,72,25). Sum of RGB (Red+Green+Blue) = 214+72+25=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D64819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64819 is #29B7E6. Grayscale: #6D6D6D. Windows color (decimal): -2734055 or 1657046. OLE color: 1657046.

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

Color convert

RGB2147225-
CMYK00.660.880.16
HSL14.92º79.08%46.86%-
HSV(B)14.92º88.32%83.92%-
XYZ30.22192.99-
YUV109.180.54202.82-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 68.81%
GREEN value IS 72 (28.52% from 255) = 23.15%
BLUE value IS 25 (10.16% from 255) = 8.04%
R=68.81%
G=23.15%
B=8.04%

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
Decimal214722500.660.880.1614.9279.0846.86
HexD648190425810f4f2f
Octal326110310102130201711757
Binary110101101001000110010100001010110001000011111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64819; }

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

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

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

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

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

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

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

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