Html Css Color HEX #D5754E Red Damask

📋 copy color: '#D5754E'

red 213 ◦ green 117 ◦ blue 78

#D5754E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #D5754E

Tints of Red Damask #D5754E

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 value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5754E (or 0xD5754E) is known color: 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

RGB 213 117 78 -
CMYK 0 0.45 0.63 0.16
HSL 17.33º 0.62% 0.57% -
HSV(B) 17.33º 0.63% 0.84% -
XYZ 35.18 27.42 10.65 -
YUV 141.26 92.3 179.17 -
System Red Green Blue C M Y K H S L
Decimal 213 117 78 0 0.45 0.63 0.16 17.33 0.62 0.57
Hex D5 75 4E 0 2D 3F 10 11 3E 39
Octal 325 165 116 0 55 77 20 21 76 71
Binary 11010101 1110101 1001110 0 101101 111111 10000 10001 111110 111001

Color Harmonies of #D5754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5754E

Black with #D5754E

Text Example


Text Example

White with #D5754E

Text Example


Text Example

HTML Codes & Css Web 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>