Html Css Color HEX #D2744D Red Damask

📋 copy color: '#D2744D'

red 210 ◦ green 116 ◦ blue 77

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

Shades of Red Damask #D2744D

Tints of Red Damask #D2744D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.11%

R = 52.11%
G = 28.78%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D2744D (or 0xD2744D) is known color: Red Damask. HEX triplet: D2, 74 and 4D. RGB value is (210,116,77). Sum of RGB (Red+Green+Blue) = 210+116+77=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D2744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2744D is #2D8BB2. Grayscale: #8B8B8B. Windows color (decimal): -2984883 or 5076178. OLE color: 5076178.

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

Color convert

RGB 210 116 77 -
CMYK 0 0.45 0.63 0.18
HSL 17.59º 0.6% 0.56% -
HSV(B) 17.59º 0.63% 0.82% -
XYZ 34.16 26.73 10.38 -
YUV 139.66 92.64 178.17 -
System Red Green Blue C M Y K H S L
Decimal 210 116 77 0 0.45 0.63 0.18 17.59 0.6 0.56
Hex D2 74 4D 0 2D 3F 12 12 3C 38
Octal 322 164 115 0 55 77 22 22 74 70
Binary 11010010 1110100 1001101 0 101101 111111 10010 10010 111100 111000

Color Harmonies of #D2744D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2744D

Black with #D2744D

Text Example


Text Example

White with #D2744D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2744D; }

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

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

background-color css

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

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

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

border-color css

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

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

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