#DD2811

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

Shades of Harley Davidson Orange #DD2811

Tints of Harley Davidson Orange #DD2811

Color information

#DD2811 (or 0xDD2811) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 28 and 11. RGB value is (221,40,17). Sum of RGB (Red+Green+Blue) = 221+40+17=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2811 is #22D7EE. Grayscale: #5B5B5B. Windows color (decimal): -2283503 or 1124573. OLE color: 1124573.

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

Color convert

RGB2214017-
CMYK00.820.920.13
HSL6.76º85.71%46.67%-
HSV(B)6.76º92.31%86.67%-
XYZ30.6816.932.18-
YUV91.585.97220.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 79.50%
GREEN value IS 40 (16.02% from 255) = 14.39%
BLUE value IS 17 (7.03% from 255) = 6.12%
R=79.50%
G=14.39%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221401700.820.920.136.7685.7146.67
HexDD28110525CD7562f
Octal3355021012213415712657
Binary110111011010001000101010010101110011011111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2811; }

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

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

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

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

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

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

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

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