Html Css Color HEX #D16C50 Red Damask

📋 copy color: '#D16C50'

red 209 ◦ green 108 ◦ blue 80

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

Shades of Red Damask #D16C50

Tints of Red Damask #D16C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.15%

R = 52.64%
G = 27.2%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D16C50 (or 0xD16C50) is known color: Red Damask. HEX triplet: D1, 6C and 50. RGB value is (209,108,80). Sum of RGB (Red+Green+Blue) = 209+108+80=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16C50 is #2E93AF. Grayscale: #878787. Windows color (decimal): -3052464 or 5270737. OLE color: 5270737.

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

Color convert

RGB 209 108 80 -
CMYK 0 0.48 0.62 0.18
HSL 13.02º 0.58% 0.57% -
HSV(B) 13.02º 0.62% 0.82% -
XYZ 33.11 24.86 10.64 -
YUV 135.01 96.96 180.78 -
System Red Green Blue C M Y K H S L
Decimal 209 108 80 0 0.48 0.62 0.18 13.02 0.58 0.57
Hex D1 6C 50 0 30 3E 12 D 3A 39
Octal 321 154 120 0 60 76 22 15 72 71
Binary 11010001 1101100 1010000 0 110000 111110 10010 1101 111010 111001

Color Harmonies of #D16C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16C50

Black with #D16C50

Text Example


Text Example

White with #D16C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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