#D73104

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

Shades of Harley Davidson Orange #D73104

Tints of Harley Davidson Orange #D73104

Color information

#D73104 (or 0xD73104) is unknown color: approx Harley Davidson Orange. HEX triplet: D7, 31 and 04. RGB value is (215,49,4). Sum of RGB (Red+Green+Blue) = 215+49+4=268 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.22% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 215 - color contains mainly: red. Hex color #D73104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73104 is #28CEFB. Grayscale: #5D5D5D. Windows color (decimal): -2674428 or 274903. OLE color: 274903.

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

Color convert

RGB215494-
CMYK00.770.980.16
HSL12.8º96.35%42.94%-
HSV(B)12.8º98.14%84.31%-
XYZ29.1416.651.79-
YUV93.577.5214.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 80.22%
GREEN value IS 49 (19.53% from 255) = 18.28%
BLUE value IS 4 (1.95% from 255) = 1.49%
R=80.22%
G=18.28%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.98
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21549400.770.980.1612.896.3542.94
HexD731404D6210d602b
Octal3276140115142201514053
Binary110101111100011000100110111000101000011011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73104; }

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

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

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

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

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

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

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

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