COLOR #D65D4F

HEX: #D65D4F
RGB: (214,93,79)

Renk bilgisi

#D65D4F contains mainly red color. #D65D4F ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#D65D4F color RGB value is (214,93,79).

  • kırmız ton 214;
  • yeşil ton 93;
  • mavi ton 79.
RGB:
(214,93,79)
(84%,36%,31%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 93 of 255 = 36%
B 79 of 255 = 31%

214
93
79

R + G + B ~ 50%. #D65D4F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 93 + 79 = 386 (100%)
R 214 of 386 ~ 55.44%
G 93 of 386 ~ 24.09%
B 79 of 386 ~ 20.47%

%55.44
%24.09
%20.47

CMYK RENK MODELİ

#D65D4F rengi CMYK tonu (0,57,63,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.54%
  • sarı tonu 63.08%
  • ana renk tonu 16.08%
CMYK:
(0,57,63,16)
C0M57Y63K16 
(0%,57%,63%,16%)
(0.00/0.57/0.63/0.16)	

CMYK yüzdeleri

%0
%56.54
%63.08
%16.08

Codes

Color #D65D4F in popluar color models

D65D4F
RGB2149379
HSL62.21%57.45%
HSB/HSV63.08%83.92%
CMYK0.00%56.54%63.08%
16.08%

Color #D65D4F in popluar number systems.

HEXD65D4F
Decimal2149379
Binary1101011010111011001111
Octal326135117

Shades and tints

Shades of #D65D4F

#D65D4F
(214,93,79)
#C35548
(195,85,72)
#B04D41
(176,77,65)
#9D453A
(157,69,58)
#8A3D33
(138,61,51)
#77352C
(119,53,44)
#642D25
(100,45,37)
#51251E
(81,37,30)
#3E1D17
(62,29,23)
#2B1510
(43,21,16)
#180D09
(24,13,9)
#000000
(0,0,0)

Tints of #D65D4F

#D65D4F
(214,93,79)
#D96B5F
(217,107,95)
#DC796F
(220,121,111)
#DF877F
(223,135,127)
#E2958F
(226,149,143)
#E5A39F
(229,163,159)
#E8B1AF
(232,177,175)
#EBBFBF
(235,191,191)
#EECDCF
(238,205,207)
#F1DBDF
(241,219,223)
#F4E9EF
(244,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D65D4F color. Also use rgb(214,93,79) instead hex code.

Text Font Color

.myTextColor { color: #D65D4F; }

<p style="color:#D65D4F">This sample text font color is #D65D4F.</p>

This text font color is #D65D4F.


Background Color

.myBgColor { background-color: #D65D4F; }

<div style="background-color:#D65D4F">Inner text</div>

This div background color is #D65D4F.


Border color

.myBorderColor { border: 1px solid #D65D4F; }

<div style="border:3px solid #D65D4F">Div</div>

This div border color is #D65D4F.


Opacity

.myOpacity80 { color: #D65D4F; opacity: 0.8; }

<p style="color:#D65D4F;opacity:0.8;">80%</p>

Text with #D65D4F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D65D4F;}

<p style="text-shadow: 3px 3px 1px #D65D4F">Text here.</p>

This text has shadow with #D65D4F color.

.textShadow {text-shadow: 3px 3px 1px #D65D4F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D65D4F, 5px 5px 20px red">Text here.</p>

This text has shadow with #D65D4F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D65D4F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D65D4F, Direction=45, Strength=4)">Text</p>

This text has shadow with #D65D4F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D65D4F;
  -webkit-box-shadow:	1px 1px 3px 2px #D65D4F;
  box-shadow:		1px 1px 3px 2px #D65D4F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D65D4F;
-webkit-box-shadow: 1px 1px 3px 2px #D65D4F;
box-shadow:1px 1px 3px 2px #D65D4F;">
Div content here</div>
This div box has shadow with color #D65D4F.

Preview

Color preview on black background

This text has color #D65D4F on black background.


Color preview on white background

This text has color #D65D4F on white background.



Black color preview on #D65D4F background

This text has black color on #D65D4F background.


White color preview on #D65D4F background

This text has white color on #D65D4F background.