#D04511

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

Shades of Harley Davidson Orange #D04511

Tints of Harley Davidson Orange #D04511

Color information

#D04511 (or 0xD04511) is unknown color: approx Harley Davidson Orange. HEX triplet: D0, 45 and 11. RGB value is (208,69,17). Sum of RGB (Red+Green+Blue) = 208+69+17=294 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.75% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 208 - color contains mainly: red. Hex color #D04511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04511 is #2FBAEE. Grayscale: #686868. Windows color (decimal): -3128047 or 1131984. OLE color: 1131984.

HSL color Cylindrical-coordinate representation of color #D04511: hue angle of 16.34º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D04511 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB2086917-
CMYK00.670.920.18
HSL16.34º84.89%44.12%-
HSV(B)16.34º91.83%81.57%-
XYZ28.2417.712.46-
YUV104.6378.55201.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 70.75%
GREEN value IS 69 (27.34% from 255) = 23.47%
BLUE value IS 17 (7.03% from 255) = 5.78%
R=70.75%
G=23.47%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.92
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208691700.670.920.1816.3484.8944.12
HexD045110435C1210552c
Octal320105210103134222012554
Binary1101000010001011000101000011101110010010100001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04511; }

 p { color: rgb(208,69,17); }

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

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

 a { background-color: rgb(208,69,17); }

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

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

 span { border-color: rgb(208,69,17); }

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