Html Css Color HEX #D16F47 Red Damask

📋 copy color: '#D16F47'

red 209 ◦ green 111 ◦ blue 71

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

Shades of Red Damask #D16F47

Tints of Red Damask #D16F47

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.39%

 BLUE value IS 71 (28.13% from 255) = 18.16%

R = 53.45%
G = 28.39%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D16F47 (or 0xD16F47) is known color: Red Damask. HEX triplet: D1, 6F and 47. RGB value is (209,111,71). Sum of RGB (Red+Green+Blue) = 209+111+71=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16F47 is #2E90B8. Grayscale: #888888. Windows color (decimal): -3051705 or 4681681. OLE color: 4681681.

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

Color convert

RGB 209 111 71 -
CMYK 0 0.47 0.66 0.18
HSL 17.39º 0.6% 0.55% -
HSV(B) 17.39º 0.66% 0.82% -
XYZ 33.12 25.38 9.11 -
YUV 135.74 91.47 180.25 -
System Red Green Blue C M Y K H S L
Decimal 209 111 71 0 0.47 0.66 0.18 17.39 0.6 0.55
Hex D1 6F 47 0 2F 42 12 11 3C 37
Octal 321 157 107 0 57 102 22 21 74 67
Binary 11010001 1101111 1000111 0 101111 1000010 10010 10001 111100 110111

Color Harmonies of #D16F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16F47

Black with #D16F47

Text Example


Text Example

White with #D16F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16F47; }

 p { color: rgb(209,111,71); }

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

background-color css

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

 a { background-color: rgb(209,111,71); }

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

border-color css

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

 span { border-color: rgb(209,111,71); }

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