Html Css Color HEX #D16E47 Red Damask

📋 copy color: '#D16E47'

red 209 ◦ green 110 ◦ blue 71

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

Shades of Red Damask #D16E47

Tints of Red Damask #D16E47

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.21%

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

R = 53.59%
G = 28.21%
B = 18.21%

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

#D16E47 (or 0xD16E47) is known color: Red Damask. HEX triplet: D1, 6E and 47. RGB value is (209,110,71). Sum of RGB (Red+Green+Blue) = 209+110+71=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16E47 is #2E91B8. Grayscale: #878787. Windows color (decimal): -3051961 or 4681425. OLE color: 4681425.

HSL color Cylindrical-coordinate representation of color #D16E47: hue angle of 16.96º 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 #D16E47 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 110 71 -
CMYK 0 0.47 0.66 0.18
HSL 16.96º 0.6% 0.55% -
HSV(B) 16.96º 0.66% 0.82% -
XYZ 33.01 25.16 9.08 -
YUV 135.16 91.8 180.67 -
System Red Green Blue C M Y K H S L
Decimal 209 110 71 0 0.47 0.66 0.18 16.96 0.6 0.55
Hex D1 6E 47 0 2F 42 12 11 3C 37
Octal 321 156 107 0 57 102 22 21 74 67
Binary 11010001 1101110 1000111 0 101111 1000010 10010 10001 111100 110111

Color Harmonies of #D16E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16E47

Black with #D16E47

Text Example


Text Example

White with #D16E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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