Html Css Color HEX #D16F46 Red Damask

📋 copy color: '#D16F46'

red 209 ◦ green 111 ◦ blue 70

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

Shades of Red Damask #D16F46

Tints of Red Damask #D16F46

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.46%

 BLUE value IS 70 (27.73% from 255) = 17.95%

R = 53.59%
G = 28.46%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D16F46 (or 0xD16F46) is known color: Red Damask. HEX triplet: D1, 6F and 46. RGB value is (209,111,70). Sum of RGB (Red+Green+Blue) = 209+111+70=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16F46 is #2E90B9. Grayscale: #878787. Windows color (decimal): -3051706 or 4616145. OLE color: 4616145.

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

Color convert

RGB 209 111 70 -
CMYK 0 0.47 0.67 0.18
HSL 17.7º 0.6% 0.55% -
HSV(B) 17.7º 0.67% 0.82% -
XYZ 33.08 25.37 8.95 -
YUV 135.63 90.97 180.33 -
System Red Green Blue C M Y K H S L
Decimal 209 111 70 0 0.47 0.67 0.18 17.7 0.6 0.55
Hex D1 6F 46 0 2F 43 12 12 3C 37
Octal 321 157 106 0 57 103 22 22 74 67
Binary 11010001 1101111 1000110 0 101111 1000011 10010 10010 111100 110111

Color Harmonies of #D16F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16F46

Black with #D16F46

Text Example


Text Example

White with #D16F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16F46; }

 p { color: rgb(209,111,70); }

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

background-color css

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

 a { background-color: rgb(209,111,70); }

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

border-color css

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

 span { border-color: rgb(209,111,70); }

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