Html Css Color HEX #D16A40 Red Damask

📋 copy color: '#D16A40'

red 209 ◦ green 106 ◦ blue 64

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

Shades of Red Damask #D16A40

Tints of Red Damask #D16A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.89%

R = 55.15%
G = 27.97%
B = 16.89%

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

#D16A40 (or 0xD16A40) is known color: Red Damask. HEX triplet: D1, 6A and 40. RGB value is (209,106,64). Sum of RGB (Red+Green+Blue) = 209+106+64=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16A40 is #2E95BF. Grayscale: #848484. Windows color (decimal): -3052992 or 4221649. OLE color: 4221649.

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

Color convert

RGB 209 106 64 -
CMYK 0 0.49 0.69 0.18
HSL 17.38º 0.61% 0.54% -
HSV(B) 17.38º 0.69% 0.82% -
XYZ 32.37 24.23 7.82 -
YUV 132.01 89.62 182.92 -
System Red Green Blue C M Y K H S L
Decimal 209 106 64 0 0.49 0.69 0.18 17.38 0.61 0.54
Hex D1 6A 40 0 31 45 12 11 3D 36
Octal 321 152 100 0 61 105 22 21 75 66
Binary 11010001 1101010 1000000 0 110001 1000101 10010 10001 111101 110110

Color Harmonies of #D16A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16A40

Black with #D16A40

Text Example


Text Example

White with #D16A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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