#DD3711

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

Shades of Harley Davidson Orange #DD3711

Tints of Harley Davidson Orange #DD3711

Color information

#DD3711 (or 0xDD3711) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 37 and 11. RGB value is (221,55,17). Sum of RGB (Red+Green+Blue) = 221+55+17=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3711 is #22C8EE. Grayscale: #646464. Windows color (decimal): -2279663 or 1128413. OLE color: 1128413.

HSL color Cylindrical-coordinate representation of color #DD3711: hue angle of 11.18º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD3711 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB2215517-
CMYK00.750.920.13
HSL11.18º85.71%46.67%-
HSV(B)11.18º92.31%86.67%-
XYZ31.2918.142.38-
YUV100.381214.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 75.43%
GREEN value IS 55 (21.88% from 255) = 18.77%
BLUE value IS 17 (7.03% from 255) = 5.80%
R=75.43%
G=18.77%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221551700.750.920.1311.1885.7146.67
HexDD371104B5CDb562f
Octal33567210113134151312657
Binary1101110111011110001010010111011100110110111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3711; }

 p { color: rgb(221,55,17); }

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

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

 a { background-color: rgb(221,55,17); }

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

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

 span { border-color: rgb(221,55,17); }

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