#D2734D

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

Shades of Red Damask #D2734D

Tints of Red Damask #D2734D

Color information

#D2734D (or 0xD2734D) is unknown color: approx Red Damask. HEX triplet: D2, 73 and 4D. RGB value is (210,115,77). Sum of RGB (Red+Green+Blue) = 210+115+77=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D2734D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2734D is #2D8CB2. Grayscale: #8B8B8B. Windows color (decimal): -2985139 or 5075922. OLE color: 5075922.

HSL color Cylindrical-coordinate representation of color #D2734D: hue angle of 17.14º degrees, saturation: 0.6, 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 #D2734D is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB21011577-
CMYK00.450.630.18
HSL17.14º59.64%56.27%-
HSV(B)17.14º63.33%82.35%-
XYZ34.0526.510.34-
YUV139.0792.97178.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 52.24%
GREEN value IS 115 (45.31% from 255) = 28.61%
BLUE value IS 77 (30.47% from 255) = 19.15%
R=52.24%
G=28.61%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101157700.450.630.1817.1459.6456.27
HexD2734D02D3F12113c38
Octal3221631150557722217470
Binary110100101110011100110101011011111111001010001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2734D; }

 p { color: rgb(210,115,77); }

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

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

 a { background-color: rgb(210,115,77); }

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

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

 span { border-color: rgb(210,115,77); }

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