Html Css Color HEX #D16743 Red Damask

📋 copy color: '#D16743'

red 209 ◦ green 103 ◦ blue 67

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

Shades of Red Damask #D16743

Tints of Red Damask #D16743

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.18%

 BLUE value IS 67 (26.56% from 255) = 17.68%

R = 55.15%
G = 27.18%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D16743 (or 0xD16743) is known color: Red Damask. HEX triplet: D1, 67 and 43. RGB value is (209,103,67). Sum of RGB (Red+Green+Blue) = 209+103+67=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D16743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16743 is #2E98BC. Grayscale: #828282. Windows color (decimal): -3053757 or 4417489. OLE color: 4417489.

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

Color convert

RGB 209 103 67 -
CMYK 0 0.51 0.68 0.18
HSL 15.21º 0.61% 0.54% -
HSV(B) 15.21º 0.68% 0.82% -
XYZ 32.16 23.66 8.18 -
YUV 130.59 92.12 183.93 -
System Red Green Blue C M Y K H S L
Decimal 209 103 67 0 0.51 0.68 0.18 15.21 0.61 0.54
Hex D1 67 43 0 33 44 12 F 3D 36
Octal 321 147 103 0 63 104 22 17 75 66
Binary 11010001 1100111 1000011 0 110011 1000100 10010 1111 111101 110110

Color Harmonies of #D16743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16743

Black with #D16743

Text Example


Text Example

White with #D16743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16743; }

 p { color: rgb(209,103,67); }

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

background-color css

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

 a { background-color: rgb(209,103,67); }

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

border-color css

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

 span { border-color: rgb(209,103,67); }

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