Html Css Color HEX #D3714E Red Damask

📋 copy color: '#D3714E'

red 211 ◦ green 113 ◦ blue 78

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

Shades of Red Damask #D3714E

Tints of Red Damask #D3714E

RGB

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

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

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

R = 52.49%
G = 28.11%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D3714E (or 0xD3714E) is known color: Red Damask. HEX triplet: D3, 71 and 4E. RGB value is (211,113,78). Sum of RGB (Red+Green+Blue) = 211+113+78=402 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.49% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 211 - color contains mainly: red. Hex color #D3714E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3714E is #2C8EB1. Grayscale: #8A8A8A. Windows color (decimal): -2920114 or 5140947. OLE color: 5140947.

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

Color convert

RGB 211 113 78 -
CMYK 0 0.46 0.63 0.17
HSL 15.79º 0.6% 0.57% -
HSV(B) 15.79º 0.63% 0.83% -
XYZ 34.14 26.21 10.47 -
YUV 138.31 93.97 179.85 -
System Red Green Blue C M Y K H S L
Decimal 211 113 78 0 0.46 0.63 0.17 15.79 0.6 0.57
Hex D3 71 4E 0 2E 3F 11 10 3C 39
Octal 323 161 116 0 56 77 21 20 74 71
Binary 11010011 1110001 1001110 0 101110 111111 10001 10000 111100 111001

Color Harmonies of #D3714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3714E

Black with #D3714E

Text Example


Text Example

White with #D3714E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3714E; }

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

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

background-color css

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

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

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

border-color css

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

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

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