Html Css Color HEX #D16745 Red Damask

📋 copy color: '#D16745'

red 209 ◦ green 103 ◦ blue 69

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

Shades of Red Damask #D16745

Tints of Red Damask #D16745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.11%

R = 54.86%
G = 27.03%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D16745 (or 0xD16745) is known color: Red Damask. HEX triplet: D1, 67 and 45. RGB value is (209,103,69). Sum of RGB (Red+Green+Blue) = 209+103+69=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D16745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16745 is #2E98BA. Grayscale: #838383. Windows color (decimal): -3053755 or 4548561. OLE color: 4548561.

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

Color convert

RGB 209 103 69 -
CMYK 0 0.51 0.67 0.18
HSL 14.57º 0.6% 0.55% -
HSV(B) 14.57º 0.67% 0.82% -
XYZ 32.22 23.69 8.5 -
YUV 130.82 93.12 183.76 -
System Red Green Blue C M Y K H S L
Decimal 209 103 69 0 0.51 0.67 0.18 14.57 0.6 0.55
Hex D1 67 45 0 33 43 12 F 3C 37
Octal 321 147 105 0 63 103 22 17 74 67
Binary 11010001 1100111 1000101 0 110011 1000011 10010 1111 111100 110111

Color Harmonies of #D16745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16745

Black with #D16745

Text Example


Text Example

White with #D16745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16745; }

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

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

background-color css

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

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

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

border-color css

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

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

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