Html Css Color HEX #D16A41 Red Damask

📋 copy color: '#D16A41'

red 209 ◦ green 106 ◦ blue 65

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

Shades of Red Damask #D16A41

Tints of Red Damask #D16A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.11%

R = 55%
G = 27.89%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D16A41 (or 0xD16A41) is known color: Red Damask. HEX triplet: D1, 6A and 41. RGB value is (209,106,65). Sum of RGB (Red+Green+Blue) = 209+106+65=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16A41 is #2E95BE. Grayscale: #848484. Windows color (decimal): -3052991 or 4287185. OLE color: 4287185.

HSL color Cylindrical-coordinate representation of color #D16A41: hue angle of 17.08º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D16A41 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 106 65 -
CMYK 0 0.49 0.69 0.18
HSL 17.08º 0.61% 0.54% -
HSV(B) 17.08º 0.69% 0.82% -
XYZ 32.4 24.25 7.97 -
YUV 132.12 90.12 182.83 -
System Red Green Blue C M Y K H S L
Decimal 209 106 65 0 0.49 0.69 0.18 17.08 0.61 0.54
Hex D1 6A 41 0 31 45 12 11 3D 36
Octal 321 152 101 0 61 105 22 21 75 66
Binary 11010001 1101010 1000001 0 110001 1000101 10010 10001 111101 110110

Color Harmonies of #D16A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16A41

Black with #D16A41

Text Example


Text Example

White with #D16A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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