#D16C4C

Color #D16C4C Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #D16C4C

Tints of Red Damask #D16C4C

Color information

#D16C4C (or 0xD16C4C) is unknown color: approx Red Damask. HEX triplet: D1, 6C and 4C. RGB value is (209,108,76). Sum of RGB (Red+Green+Blue) = 209+108+76=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16C4C is #2E93B3. Grayscale: #868686. Windows color (decimal): -3052468 or 5008593. OLE color: 5008593.

HSL color Cylindrical-coordinate representation of color #D16C4C: hue angle of 14.44º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D16C4C is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB20910876-
CMYK00.480.640.18
HSL14.44º59.11%55.88%-
HSV(B)14.44º63.64%81.96%-
XYZ32.9624.89.89-
YUV134.5594.96181.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.18%
GREEN value IS 108 (42.58% from 255) = 27.48%
BLUE value IS 76 (30.08% from 255) = 19.34%
R=53.18%
G=27.48%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091087600.480.640.1814.4459.1155.88
HexD16C4C0304012e3b38
Octal32115411406010022167370
Binary110100011101100100110001100001000000100101110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16C4C; }

 p { color: rgb(209,108,76); }

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

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

 a { background-color: rgb(209,108,76); }

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

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

 span { border-color: rgb(209,108,76); }

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