Html Css Color HEX #D5704D Red Damask

📋 copy color: '#D5704D'

red 213 ◦ green 112 ◦ blue 77

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

Shades of Red Damask #D5704D

Tints of Red Damask #D5704D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.15%

R = 52.99%
G = 27.86%
B = 19.15%

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

#D5704D (or 0xD5704D) is known color: Red Damask. HEX triplet: D5, 70 and 4D. RGB value is (213,112,77). Sum of RGB (Red+Green+Blue) = 213+112+77=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D5704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5704D is #2A8FB2. Grayscale: #8A8A8A. Windows color (decimal): -2789299 or 5075157. OLE color: 5075157.

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

Color convert

RGB 213 112 77 -
CMYK 0 0.47 0.64 0.16
HSL 15.44º 0.62% 0.57% -
HSV(B) 15.44º 0.64% 0.84% -
XYZ 34.57 26.27 10.27 -
YUV 138.21 93.46 181.35 -
System Red Green Blue C M Y K H S L
Decimal 213 112 77 0 0.47 0.64 0.16 15.44 0.62 0.57
Hex D5 70 4D 0 2F 40 10 F 3E 39
Octal 325 160 115 0 57 100 20 17 76 71
Binary 11010101 1110000 1001101 0 101111 1000000 10000 1111 111110 111001

Color Harmonies of #D5704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5704D

Black with #D5704D

Text Example


Text Example

White with #D5704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5704D; }

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

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

background-color css

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

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

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

border-color css

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

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

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