Html Css Color HEX #D3714D Red Damask

📋 copy color: '#D3714D'

red 211 ◦ green 113 ◦ blue 77

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

Shades of Red Damask #D3714D

Tints of Red Damask #D3714D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.18%

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

R = 52.62%
G = 28.18%
B = 19.2%

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

#D3714D (or 0xD3714D) is known color: Red Damask. HEX triplet: D3, 71 and 4D. RGB value is (211,113,77). Sum of RGB (Red+Green+Blue) = 211+113+77=401 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.62% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 211 - color contains mainly: red. Hex color #D3714D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3714D is #2C8EB2. Grayscale: #8A8A8A. Windows color (decimal): -2920115 or 5075411. OLE color: 5075411.

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

Color convert

RGB 211 113 77 -
CMYK 0 0.46 0.64 0.17
HSL 16.12º 0.6% 0.56% -
HSV(B) 16.12º 0.64% 0.83% -
XYZ 34.11 26.19 10.28 -
YUV 138.2 93.47 179.93 -
System Red Green Blue C M Y K H S L
Decimal 211 113 77 0 0.46 0.64 0.17 16.12 0.6 0.56
Hex D3 71 4D 0 2E 40 11 10 3C 38
Octal 323 161 115 0 56 100 21 20 74 70
Binary 11010011 1110001 1001101 0 101110 1000000 10001 10000 111100 111000

Color Harmonies of #D3714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3714D

Black with #D3714D

Text Example


Text Example

White with #D3714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3714D; }

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

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

background-color css

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

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

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

border-color css

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

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

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