Html Css Color HEX #D16F44 Red Damask

📋 copy color: '#D16F44'

red 209 ◦ green 111 ◦ blue 68

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

Shades of Red Damask #D16F44

Tints of Red Damask #D16F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.53%

R = 53.87%
G = 28.61%
B = 17.53%

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

#D16F44 (or 0xD16F44) is known color: Red Damask. HEX triplet: D1, 6F and 44. RGB value is (209,111,68). Sum of RGB (Red+Green+Blue) = 209+111+68=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16F44 is #2E90BB. Grayscale: #878787. Windows color (decimal): -3051708 or 4485073. OLE color: 4485073.

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

Color convert

RGB 209 111 68 -
CMYK 0 0.47 0.67 0.18
HSL 18.3º 0.61% 0.54% -
HSV(B) 18.3º 0.67% 0.82% -
XYZ 33.02 25.34 8.62 -
YUV 135.4 89.97 180.5 -
System Red Green Blue C M Y K H S L
Decimal 209 111 68 0 0.47 0.67 0.18 18.3 0.61 0.54
Hex D1 6F 44 0 2F 43 12 12 3D 36
Octal 321 157 104 0 57 103 22 22 75 66
Binary 11010001 1101111 1000100 0 101111 1000011 10010 10010 111101 110110

Color Harmonies of #D16F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16F44

Black with #D16F44

Text Example


Text Example

White with #D16F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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