Html Css Color HEX #D16845 Red Damask

📋 copy color: '#D16845'

red 209 ◦ green 104 ◦ blue 69

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

Shades of Red Damask #D16845

Tints of Red Damask #D16845

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.23%

 BLUE value IS 69 (27.34% from 255) = 18.06%

R = 54.71%
G = 27.23%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D16845 (or 0xD16845) is known color: Red Damask. HEX triplet: D1, 68 and 45. RGB value is (209,104,69). Sum of RGB (Red+Green+Blue) = 209+104+69=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D16845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16845 is #2E97BA. Grayscale: #838383. Windows color (decimal): -3053499 or 4548817. OLE color: 4548817.

HSL color Cylindrical-coordinate representation of color #D16845: hue angle of 15º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D16845 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 104 69 -
CMYK 0 0.50 0.67 0.18
HSL 15º 0.6% 0.55% -
HSV(B) 15º 0.67% 0.82% -
XYZ 32.32 23.89 8.54 -
YUV 131.41 92.79 183.35 -
System Red Green Blue C M Y K H S L
Decimal 209 104 69 0 0.50 0.67 0.18 15 0.6 0.55
Hex D1 68 45 0 32 43 12 F 3C 37
Octal 321 150 105 0 62 103 22 17 74 67
Binary 11010001 1101000 1000101 0 110010 1000011 10010 1111 111100 110111

Color Harmonies of #D16845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16845

Black with #D16845

Text Example


Text Example

White with #D16845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16845; }

 p { color: rgb(209,104,69); }

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

background-color css

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

 a { background-color: rgb(209,104,69); }

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

border-color css

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

 span { border-color: rgb(209,104,69); }

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