Html Css Color HEX #D2744C Red Damask

📋 copy color: '#D2744C'

red 210 ◦ green 116 ◦ blue 76

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

Shades of Red Damask #D2744C

Tints of Red Damask #D2744C

RGB

 RED value IS 210 (82.42% from 255) = 52.24%

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

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

R = 52.24%
G = 28.86%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2744C (or 0xD2744C) is known color: Red Damask. HEX triplet: D2, 74 and 4C. RGB value is (210,116,76). Sum of RGB (Red+Green+Blue) = 210+116+76=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D2744C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2744C is #2D8BB3. Grayscale: #8B8B8B. Windows color (decimal): -2984884 or 5010642. OLE color: 5010642.

HSL color Cylindrical-coordinate representation of color #D2744C: hue angle of 17.91º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2744C is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 116 76 -
CMYK 0 0.45 0.64 0.18
HSL 17.91º 0.6% 0.56% -
HSV(B) 17.91º 0.64% 0.82% -
XYZ 34.13 26.71 10.2 -
YUV 139.55 92.14 178.25 -
System Red Green Blue C M Y K H S L
Decimal 210 116 76 0 0.45 0.64 0.18 17.91 0.6 0.56
Hex D2 74 4C 0 2D 40 12 12 3C 38
Octal 322 164 114 0 55 100 22 22 74 70
Binary 11010010 1110100 1001100 0 101101 1000000 10010 10010 111100 111000

Color Harmonies of #D2744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2744C

Black with #D2744C

Text Example


Text Example

White with #D2744C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2744C; }

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

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

background-color css

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

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

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

border-color css

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

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

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