Html Css Color HEX #D57449 Red Damask

📋 copy color: '#D57449'

red 213 ◦ green 116 ◦ blue 73

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

Shades of Red Damask #D57449

Tints of Red Damask #D57449

RGB

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

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

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

R = 52.99%
G = 28.86%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D57449 (or 0xD57449) is known color: Red Damask. HEX triplet: D5, 74 and 49. RGB value is (213,116,73). Sum of RGB (Red+Green+Blue) = 213+116+73=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D57449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57449 is #2A8BB6. Grayscale: #8C8C8C. Windows color (decimal): -2788279 or 4814037. OLE color: 4814037.

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

Color convert

RGB 213 116 73 -
CMYK 0 0.46 0.66 0.16
HSL 18.43º 0.63% 0.56% -
HSV(B) 18.43º 0.66% 0.84% -
XYZ 34.89 27.12 9.7 -
YUV 140.1 90.14 180 -
System Red Green Blue C M Y K H S L
Decimal 213 116 73 0 0.46 0.66 0.16 18.43 0.63 0.56
Hex D5 74 49 0 2E 42 10 12 3E 38
Octal 325 164 111 0 56 102 20 22 76 70
Binary 11010101 1110100 1001001 0 101110 1000010 10000 10010 111110 111000

Color Harmonies of #D57449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57449

Black with #D57449

Text Example


Text Example

White with #D57449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57449; }

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

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

background-color css

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

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

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

border-color css

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

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

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