Html Css Color HEX #D5744C Red Damask

📋 copy color: '#D5744C'

red 213 ◦ green 116 ◦ blue 76

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

Shades of Red Damask #D5744C

Tints of Red Damask #D5744C

RGB

 RED value IS 213 (83.59% from 255) = 52.59%

 GREEN value IS 116 (45.7% from 255) = 28.64%

 BLUE value IS 76 (30.08% from 255) = 18.77%

R = 52.59%
G = 28.64%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5744C (or 0xD5744C) is known color: Red Damask. HEX triplet: D5, 74 and 4C. RGB value is (213,116,76). Sum of RGB (Red+Green+Blue) = 213+116+76=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5744C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5744C is #2A8BB3. Grayscale: #8C8C8C. Windows color (decimal): -2788276 or 5010645. OLE color: 5010645.

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

Color convert

RGB 213 116 76 -
CMYK 0 0.46 0.64 0.16
HSL 17.52º 0.62% 0.57% -
HSV(B) 17.52º 0.64% 0.84% -
XYZ 34.99 27.16 10.24 -
YUV 140.44 91.64 179.75 -
System Red Green Blue C M Y K H S L
Decimal 213 116 76 0 0.46 0.64 0.16 17.52 0.62 0.57
Hex D5 74 4C 0 2E 40 10 12 3E 39
Octal 325 164 114 0 56 100 20 22 76 71
Binary 11010101 1110100 1001100 0 101110 1000000 10000 10010 111110 111001

Color Harmonies of #D5744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5744C

Black with #D5744C

Text Example


Text Example

White with #D5744C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5744C; }

 p { color: rgb(213,116,76); }

 H1.HeaderClassName
 {
   color: #D5744C;
 }
 .AnyTagClassName
 {
   color: #D5744C;
 }
</style>

background-color css

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

 a { background-color: rgb(213,116,76); }

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

border-color css

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

 span { border-color: rgb(213,116,76); }

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