Html Css Color HEX #D56949 Red Damask

📋 copy color: '#D56949'

red 213 ◦ green 105 ◦ blue 73

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

Shades of Red Damask #D56949

Tints of Red Damask #D56949

RGB

 RED value IS 213 (83.59% from 255) = 54.48%

 GREEN value IS 105 (41.41% from 255) = 26.85%

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

R = 54.48%
G = 26.85%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D56949 (or 0xD56949) is known color: Red Damask. HEX triplet: D5, 69 and 49. RGB value is (213,105,73). Sum of RGB (Red+Green+Blue) = 213+105+73=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D56949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56949 is #2A96B6. Grayscale: #858585. Windows color (decimal): -2791095 or 4811221. OLE color: 4811221.

HSL color Cylindrical-coordinate representation of color #D56949: hue angle of 13.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D56949 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 105 73 -
CMYK 0 0.51 0.66 0.16
HSL 13.71º 0.63% 0.56% -
HSV(B) 13.71º 0.66% 0.84% -
XYZ 33.69 24.73 9.3 -
YUV 133.64 93.78 184.6 -
System Red Green Blue C M Y K H S L
Decimal 213 105 73 0 0.51 0.66 0.16 13.71 0.63 0.56
Hex D5 69 49 0 33 42 10 E 3E 38
Octal 325 151 111 0 63 102 20 16 76 70
Binary 11010101 1101001 1001001 0 110011 1000010 10000 1110 111110 111000

Color Harmonies of #D56949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56949

Black with #D56949

Text Example


Text Example

White with #D56949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56949; }

 p { color: rgb(213,105,73); }

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

background-color css

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

 a { background-color: rgb(213,105,73); }

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

border-color css

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

 span { border-color: rgb(213,105,73); }

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