Html Css Color HEX #D1744B Red Damask

📋 copy color: '#D1744B'

red 209 ◦ green 116 ◦ blue 75

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

Shades of Red Damask #D1744B

Tints of Red Damask #D1744B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29%

 BLUE value IS 75 (29.69% from 255) = 18.75%

R = 52.25%
G = 29%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1744B (or 0xD1744B) is known color: Red Damask. HEX triplet: D1, 74 and 4B. RGB value is (209,116,75). Sum of RGB (Red+Green+Blue) = 209+116+75=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1744B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1744B is #2E8BB4. Grayscale: #8B8B8B. Windows color (decimal): -3050421 or 4945105. OLE color: 4945105.

HSL color Cylindrical-coordinate representation of color #D1744B: hue angle of 18.36º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1744B is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 116 75 -
CMYK 0 0.44 0.64 0.18
HSL 18.36º 0.59% 0.56% -
HSV(B) 18.36º 0.64% 0.82% -
XYZ 33.81 26.55 10 -
YUV 139.13 91.81 177.83 -
System Red Green Blue C M Y K H S L
Decimal 209 116 75 0 0.44 0.64 0.18 18.36 0.59 0.56
Hex D1 74 4B 0 2C 40 12 12 3B 38
Octal 321 164 113 0 54 100 22 22 73 70
Binary 11010001 1110100 1001011 0 101100 1000000 10010 10010 111011 111000

Color Harmonies of #D1744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1744B

Black with #D1744B

Text Example


Text Example

White with #D1744B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1744B; }

 p { color: rgb(209,116,75); }

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

background-color css

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

 a { background-color: rgb(209,116,75); }

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

border-color css

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

 span { border-color: rgb(209,116,75); }

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