#D56745

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

Shades of Red Damask #D56745

Tints of Red Damask #D56745

Color information

#D56745 (or 0xD56745) is unknown color: approx Red Damask. HEX triplet: D5, 67 and 45. RGB value is (213,103,69). Sum of RGB (Red+Green+Blue) = 213+103+69=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D56745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56745 is #2A98BA. Grayscale: #848484. Windows color (decimal): -2791611 or 4548565. OLE color: 4548565.

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

Color convert

RGB21310369-
CMYK00.520.680.16
HSL14.17º63.16%55.29%-
HSV(B)14.17º67.61%83.53%-
XYZ33.3724.288.56-
YUV132.0192.44185.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.32%
GREEN value IS 103 (40.62% from 255) = 26.75%
BLUE value IS 69 (27.34% from 255) = 17.92%
R=55.32%
G=26.75%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131036900.520.680.1614.1763.1655.29
HexD567450344410e3f37
Octal32514710506410420167767
Binary110101011100111100010101101001000100100001110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56745; }

 p { color: rgb(213,103,69); }

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

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

 a { background-color: rgb(213,103,69); }

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

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

 span { border-color: rgb(213,103,69); }

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