#D57043

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

Shades of Red Damask #D57043

Tints of Red Damask #D57043

Color information

#D57043 (or 0xD57043) is unknown color: approx Red Damask. HEX triplet: D5, 70 and 43. RGB value is (213,112,67). Sum of RGB (Red+Green+Blue) = 213+112+67=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D57043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57043 is #2A8FBC. Grayscale: #898989. Windows color (decimal): -2789309 or 4419797. OLE color: 4419797.

HSL color Cylindrical-coordinate representation of color #D57043: hue angle of 18.49º degrees, saturation: 0.63, 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 #D57043 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB21311267-
CMYK00.470.690.16
HSL18.49º63.48%54.9%-
HSV(B)18.49º68.54%83.53%-
XYZ34.2526.148.55-
YUV137.0788.46182.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.34%
GREEN value IS 112 (44.14% from 255) = 28.57%
BLUE value IS 67 (26.56% from 255) = 17.09%
R=54.34%
G=28.57%
B=17.09%

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
Decimal2131126700.470.690.1618.4963.4854.9
HexD5704302F4510123f37
Octal32516010305710520227767
Binary1101010111100001000011010111110001011000010010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57043; }

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

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

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

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

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

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

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

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