Html Css Color HEX #D5704C Red Damask

📋 copy color: '#D5704C'

red 213 ◦ green 112 ◦ blue 76

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

Shades of Red Damask #D5704C

Tints of Red Damask #D5704C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.95%

R = 53.12%
G = 27.93%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5704C (or 0xD5704C) is known color: Red Damask. HEX triplet: D5, 70 and 4C. RGB value is (213,112,76). Sum of RGB (Red+Green+Blue) = 213+112+76=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D5704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5704C is #2A8FB3. Grayscale: #8A8A8A. Windows color (decimal): -2789300 or 5009621. OLE color: 5009621.

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

Color convert

RGB 213 112 76 -
CMYK 0 0.47 0.64 0.16
HSL 15.77º 0.62% 0.57% -
HSV(B) 15.77º 0.64% 0.84% -
XYZ 34.54 26.26 10.09 -
YUV 138.1 92.96 181.43 -
System Red Green Blue C M Y K H S L
Decimal 213 112 76 0 0.47 0.64 0.16 15.77 0.62 0.57
Hex D5 70 4C 0 2F 40 10 10 3E 39
Octal 325 160 114 0 57 100 20 20 76 71
Binary 11010101 1110000 1001100 0 101111 1000000 10000 10000 111110 111001

Color Harmonies of #D5704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5704C

Black with #D5704C

Text Example


Text Example

White with #D5704C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5704C; }

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

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

background-color css

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

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

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

border-color css

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

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

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