#D1664E

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

Shades of Red Damask #D1664E

Tints of Red Damask #D1664E

Color information

#D1664E (or 0xD1664E) is unknown color: approx Red Damask. HEX triplet: D1, 66 and 4E. RGB value is (209,102,78). Sum of RGB (Red+Green+Blue) = 209+102+78=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D1664E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1664E is #2E99B1. Grayscale: #838383. Windows color (decimal): -3054002 or 5138129. OLE color: 5138129.

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

Color convert

RGB20910278-
CMYK00.510.630.18
HSL10.99º58.74%56.27%-
HSV(B)10.99º62.68%81.96%-
XYZ32.4223.6110.06-
YUV131.2697.95183.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.73%
GREEN value IS 102 (40.23% from 255) = 26.22%
BLUE value IS 78 (30.86% from 255) = 20.05%
R=53.73%
G=26.22%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091027800.510.630.1810.9958.7456.27
HexD1664E0333F12b3b38
Octal3211461160637722137370
Binary11010001110011010011100110011111111100101011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1664E; }

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

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

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

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

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

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

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

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