Html Css Color HEX #D57049 Red Damask

📋 copy color: '#D57049'

red 213 ◦ green 112 ◦ blue 73

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

Shades of Red Damask #D57049

Tints of Red Damask #D57049

RGB

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

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

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

R = 53.52%
G = 28.14%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D57049 (or 0xD57049) is known color: Red Damask. HEX triplet: D5, 70 and 49. RGB value is (213,112,73). Sum of RGB (Red+Green+Blue) = 213+112+73=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D57049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57049 is #2A8FB6. Grayscale: #8A8A8A. Windows color (decimal): -2789303 or 4813013. OLE color: 4813013.

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

Color convert

RGB 213 112 73 -
CMYK 0 0.47 0.66 0.16
HSL 16.71º 0.63% 0.56% -
HSV(B) 16.71º 0.66% 0.84% -
XYZ 34.44 26.22 9.55 -
YUV 137.75 91.46 181.67 -
System Red Green Blue C M Y K H S L
Decimal 213 112 73 0 0.47 0.66 0.16 16.71 0.63 0.56
Hex D5 70 49 0 2F 42 10 11 3E 38
Octal 325 160 111 0 57 102 20 21 76 70
Binary 11010101 1110000 1001001 0 101111 1000010 10000 10001 111110 111000

Color Harmonies of #D57049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57049

Black with #D57049

Text Example


Text Example

White with #D57049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57049; }

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

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

background-color css

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

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

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

border-color css

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

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

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