Html Css Color HEX #D57047 Red Damask

📋 copy color: '#D57047'

red 213 ◦ green 112 ◦ blue 71

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

Shades of Red Damask #D57047

Tints of Red Damask #D57047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.93%

R = 53.79%
G = 28.28%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D57047 (or 0xD57047) is known color: Red Damask. HEX triplet: D5, 70 and 47. RGB value is (213,112,71). Sum of RGB (Red+Green+Blue) = 213+112+71=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D57047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57047 is #2A8FB8. Grayscale: #898989. Windows color (decimal): -2789305 or 4681941. OLE color: 4681941.

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

Color convert

RGB 213 112 71 -
CMYK 0 0.47 0.67 0.16
HSL 17.32º 0.63% 0.56% -
HSV(B) 17.32º 0.67% 0.84% -
XYZ 34.37 26.19 9.2 -
YUV 137.53 90.46 181.83 -
System Red Green Blue C M Y K H S L
Decimal 213 112 71 0 0.47 0.67 0.16 17.32 0.63 0.56
Hex D5 70 47 0 2F 43 10 11 3F 38
Octal 325 160 107 0 57 103 20 21 77 70
Binary 11010101 1110000 1000111 0 101111 1000011 10000 10001 111111 111000

Color Harmonies of #D57047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57047

Black with #D57047

Text Example


Text Example

White with #D57047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57047; }

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

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

background-color css

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

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

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

border-color css

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

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

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