COLOR #D55C5F

HEX: #D55C5F
RGB: (213,92,95)

Renk bilgisi

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

RGB renk modeli

#D55C5F color RGB value is (213,92,95).

  • kırmız ton 213;
  • yeşil ton 92;
  • mavi ton 95.
RGB:
(213,92,95)
(84%,36%,37%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 92 of 255 = 36%
B 95 of 255 = 37%

213
92
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 92 + 95 = 400 (100%)
R 213 of 400 ~ 53.25%
G 92 of 400 ~ 23%
B 95 of 400 ~ 23.75%

%53.25
%23
%23.75

CMYK RENK MODELİ

#D55C5F rengi CMYK tonu (0,57,55,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.81%
  • sarı tonu 55.40%
  • ana renk tonu 16.47%
CMYK:
(0,57,55,16)
C0M57Y55K16 
(0%,57%,55%,16%)
(0.00/0.57/0.55/0.16)	

CMYK yüzdeleri

%0
%56.81
%55.4
%16.47

Codes

Color #D55C5F in popluar color models

D55C5F
RGB2139295
HSL359°59.02%59.80%
HSB/HSV359°56.81%83.53%
CMYK0.00%56.81%55.40%
16.47%

Color #D55C5F in popluar number systems.

HEXD55C5F
Decimal2139295
Binary1101010110111001011111
Octal325134137

Shades and tints

Shades of #D55C5F

#D55C5F
(213,92,95)
#C25457
(194,84,87)
#AF4C4F
(175,76,79)
#9C4447
(156,68,71)
#893C3F
(137,60,63)
#763437
(118,52,55)
#632C2F
(99,44,47)
#502427
(80,36,39)
#3D1C1F
(61,28,31)
#2A1417
(42,20,23)
#170C0F
(23,12,15)
#000000
(0,0,0)

Tints of #D55C5F

#D55C5F
(213,92,95)
#D86A6D
(216,106,109)
#DB787B
(219,120,123)
#DE8689
(222,134,137)
#E19497
(225,148,151)
#E4A2A5
(228,162,165)
#E7B0B3
(231,176,179)
#EABEC1
(234,190,193)
#EDCCCF
(237,204,207)
#F0DADD
(240,218,221)
#F3E8EB
(243,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D55C5F color. Also use rgb(213,92,95) instead hex code.

Text Font Color

.myTextColor { color: #D55C5F; }

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

This text font color is #D55C5F.


Background Color

.myBgColor { background-color: #D55C5F; }

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

This div background color is #D55C5F.


Border color

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

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

This div border color is #D55C5F.


Opacity

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

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

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

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

This text has shadow with #D55C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D55C5F on black background.


Color preview on white background

This text has color #D55C5F on white background.



Black color preview on #D55C5F background

This text has black color on #D55C5F background.


White color preview on #D55C5F background

This text has white color on #D55C5F background.