#D56E4E

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

Shades of Red Damask #D56E4E

Tints of Red Damask #D56E4E

Color information

#D56E4E (or 0xD56E4E) is unknown color: approx Red Damask. HEX triplet: D5, 6E and 4E. RGB value is (213,110,78). Sum of RGB (Red+Green+Blue) = 213+110+78=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56E4E is #2A91B1. Grayscale: #898989. Windows color (decimal): -2789810 or 5140181. OLE color: 5140181.

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

Color convert

RGB21311078-
CMYK00.480.630.16
HSL14.22º61.64%57.06%-
HSV(B)14.22º63.38%83.53%-
XYZ34.3925.8510.38-
YUV137.1594.62182.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.12%
GREEN value IS 110 (43.36% from 255) = 27.43%
BLUE value IS 78 (30.86% from 255) = 19.45%
R=53.12%
G=27.43%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131107800.480.630.1614.2261.6457.06
HexD56E4E0303F10e3e39
Octal3251561160607720167671
Binary11010101110111010011100110000111111100001110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56E4E; }

 p { color: rgb(213,110,78); }

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

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

 a { background-color: rgb(213,110,78); }

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

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

 span { border-color: rgb(213,110,78); }

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