Html Css Color HEX #D1744F Red Damask

📋 copy color: '#D1744F'

red 209 ◦ green 116 ◦ blue 79

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

Shades of Red Damask #D1744F

Tints of Red Damask #D1744F

RGB

 RED value IS 209 (82.03% from 255) = 51.73%

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

 BLUE value IS 79 (31.25% from 255) = 19.55%

R = 51.73%
G = 28.71%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D1744F (or 0xD1744F) is known color: Red Damask. HEX triplet: D1, 74 and 4F. RGB value is (209,116,79). Sum of RGB (Red+Green+Blue) = 209+116+79=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D1744F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1744F is #2E8BB0. Grayscale: #8B8B8B. Windows color (decimal): -3050417 or 5207249. OLE color: 5207249.

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

Color convert

RGB 209 116 79 -
CMYK 0 0.44 0.62 0.18
HSL 17.08º 0.59% 0.56% -
HSV(B) 17.08º 0.62% 0.82% -
XYZ 33.95 26.61 10.74 -
YUV 139.59 93.81 177.51 -
System Red Green Blue C M Y K H S L
Decimal 209 116 79 0 0.44 0.62 0.18 17.08 0.59 0.56
Hex D1 74 4F 0 2C 3E 12 11 3B 38
Octal 321 164 117 0 54 76 22 21 73 70
Binary 11010001 1110100 1001111 0 101100 111110 10010 10001 111011 111000

Color Harmonies of #D1744F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1744F

Black with #D1744F

Text Example


Text Example

White with #D1744F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1744F; }

 p { color: rgb(209,116,79); }

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

background-color css

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

 a { background-color: rgb(209,116,79); }

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

border-color css

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

 span { border-color: rgb(209,116,79); }

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