Html Css Color HEX #D16950 Red Damask

📋 copy color: '#D16950'

red 209 ◦ green 105 ◦ blue 80

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

Shades of Red Damask #D16950

Tints of Red Damask #D16950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.65%

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

R = 53.05%
G = 26.65%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D16950 (or 0xD16950) is known color: Red Damask. HEX triplet: D1, 69 and 50. RGB value is (209,105,80). Sum of RGB (Red+Green+Blue) = 209+105+80=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D16950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16950 is #2E96AF. Grayscale: #858585. Windows color (decimal): -3053232 or 5269969. OLE color: 5269969.

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

Color convert

RGB 209 105 80 -
CMYK 0 0.50 0.62 0.18
HSL 11.63º 0.58% 0.57% -
HSV(B) 11.63º 0.62% 0.82% -
XYZ 32.79 24.24 10.54 -
YUV 133.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 209 105 80 0 0.50 0.62 0.18 11.63 0.58 0.57
Hex D1 69 50 0 32 3E 12 C 3A 39
Octal 321 151 120 0 62 76 22 14 72 71
Binary 11010001 1101001 1010000 0 110010 111110 10010 1100 111010 111001

Color Harmonies of #D16950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16950

Black with #D16950

Text Example


Text Example

White with #D16950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16950; }

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

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

background-color css

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

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

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

border-color css

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

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

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