Html Css Color HEX #D16C46 Red Damask

📋 copy color: '#D16C46'

red 209 ◦ green 108 ◦ blue 70

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

Shades of Red Damask #D16C46

Tints of Red Damask #D16C46

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.91%

 BLUE value IS 70 (27.73% from 255) = 18.09%

R = 54.01%
G = 27.91%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D16C46 (or 0xD16C46) is known color: Red Damask. HEX triplet: D1, 6C and 46. RGB value is (209,108,70). Sum of RGB (Red+Green+Blue) = 209+108+70=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16C46 is #2E93B9. Grayscale: #868686. Windows color (decimal): -3052474 or 4615377. OLE color: 4615377.

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

Color convert

RGB 209 108 70 -
CMYK 0 0.48 0.67 0.18
HSL 16.4º 0.6% 0.55% -
HSV(B) 16.4º 0.67% 0.82% -
XYZ 32.76 24.72 8.84 -
YUV 133.87 91.96 181.59 -
System Red Green Blue C M Y K H S L
Decimal 209 108 70 0 0.48 0.67 0.18 16.4 0.6 0.55
Hex D1 6C 46 0 30 43 12 10 3C 37
Octal 321 154 106 0 60 103 22 20 74 67
Binary 11010001 1101100 1000110 0 110000 1000011 10010 10000 111100 110111

Color Harmonies of #D16C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16C46

Black with #D16C46

Text Example


Text Example

White with #D16C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16C46; }

 p { color: rgb(209,108,70); }

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

background-color css

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

 a { background-color: rgb(209,108,70); }

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

border-color css

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

 span { border-color: rgb(209,108,70); }

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