#D16648

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

Shades of Red Damask #D16648

Tints of Red Damask #D16648

Color information

#D16648 (or 0xD16648) is unknown color: approx Red Damask. HEX triplet: D1, 66 and 48. RGB value is (209,102,72). Sum of RGB (Red+Green+Blue) = 209+102+72=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D16648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16648 is #2E99B7. Grayscale: #828282. Windows color (decimal): -3054008 or 4744913. OLE color: 4744913.

HSL color Cylindrical-coordinate representation of color #D16648: hue angle of 13.14º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D16648 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB20910272-
CMYK00.510.660.18
HSL13.14º59.83%55.1%-
HSV(B)13.14º65.55%81.96%-
XYZ32.2223.538.97-
YUV130.5794.95183.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.57%
GREEN value IS 102 (40.23% from 255) = 26.63%
BLUE value IS 72 (28.52% from 255) = 18.80%
R=54.57%
G=26.63%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091027200.510.660.1813.1459.8355.1
HexD166480334212d3c37
Octal32114611006310222157467
Binary110100011100110100100001100111000010100101101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16648; }

 p { color: rgb(209,102,72); }

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

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

 a { background-color: rgb(209,102,72); }

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

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

 span { border-color: rgb(209,102,72); }

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