#DD4414

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

Shades of Harley Davidson Orange #DD4414

Tints of Harley Davidson Orange #DD4414

Color information

#DD4414 (or 0xDD4414) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 44 and 14. RGB value is (221,68,20). Sum of RGB (Red+Green+Blue) = 221+68+20=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4414 is #22BBEB. Grayscale: #6C6C6C. Windows color (decimal): -2276332 or 1328349. OLE color: 1328349.

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

Color convert

RGB2216820-
CMYK00.690.910.13
HSL14.33º83.4%47.25%-
HSV(B)14.33º90.95%86.67%-
XYZ32.0119.562.75-
YUV108.2878.19208.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 71.52%
GREEN value IS 68 (26.95% from 255) = 22.01%
BLUE value IS 20 (8.20% from 255) = 6.47%
R=71.52%
G=22.01%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221682000.690.910.1314.3383.447.25
HexDD44140455BDe532f
Octal335104240105133151612357
Binary11011101100010010100010001011011011110111101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4414; }

 p { color: rgb(221,68,20); }

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

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

 a { background-color: rgb(221,68,20); }

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

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

 span { border-color: rgb(221,68,20); }

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