#D5754E

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

Shades of Red Damask #D5754E

Tints of Red Damask #D5754E

Color information

#D5754E (or 0xD5754E) is unknown color: approx Red Damask. HEX triplet: D5, 75 and 4E. RGB value is (213,117,78). Sum of RGB (Red+Green+Blue) = 213+117+78=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5754E is #2A8AB1. Grayscale: #8D8D8D. Windows color (decimal): -2788018 or 5141973. OLE color: 5141973.

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

Color convert

RGB21311778-
CMYK00.450.630.16
HSL17.33º61.64%57.06%-
HSV(B)17.33º63.38%83.53%-
XYZ35.1827.4210.65-
YUV141.2692.3179.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.21%
GREEN value IS 117 (46.09% from 255) = 28.68%
BLUE value IS 78 (30.86% from 255) = 19.12%
R=52.21%
G=28.68%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131177800.450.630.1617.3361.6457.06
HexD5754E02D3F10113e39
Octal3251651160557720217671
Binary110101011110101100111001011011111111000010001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5754E; }

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

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

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

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

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

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

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

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