Html Css Color HEX #D16C48 Red Damask

📋 copy color: '#D16C48'

red 209 ◦ green 108 ◦ blue 72

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

Shades of Red Damask #D16C48

Tints of Red Damask #D16C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.51%

R = 53.73%
G = 27.76%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D16C48 (or 0xD16C48) is known color: Red Damask. HEX triplet: D1, 6C and 48. RGB value is (209,108,72). Sum of RGB (Red+Green+Blue) = 209+108+72=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16C48 is #2E93B7. Grayscale: #868686. Windows color (decimal): -3052472 or 4746449. OLE color: 4746449.

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

Color convert

RGB 209 108 72 -
CMYK 0 0.48 0.66 0.18
HSL 15.77º 0.6% 0.55% -
HSV(B) 15.77º 0.66% 0.82% -
XYZ 32.83 24.75 9.18 -
YUV 134.1 92.96 181.43 -
System Red Green Blue C M Y K H S L
Decimal 209 108 72 0 0.48 0.66 0.18 15.77 0.6 0.55
Hex D1 6C 48 0 30 42 12 10 3C 37
Octal 321 154 110 0 60 102 22 20 74 67
Binary 11010001 1101100 1001000 0 110000 1000010 10010 10000 111100 110111

Color Harmonies of #D16C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16C48

Black with #D16C48

Text Example


Text Example

White with #D16C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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