#DD1E11

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

Shades of Harley Davidson Orange #DD1E11

Tints of Harley Davidson Orange #DD1E11

Color information

#DD1E11 (or 0xDD1E11) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 1E and 11. RGB value is (221,30,17). Sum of RGB (Red+Green+Blue) = 221+30+17=268 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.46% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1E11 is #22E1EE. Grayscale: #555555. Windows color (decimal): -2286063 or 1122013. OLE color: 1122013.

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

Color convert

RGB2213017-
CMYK00.860.920.13
HSL3.82º85.71%46.67%-
HSV(B)3.82º92.31%86.67%-
XYZ30.3816.342.08-
YUV85.6389.28224.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 82.46%
GREEN value IS 30 (12.11% from 255) = 11.19%
BLUE value IS 17 (7.03% from 255) = 6.34%
R=82.46%
G=11.19%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221301700.860.920.133.8285.7146.67
HexDD1E110565CD4562f
Octal3353621012613415412657
Binary11011101111101000101010110101110011011001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1E11; }

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

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

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

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

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

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

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

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