COLOR #D74B5D

HEX: #D74B5D
RGB: (215,75,93)

Renk bilgisi

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

RGB renk modeli

#D74B5D color RGB value is (215,75,93).

  • kırmız ton 215;
  • yeşil ton 75;
  • mavi ton 93.
RGB:
(215,75,93)
(84%,29%,36%)

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 75 of 255 = 29%
B 93 of 255 = 36%

215
75
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 75 + 93 = 383 (100%)
R 215 of 383 ~ 56.14%
G 75 of 383 ~ 19.58%
B 93 of 383 ~ 24.28%

%56.14
%19.58
%24.28

CMYK RENK MODELİ

#D74B5D rengi CMYK tonu (0,65,57,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 65.12%
  • sarı tonu 56.74%
  • ana renk tonu 15.69%
CMYK:
(0,65,57,16)
C0M65Y57K16 
(0%,65%,57%,16%)
(0.00/0.65/0.57/0.16)	

CMYK yüzdeleri

%0
%65.12
%56.74
%15.69

Codes

Color #D74B5D in popluar color models

D74B5D
RGB2157593
HSL352°63.64%56.86%
HSB/HSV352°65.12%84.31%
CMYK0.00%65.12%56.74%
15.69%

Color #D74B5D in popluar number systems.

HEXD74B5D
Decimal2157593
Binary1101011110010111011101
Octal327113135

Shades and tints

Shades of #D74B5D

#D74B5D
(215,75,93)
#C44555
(196,69,85)
#B13F4D
(177,63,77)
#9E3945
(158,57,69)
#8B333D
(139,51,61)
#782D35
(120,45,53)
#65272D
(101,39,45)
#522125
(82,33,37)
#3F1B1D
(63,27,29)
#2C1515
(44,21,21)
#190F0D
(25,15,13)
#000000
(0,0,0)

Tints of #D74B5D

#D74B5D
(215,75,93)
#DA5B6B
(218,91,107)
#DD6B79
(221,107,121)
#E07B87
(224,123,135)
#E38B95
(227,139,149)
#E69BA3
(230,155,163)
#E9ABB1
(233,171,177)
#ECBBBF
(236,187,191)
#EFCBCD
(239,203,205)
#F2DBDB
(242,219,219)
#F5EBE9
(245,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D74B5D color. Also use rgb(215,75,93) instead hex code.

Text Font Color

.myTextColor { color: #D74B5D; }

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

This text font color is #D74B5D.


Background Color

.myBgColor { background-color: #D74B5D; }

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

This div background color is #D74B5D.


Border color

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

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

This div border color is #D74B5D.


Opacity

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

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

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

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

This text has shadow with #D74B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D74B5D on black background.


Color preview on white background

This text has color #D74B5D on white background.



Black color preview on #D74B5D background

This text has black color on #D74B5D background.


White color preview on #D74B5D background

This text has white color on #D74B5D background.