Html Css Color HEX #D1704B Red Damask

📋 copy color: '#D1704B'

red 209 ◦ green 112 ◦ blue 75

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

Shades of Red Damask #D1704B

Tints of Red Damask #D1704B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.28%

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

R = 52.78%
G = 28.28%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1704B (or 0xD1704B) is known color: Red Damask. HEX triplet: D1, 70 and 4B. RGB value is (209,112,75). Sum of RGB (Red+Green+Blue) = 209+112+75=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D1704B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1704B is #2E8FB4. Grayscale: #898989. Windows color (decimal): -3051445 or 4944081. OLE color: 4944081.

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

Color convert

RGB 209 112 75 -
CMYK 0 0.46 0.64 0.18
HSL 16.57º 0.59% 0.56% -
HSV(B) 16.57º 0.64% 0.82% -
XYZ 33.36 25.65 9.85 -
YUV 136.79 93.14 179.51 -
System Red Green Blue C M Y K H S L
Decimal 209 112 75 0 0.46 0.64 0.18 16.57 0.59 0.56
Hex D1 70 4B 0 2E 40 12 11 3B 38
Octal 321 160 113 0 56 100 22 21 73 70
Binary 11010001 1110000 1001011 0 101110 1000000 10010 10001 111011 111000

Color Harmonies of #D1704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1704B

Black with #D1704B

Text Example


Text Example

White with #D1704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1704B; }

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

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

background-color css

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

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

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

border-color css

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

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

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