#DD4110

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

Shades of Harley Davidson Orange #DD4110

Tints of Harley Davidson Orange #DD4110

Color information

#DD4110 (or 0xDD4110) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 41 and 10. RGB value is (221,65,16). Sum of RGB (Red+Green+Blue) = 221+65+16=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4110 is #22BEEF. Grayscale: #6A6A6A. Windows color (decimal): -2277104 or 1065437. OLE color: 1065437.

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

Color convert

RGB2216516-
CMYK00.710.930.13
HSL14.34º86.5%46.47%-
HSV(B)14.34º92.76%86.67%-
XYZ31.819.192.52-
YUV106.0677.18209.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 73.18%
GREEN value IS 65 (25.78% from 255) = 21.52%
BLUE value IS 16 (6.64% from 255) = 5.30%
R=73.18%
G=21.52%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221651600.710.930.1314.3486.546.47
HexDD41100475DDe562e
Octal335101200107135151612656
Binary11011101100000110000010001111011101110111101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4110; }

 p { color: rgb(221,65,16); }

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

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

 a { background-color: rgb(221,65,16); }

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

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

 span { border-color: rgb(221,65,16); }

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