Html Css Color HEX #D37549 Red Damask

📋 copy color: '#D37549'

red 211 ◦ green 117 ◦ blue 73

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

Shades of Red Damask #D37549

Tints of Red Damask #D37549

RGB

 RED value IS 211 (82.81% from 255) = 52.62%

 GREEN value IS 117 (46.09% from 255) = 29.18%

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

R = 52.62%
G = 29.18%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D37549 (or 0xD37549) is known color: Red Damask. HEX triplet: D3, 75 and 49. RGB value is (211,117,73). Sum of RGB (Red+Green+Blue) = 211+117+73=401 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.62% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 211 - color contains mainly: red. Hex color #D37549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37549 is #2C8AB6. Grayscale: #8C8C8C. Windows color (decimal): -2919095 or 4814291. OLE color: 4814291.

HSL color Cylindrical-coordinate representation of color #D37549: hue angle of 19.13º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D37549 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 117 73 -
CMYK 0 0.45 0.65 0.17
HSL 19.13º 0.61% 0.56% -
HSV(B) 19.13º 0.65% 0.83% -
XYZ 34.43 27.05 9.71 -
YUV 140.09 90.14 178.58 -
System Red Green Blue C M Y K H S L
Decimal 211 117 73 0 0.45 0.65 0.17 19.13 0.61 0.56
Hex D3 75 49 0 2D 41 11 13 3D 38
Octal 323 165 111 0 55 101 21 23 75 70
Binary 11010011 1110101 1001001 0 101101 1000001 10001 10011 111101 111000

Color Harmonies of #D37549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37549

Black with #D37549

Text Example


Text Example

White with #D37549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37549; }

 p { color: rgb(211,117,73); }

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

background-color css

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

 a { background-color: rgb(211,117,73); }

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

border-color css

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

 span { border-color: rgb(211,117,73); }

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