#d57047

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

Shades of Red Damask #D57047

Tints of Red Damask #D57047

Color information

#D57047 (or 0xD57047) is unknown color: approx Red Damask. HEX triplet: D5, 70 and 47. RGB value is (213,112,71). Sum of RGB (Red+Green+Blue) = 213+112+71=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D57047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57047 is #2A8FB8. Grayscale: #898989. Windows color (decimal): -2789305 or 4681941. OLE color: 4681941.

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

Color convert

RGB21311271-
CMYK00.470.670.16
HSL17.32º62.83%55.69%-
HSV(B)17.32º66.67%83.53%-
XYZ34.3726.199.2-
YUV137.5290.46181.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.79%
GREEN value IS 112 (44.14% from 255) = 28.28%
BLUE value IS 71 (28.12% from 255) = 17.93%
R=53.79%
G=28.28%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131127100.470.670.1617.3262.8355.69
HexD5704702F4310113f38
Octal32516010705710320217770
Binary1101010111100001000111010111110000111000010001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d57047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d57047; }

 p { color: rgb(213,112,71); }

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

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

 a { background-color: rgb(213,112,71); }

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

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

 span { border-color: rgb(213,112,71); }

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