#D16645

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

Shades of Red Damask #D16645

Tints of Red Damask #D16645

Color information

#D16645 (or 0xD16645) is unknown color: approx Red Damask. HEX triplet: D1, 66 and 45. RGB value is (209,102,69). Sum of RGB (Red+Green+Blue) = 209+102+69=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D16645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16645 is #2E99BA. Grayscale: #828282. Windows color (decimal): -3054011 or 4548305. OLE color: 4548305.

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

Color convert

RGB20910269-
CMYK00.510.670.18
HSL14.14º60.34%54.51%-
HSV(B)14.14º66.99%81.96%-
XYZ32.1223.498.47-
YUV130.2393.45184.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55%
GREEN value IS 102 (40.23% from 255) = 26.84%
BLUE value IS 69 (27.34% from 255) = 18.16%
R=55%
G=26.84%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091026900.510.670.1814.1460.3454.51
HexD166450334312e3c37
Octal32114610506310322167467
Binary110100011100110100010101100111000011100101110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16645; }

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

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

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

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

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

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

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

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