Html Css Color HEX #D5724D Red Damask

📋 copy color: '#D5724D'

red 213 ◦ green 114 ◦ blue 77

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

Shades of Red Damask #D5724D

Tints of Red Damask #D5724D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.22%

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

R = 52.72%
G = 28.22%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5724D (or 0xD5724D) is known color: Red Damask. HEX triplet: D5, 72 and 4D. RGB value is (213,114,77). Sum of RGB (Red+Green+Blue) = 213+114+77=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5724D is #2A8DB2. Grayscale: #8B8B8B. Windows color (decimal): -2788787 or 5075669. OLE color: 5075669.

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

Color convert

RGB 213 114 77 -
CMYK 0 0.46 0.64 0.16
HSL 16.32º 0.62% 0.57% -
HSV(B) 16.32º 0.64% 0.84% -
XYZ 34.8 26.72 10.34 -
YUV 139.38 92.8 180.51 -
System Red Green Blue C M Y K H S L
Decimal 213 114 77 0 0.46 0.64 0.16 16.32 0.62 0.57
Hex D5 72 4D 0 2E 40 10 10 3E 39
Octal 325 162 115 0 56 100 20 20 76 71
Binary 11010101 1110010 1001101 0 101110 1000000 10000 10000 111110 111001

Color Harmonies of #D5724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5724D

Black with #D5724D

Text Example


Text Example

White with #D5724D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5724D; }

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

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

background-color css

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

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

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

border-color css

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

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

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