#dd2311

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

Shades of Harley Davidson Orange #DD2311

Tints of Harley Davidson Orange #DD2311

Color information

#DD2311 (or 0xDD2311) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 23 and 11. RGB value is (221,35,17). Sum of RGB (Red+Green+Blue) = 221+35+17=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2311 is #22DCEE. Grayscale: #585858. Windows color (decimal): -2284783 or 1123293. OLE color: 1123293.

HSL color Cylindrical-coordinate representation of color #DD2311: hue angle of 5.29º 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 #DD2311 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB2213517-
CMYK00.840.920.13
HSL5.29º85.71%46.67%-
HSV(B)5.29º92.31%86.67%-
XYZ30.5216.612.13-
YUV88.5687.62222.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 80.95%
GREEN value IS 35 (14.06% from 255) = 12.82%
BLUE value IS 17 (7.03% from 255) = 6.23%
R=80.95%
G=12.82%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221351700.840.920.135.2985.7146.67
HexDD23110545CD5562f
Octal3354321012413415512657
Binary110111011000111000101010100101110011011011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd2311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd2311; }

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

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

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

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

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

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

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

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