#D5754C

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

Shades of Red Damask #D5754C

Tints of Red Damask #D5754C

Color information

#D5754C (or 0xD5754C) is unknown color: approx Red Damask. HEX triplet: D5, 75 and 4C. RGB value is (213,117,76). Sum of RGB (Red+Green+Blue) = 213+117+76=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5754C is #2A8AB3. Grayscale: #8D8D8D. Windows color (decimal): -2788020 or 5010901. OLE color: 5010901.

HSL color Cylindrical-coordinate representation of color #D5754C: hue angle of 17.96º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5754C is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB21311776-
CMYK00.450.640.16
HSL17.96º61.99%56.67%-
HSV(B)17.96º64.32%83.53%-
XYZ35.1127.3910.27-
YUV141.0391.3179.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.46%
GREEN value IS 117 (46.09% from 255) = 28.82%
BLUE value IS 76 (30.08% from 255) = 18.72%
R=52.46%
G=28.82%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131177600.450.640.1617.9661.9956.67
HexD5754C02D4010123e39
Octal32516511405510020227671
Binary1101010111101011001100010110110000001000010010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5754C; }

 p { color: rgb(213,117,76); }

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

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

 a { background-color: rgb(213,117,76); }

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

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

 span { border-color: rgb(213,117,76); }

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