Html Css Color HEX #D5704E Red Damask

📋 copy color: '#D5704E'

red 213 ◦ green 112 ◦ blue 78

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

Shades of Red Damask #D5704E

Tints of Red Damask #D5704E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.35%

R = 52.85%
G = 27.79%
B = 19.35%

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

#D5704E (or 0xD5704E) is known color: Red Damask. HEX triplet: D5, 70 and 4E. RGB value is (213,112,78). Sum of RGB (Red+Green+Blue) = 213+112+78=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5704E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5704E is #2A8FB1. Grayscale: #8A8A8A. Windows color (decimal): -2789298 or 5140693. OLE color: 5140693.

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

Color convert

RGB 213 112 78 -
CMYK 0 0.47 0.63 0.16
HSL 15.11º 0.62% 0.57% -
HSV(B) 15.11º 0.63% 0.84% -
XYZ 34.61 26.28 10.46 -
YUV 138.32 93.96 181.26 -
System Red Green Blue C M Y K H S L
Decimal 213 112 78 0 0.47 0.63 0.16 15.11 0.62 0.57
Hex D5 70 4E 0 2F 3F 10 F 3E 39
Octal 325 160 116 0 57 77 20 17 76 71
Binary 11010101 1110000 1001110 0 101111 111111 10000 1111 111110 111001

Color Harmonies of #D5704E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5704E

Black with #D5704E

Text Example


Text Example

White with #D5704E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5704E; }

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

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

background-color css

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

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

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

border-color css

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

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

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