#D74104

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

Shades of Harley Davidson Orange #D74104

Tints of Harley Davidson Orange #D74104

Color information

#D74104 (or 0xD74104) is unknown color: approx Harley Davidson Orange. HEX triplet: D7, 41 and 04. RGB value is (215,65,4). Sum of RGB (Red+Green+Blue) = 215+65+4=284 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.70% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 215 - color contains mainly: red. Hex color #D74104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74104 is #28BEFB. Grayscale: #676767. Windows color (decimal): -2670332 or 278999. OLE color: 278999.

HSL color Cylindrical-coordinate representation of color #D74104: hue angle of 17.35º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D74104 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB215654-
CMYK00.700.980.16
HSL17.35º96.35%42.94%-
HSV(B)17.35º98.14%84.31%-
XYZ29.9418.242.06-
YUV102.972.2207.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 75.70%
GREEN value IS 65 (25.78% from 255) = 22.89%
BLUE value IS 4 (1.95% from 255) = 1.41%
R=75.70%
G=22.89%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.98
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21565400.700.980.1617.3596.3542.94
HexD7414046621011602b
Octal32710140106142202114053
Binary11010111100000110001000110110001010000100011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74104; }

 p { color: rgb(215,65,4); }

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

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

 a { background-color: rgb(215,65,4); }

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

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

 span { border-color: rgb(215,65,4); }

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