#D57142

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

Shades of Red Damask #D57142

Tints of Red Damask #D57142

Color information

#D57142 (or 0xD57142) is unknown color: approx Red Damask. HEX triplet: D5, 71 and 42. RGB value is (213,113,66). Sum of RGB (Red+Green+Blue) = 213+113+66=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D57142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57142 is #2A8EBD. Grayscale: #898989. Windows color (decimal): -2789054 or 4354517. OLE color: 4354517.

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

Color convert

RGB21311366-
CMYK00.470.690.16
HSL19.18º63.64%54.71%-
HSV(B)19.18º69.01%83.53%-
XYZ34.3326.358.43-
YUV137.5487.63181.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.34%
GREEN value IS 113 (44.53% from 255) = 28.83%
BLUE value IS 66 (26.17% from 255) = 16.84%
R=54.34%
G=28.83%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131136600.470.690.1619.1863.6454.71
HexD5714202F4510134037
Octal325161102057105202310067
Binary11010101111000110000100101111100010110000100111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57142; }

 p { color: rgb(213,113,66); }

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

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

 a { background-color: rgb(213,113,66); }

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

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

 span { border-color: rgb(213,113,66); }

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