Html Css Color HEX #D5704F Red Damask

📋 copy color: '#D5704F'

red 213 ◦ green 112 ◦ blue 79

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

Shades of Red Damask #D5704F

Tints of Red Damask #D5704F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.55%

R = 52.72%
G = 27.72%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5704F (or 0xD5704F) is known color: Red Damask. HEX triplet: D5, 70 and 4F. RGB value is (213,112,79). Sum of RGB (Red+Green+Blue) = 213+112+79=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5704F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5704F is #2A8FB0. Grayscale: #8A8A8A. Windows color (decimal): -2789297 or 5206229. OLE color: 5206229.

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

Color convert

RGB 213 112 79 -
CMYK 0 0.47 0.63 0.16
HSL 14.78º 0.61% 0.57% -
HSV(B) 14.78º 0.63% 0.84% -
XYZ 34.65 26.3 10.65 -
YUV 138.44 94.46 181.18 -
System Red Green Blue C M Y K H S L
Decimal 213 112 79 0 0.47 0.63 0.16 14.78 0.61 0.57
Hex D5 70 4F 0 2F 3F 10 F 3D 39
Octal 325 160 117 0 57 77 20 17 75 71
Binary 11010101 1110000 1001111 0 101111 111111 10000 1111 111101 111001

Color Harmonies of #D5704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5704F

Black with #D5704F

Text Example


Text Example

White with #D5704F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5704F; }

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

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

background-color css

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

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

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

border-color css

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

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

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