Html Css Color HEX #D16F41 Red Damask

📋 copy color: '#D16F41'

red 209 ◦ green 111 ◦ blue 65

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

Shades of Red Damask #D16F41

Tints of Red Damask #D16F41

RGB

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

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

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

R = 54.29%
G = 28.83%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D16F41 (or 0xD16F41) is known color: Red Damask. HEX triplet: D1, 6F and 41. RGB value is (209,111,65). Sum of RGB (Red+Green+Blue) = 209+111+65=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16F41 is #2E90BE. Grayscale: #878787. Windows color (decimal): -3051711 or 4288465. OLE color: 4288465.

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

Color convert

RGB 209 111 65 -
CMYK 0 0.47 0.69 0.18
HSL 19.17º 0.61% 0.54% -
HSV(B) 19.17º 0.69% 0.82% -
XYZ 32.93 25.31 8.15 -
YUV 135.06 88.47 180.74 -
System Red Green Blue C M Y K H S L
Decimal 209 111 65 0 0.47 0.69 0.18 19.17 0.61 0.54
Hex D1 6F 41 0 2F 45 12 13 3D 36
Octal 321 157 101 0 57 105 22 23 75 66
Binary 11010001 1101111 1000001 0 101111 1000101 10010 10011 111101 110110

Color Harmonies of #D16F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16F41

Black with #D16F41

Text Example


Text Example

White with #D16F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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