Html Css Color HEX #D16D3F Red Damask

📋 copy color: '#D16D3F'

red 209 ◦ green 109 ◦ blue 63

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

Shades of Red Damask #D16D3F

Tints of Red Damask #D16D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.54%

R = 54.86%
G = 28.61%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D16D3F (or 0xD16D3F) is known color: Red Damask. HEX triplet: D1, 6D and 3F. RGB value is (209,109,63). Sum of RGB (Red+Green+Blue) = 209+109+63=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16D3F is #2E92C0. Grayscale: #858585. Windows color (decimal): -3052225 or 4156881. OLE color: 4156881.

HSL color Cylindrical-coordinate representation of color #D16D3F: hue angle of 18.9º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D16D3F is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 109 63 -
CMYK 0 0.48 0.70 0.18
HSL 18.9º 0.61% 0.53% -
HSV(B) 18.9º 0.7% 0.82% -
XYZ 32.66 24.85 7.78 -
YUV 133.66 88.13 181.74 -
System Red Green Blue C M Y K H S L
Decimal 209 109 63 0 0.48 0.70 0.18 18.9 0.61 0.53
Hex D1 6D 3F 0 30 46 12 13 3D 35
Octal 321 155 77 0 60 106 22 23 75 65
Binary 11010001 1101101 111111 0 110000 1000110 10010 10011 111101 110101

Color Harmonies of #D16D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16D3F

Black with #D16D3F

Text Example


Text Example

White with #D16D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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