#D64A19

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

Shades of Harley Davidson Orange #D64A19

Tints of Harley Davidson Orange #D64A19

Color information

#D64A19 (or 0xD64A19) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 4A and 19. RGB value is (214,74,25). Sum of RGB (Red+Green+Blue) = 214+74+25=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64A19 is #29B5E6. Grayscale: #6E6E6E. Windows color (decimal): -2733543 or 1657558. OLE color: 1657558.

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

Color convert

RGB2147425-
CMYK00.650.880.16
HSL15.56º79.08%46.86%-
HSV(B)15.56º88.32%83.92%-
XYZ30.3619.263.04-
YUV110.2779.88201.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 68.37%
GREEN value IS 74 (29.30% from 255) = 23.64%
BLUE value IS 25 (10.16% from 255) = 7.99%
R=68.37%
G=23.64%
B=7.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214742500.650.880.1615.5679.0846.86
HexD64A190415810104f2f
Octal326112310101130202011757
Binary1101011010010101100101000001101100010000100001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64A19; }

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

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

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

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

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

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

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

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