#D5724F

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

Shades of Red Damask #D5724F

Tints of Red Damask #D5724F

Color information

#D5724F (or 0xD5724F) is unknown color: approx Red Damask. HEX triplet: D5, 72 and 4F. RGB value is (213,114,79). Sum of RGB (Red+Green+Blue) = 213+114+79=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 79 (31.25% from 255 or 19.46% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5724F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5724F is #2A8DB0. Grayscale: #8B8B8B. Windows color (decimal): -2788785 or 5206741. OLE color: 5206741.

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

Color convert

RGB21311479-
CMYK00.460.630.16
HSL15.67º61.47%57.25%-
HSV(B)15.67º62.91%83.53%-
XYZ34.8726.7510.72-
YUV139.6193.8180.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.46%
GREEN value IS 114 (44.92% from 255) = 28.08%
BLUE value IS 79 (31.25% from 255) = 19.46%
R=52.46%
G=28.08%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131147900.460.630.1615.6761.4757.25
HexD5724F02E3F10103d39
Octal3251621170567720207571
Binary110101011110010100111101011101111111000010000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5724F; }

 p { color: rgb(213,114,79); }

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

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

 a { background-color: rgb(213,114,79); }

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

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

 span { border-color: rgb(213,114,79); }

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