Html Css Color HEX #D17349 Red Damask

📋 copy color: '#D17349'

red 209 ◦ green 115 ◦ blue 73

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

Shades of Red Damask #D17349

Tints of Red Damask #D17349

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.97%

 BLUE value IS 73 (28.91% from 255) = 18.39%

R = 52.64%
G = 28.97%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D17349 (or 0xD17349) is known color: Red Damask. HEX triplet: D1, 73 and 49. RGB value is (209,115,73). Sum of RGB (Red+Green+Blue) = 209+115+73=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D17349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17349 is #2E8CB6. Grayscale: #8A8A8A. Windows color (decimal): -3050679 or 4813777. OLE color: 4813777.

HSL color Cylindrical-coordinate representation of color #D17349: hue angle of 18.53º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D17349 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 115 73 -
CMYK 0 0.45 0.65 0.18
HSL 18.53º 0.6% 0.55% -
HSV(B) 18.53º 0.65% 0.82% -
XYZ 33.63 26.3 9.61 -
YUV 138.32 91.14 178.42 -
System Red Green Blue C M Y K H S L
Decimal 209 115 73 0 0.45 0.65 0.18 18.53 0.6 0.55
Hex D1 73 49 0 2D 41 12 13 3C 37
Octal 321 163 111 0 55 101 22 23 74 67
Binary 11010001 1110011 1001001 0 101101 1000001 10010 10011 111100 110111

Color Harmonies of #D17349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17349

Black with #D17349

Text Example


Text Example

White with #D17349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17349; }

 p { color: rgb(209,115,73); }

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

background-color css

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

 a { background-color: rgb(209,115,73); }

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

border-color css

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

 span { border-color: rgb(209,115,73); }

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