#D2754F

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

Shades of Red Damask #D2754F

Tints of Red Damask #D2754F

Color information

#D2754F (or 0xD2754F) is unknown color: approx Red Damask. HEX triplet: D2, 75 and 4F. RGB value is (210,117,79). Sum of RGB (Red+Green+Blue) = 210+117+79=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 79 (31.25% from 255 or 19.46% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D2754F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2754F is #2D8AB0. Grayscale: #8C8C8C. Windows color (decimal): -2984625 or 5207506. OLE color: 5207506.

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

Color convert

RGB21011779-
CMYK00.440.620.18
HSL17.4º59.28%56.67%-
HSV(B)17.4º62.38%82.35%-
XYZ34.3526.9910.8-
YUV140.4893.31177.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.72%
GREEN value IS 117 (46.09% from 255) = 28.82%
BLUE value IS 79 (31.25% from 255) = 19.46%
R=51.72%
G=28.82%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101177900.440.620.1817.459.2856.67
HexD2754F02C3E12113b39
Octal3221651170547622217371
Binary110100101110101100111101011001111101001010001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2754F; }

 p { color: rgb(210,117,79); }

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

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

 a { background-color: rgb(210,117,79); }

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

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

 span { border-color: rgb(210,117,79); }

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