#D5714E

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

Shades of Red Damask #D5714E

Tints of Red Damask #D5714E

Color information

#D5714E (or 0xD5714E) is unknown color: approx Red Damask. HEX triplet: D5, 71 and 4E. RGB value is (213,113,78). Sum of RGB (Red+Green+Blue) = 213+113+78=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5714E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5714E is #2A8EB1. Grayscale: #8B8B8B. Windows color (decimal): -2789042 or 5140949. OLE color: 5140949.

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

Color convert

RGB21311378-
CMYK00.470.630.16
HSL15.56º61.64%57.06%-
HSV(B)15.56º63.38%83.53%-
XYZ34.7226.5110.49-
YUV138.9193.63180.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.72%
GREEN value IS 113 (44.53% from 255) = 27.97%
BLUE value IS 78 (30.86% from 255) = 19.31%
R=52.72%
G=27.97%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131137800.470.630.1615.5661.6457.06
HexD5714E02F3F10103e39
Octal3251611160577720207671
Binary110101011110001100111001011111111111000010000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5714E; }

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

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

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

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

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

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

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

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