#d57046

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

Shades of Red Damask #D57046

Tints of Red Damask #D57046

Color information

#D57046 (or 0xD57046) is unknown color: approx Red Damask. HEX triplet: D5, 70 and 46. RGB value is (213,112,70). Sum of RGB (Red+Green+Blue) = 213+112+70=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D57046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57046 is #2A8FB9. Grayscale: #898989. Windows color (decimal): -2789306 or 4616405. OLE color: 4616405.

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

Color convert

RGB21311270-
CMYK00.470.670.16
HSL17.62º63%55.49%-
HSV(B)17.62º67.14%83.53%-
XYZ34.3426.189.04-
YUV137.4189.96181.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.92%
GREEN value IS 112 (44.14% from 255) = 28.35%
BLUE value IS 70 (27.73% from 255) = 17.72%
R=53.92%
G=28.35%
B=17.72%

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
Decimal2131127000.470.670.1617.626355.49
HexD5704602F4310123f37
Octal32516010605710320227767
Binary1101010111100001000110010111110000111000010010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d57046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d57046; }

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

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

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

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

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

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

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

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