#DD4C19

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

Shades of Harley Davidson Orange #DD4C19

Tints of Harley Davidson Orange #DD4C19

Color information

#DD4C19 (or 0xDD4C19) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 4C and 19. RGB value is (221,76,25). Sum of RGB (Red+Green+Blue) = 221+76+25=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4C19 is #22B3E6. Grayscale: #717171. Windows color (decimal): -2274279 or 1658077. OLE color: 1658077.

HSL color Cylindrical-coordinate representation of color #DD4C19: hue angle of 15.61º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD4C19 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB2217625-
CMYK00.660.890.13
HSL15.61º79.67%48.24%-
HSV(B)15.61º88.69%86.67%-
XYZ32.5820.613.18-
YUV113.5478.04204.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 68.63%
GREEN value IS 76 (30.08% from 255) = 23.60%
BLUE value IS 25 (10.16% from 255) = 7.76%
R=68.63%
G=23.60%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.89
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221762500.660.890.1315.6179.6748.24
HexDD4C1904259D105030
Octal335114310102131152012060
Binary110111011001100110010100001010110011101100001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4C19; }

 p { color: rgb(221,76,25); }

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

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

 a { background-color: rgb(221,76,25); }

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

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

 span { border-color: rgb(221,76,25); }

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