Html Css Color HEX #D3724D Red Damask

📋 copy color: '#D3724D'

red 211 ◦ green 114 ◦ blue 77

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

Shades of Red Damask #D3724D

Tints of Red Damask #D3724D

RGB

 RED value IS 211 (82.81% from 255) = 52.49%

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

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

R = 52.49%
G = 28.36%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D3724D (or 0xD3724D) is known color: Red Damask. HEX triplet: D3, 72 and 4D. RGB value is (211,114,77). Sum of RGB (Red+Green+Blue) = 211+114+77=402 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.49% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 211 - color contains mainly: red. Hex color #D3724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3724D is #2C8DB2. Grayscale: #8B8B8B. Windows color (decimal): -2919859 or 5075667. OLE color: 5075667.

HSL color Cylindrical-coordinate representation of color #D3724D: hue angle of 16.57º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D3724D is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 114 77 -
CMYK 0 0.46 0.64 0.17
HSL 16.57º 0.6% 0.56% -
HSV(B) 16.57º 0.64% 0.83% -
XYZ 34.22 26.42 10.32 -
YUV 138.79 93.14 179.51 -
System Red Green Blue C M Y K H S L
Decimal 211 114 77 0 0.46 0.64 0.17 16.57 0.6 0.56
Hex D3 72 4D 0 2E 40 11 11 3C 38
Octal 323 162 115 0 56 100 21 21 74 70
Binary 11010011 1110010 1001101 0 101110 1000000 10001 10001 111100 111000

Color Harmonies of #D3724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3724D

Black with #D3724D

Text Example


Text Example

White with #D3724D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3724D; }

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

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

background-color css

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

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

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

border-color css

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

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

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