#D5734F

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

Shades of Red Damask #D5734F

Tints of Red Damask #D5734F

Color information

#D5734F (or 0xD5734F) is unknown color: approx Red Damask. HEX triplet: D5, 73 and 4F. RGB value is (213,115,79). Sum of RGB (Red+Green+Blue) = 213+115+79=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 79 (31.25% from 255 or 19.41% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5734F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5734F is #2A8CB0. Grayscale: #8C8C8C. Windows color (decimal): -2788529 or 5206997. OLE color: 5206997.

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

Color convert

RGB21311579-
CMYK00.460.630.16
HSL16.12º61.47%57.25%-
HSV(B)16.12º62.91%83.53%-
XYZ34.9826.9710.76-
YUV140.293.47179.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.33%
GREEN value IS 115 (45.31% from 255) = 28.26%
BLUE value IS 79 (31.25% from 255) = 19.41%
R=52.33%
G=28.26%
B=19.41%

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
Decimal2131157900.460.630.1616.1261.4757.25
HexD5734F02E3F10103d39
Octal3251631170567720207571
Binary110101011110011100111101011101111111000010000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5734F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5734F; }

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

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

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

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

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

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

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

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