COLOR #D9474F

HEX: #D9474F
RGB: (217,71,79)

Renk bilgisi

#D9474F contains mainly red color. #D9474F ‘ nin web güvenlik rengi #CC3366 (ya da #C36) dir.

RGB renk modeli

#D9474F color RGB value is (217,71,79).

  • kırmız ton 217;
  • yeşil ton 71;
  • mavi ton 79.
RGB:
(217,71,79)
(85%,28%,31%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 71 of 255 = 28%
B 79 of 255 = 31%

217
71
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 71 + 79 = 367 (100%)
R 217 of 367 ~ 59.13%
G 71 of 367 ~ 19.35%
B 79 of 367 ~ 21.53%

%59.13
%19.35
%21.53

CMYK RENK MODELİ

#D9474F rengi CMYK tonu (0,67,64,15).

  • camgöbeği tonu 0.00%
  • eflatun tonu 67.28%
  • sarı tonu 63.59%
  • ana renk tonu 14.90%
CMYK:
(0,67,64,15)
C0M67Y64K15 
(0%,67%,64%,15%)
(0.00/0.67/0.64/0.15)	

CMYK yüzdeleri

%0
%67.28
%63.59
%14.9

Codes

Color #D9474F in popluar color models

D9474F
RGB2177179
HSL357°65.77%56.47%
HSB/HSV357°67.28%85.10%
CMYK0.00%67.28%63.59%
14.90%

Color #D9474F in popluar number systems.

HEXD9474F
Decimal2177179
Binary1101100110001111001111
Octal331107117

Shades and tints

Shades of #D9474F

#D9474F
(217,71,79)
#C64148
(198,65,72)
#B33B41
(179,59,65)
#A0353A
(160,53,58)
#8D2F33
(141,47,51)
#7A292C
(122,41,44)
#672325
(103,35,37)
#541D1E
(84,29,30)
#411717
(65,23,23)
#2E1110
(46,17,16)
#1B0B09
(27,11,9)
#000000
(0,0,0)

Tints of #D9474F

#D9474F
(217,71,79)
#DC575F
(220,87,95)
#DF676F
(223,103,111)
#E2777F
(226,119,127)
#E5878F
(229,135,143)
#E8979F
(232,151,159)
#EBA7AF
(235,167,175)
#EEB7BF
(238,183,191)
#F1C7CF
(241,199,207)
#F4D7DF
(244,215,223)
#F7E7EF
(247,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9474F color. Also use rgb(217,71,79) instead hex code.

Text Font Color

.myTextColor { color: #D9474F; }

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

This text font color is #D9474F.


Background Color

.myBgColor { background-color: #D9474F; }

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

This div background color is #D9474F.


Border color

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

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

This div border color is #D9474F.


Opacity

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

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

Text with #D9474F 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 #D9474F;}

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

This text has shadow with #D9474F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9474F on black background.


Color preview on white background

This text has color #D9474F on white background.



Black color preview on #D9474F background

This text has black color on #D9474F background.


White color preview on #D9474F background

This text has white color on #D9474F background.