Html Css Color HEX #D16A50 Red Damask

📋 copy color: '#D16A50'

red 209 ◦ green 106 ◦ blue 80

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

Shades of Red Damask #D16A50

Tints of Red Damask #D16A50

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.84%

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

R = 52.91%
G = 26.84%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D16A50 (or 0xD16A50) is known color: Red Damask. HEX triplet: D1, 6A and 50. RGB value is (209,106,80). Sum of RGB (Red+Green+Blue) = 209+106+80=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16A50 is #2E95AF. Grayscale: #868686. Windows color (decimal): -3052976 or 5270225. OLE color: 5270225.

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

Color convert

RGB 209 106 80 -
CMYK 0 0.49 0.62 0.18
HSL 12.09º 0.58% 0.57% -
HSV(B) 12.09º 0.62% 0.82% -
XYZ 32.9 24.44 10.57 -
YUV 133.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 209 106 80 0 0.49 0.62 0.18 12.09 0.58 0.57
Hex D1 6A 50 0 31 3E 12 C 3A 39
Octal 321 152 120 0 61 76 22 14 72 71
Binary 11010001 1101010 1010000 0 110001 111110 10010 1100 111010 111001

Color Harmonies of #D16A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16A50

Black with #D16A50

Text Example


Text Example

White with #D16A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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