Html Css Color HEX #D16D50 Red Damask

📋 copy color: '#D16D50'

red 209 ◦ green 109 ◦ blue 80

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

Shades of Red Damask #D16D50

Tints of Red Damask #D16D50

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.39%

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

R = 52.51%
G = 27.39%
B = 20.1%

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

#D16D50 (or 0xD16D50) is known color: Red Damask. HEX triplet: D1, 6D and 50. RGB value is (209,109,80). Sum of RGB (Red+Green+Blue) = 209+109+80=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16D50 is #2E92AF. Grayscale: #878787. Windows color (decimal): -3052208 or 5270993. OLE color: 5270993.

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

Color convert

RGB 209 109 80 -
CMYK 0 0.48 0.62 0.18
HSL 13.49º 0.58% 0.57% -
HSV(B) 13.49º 0.62% 0.82% -
XYZ 33.21 25.07 10.68 -
YUV 135.59 96.63 180.36 -
System Red Green Blue C M Y K H S L
Decimal 209 109 80 0 0.48 0.62 0.18 13.49 0.58 0.57
Hex D1 6D 50 0 30 3E 12 D 3A 39
Octal 321 155 120 0 60 76 22 15 72 71
Binary 11010001 1101101 1010000 0 110000 111110 10010 1101 111010 111001

Color Harmonies of #D16D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16D50

Black with #D16D50

Text Example


Text Example

White with #D16D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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