COLOR #C53E5F

HEX: #C53E5F
RGB: (197,62,95)

Renk bilgisi

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

RGB renk modeli

#C53E5F color RGB value is (197,62,95).

  • kırmız ton 197;
  • yeşil ton 62;
  • mavi ton 95.
RGB:
(197,62,95)
(77%,24%,37%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 62 of 255 = 24%
B 95 of 255 = 37%

197
62
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 62 + 95 = 354 (100%)
R 197 of 354 ~ 55.65%
G 62 of 354 ~ 17.51%
B 95 of 354 ~ 26.84%

%55.65
%17.51
%26.84

CMYK RENK MODELİ

#C53E5F rengi CMYK tonu (0,69,52,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 68.53%
  • sarı tonu 51.78%
  • ana renk tonu 22.75%
CMYK:
(0,69,52,23)
C0M69Y52K23 
(0%,69%,52%,23%)
(0.00/0.69/0.52/0.23)	

CMYK yüzdeleri

%0
%68.53
%51.78
%22.75

Codes

Color #C53E5F in popluar color models

C53E5F
RGB1976295
HSL345°53.78%50.78%
HSB/HSV345°68.53%77.25%
CMYK0.00%68.53%51.78%
22.75%

Color #C53E5F in popluar number systems.

HEXC53E5F
Decimal1976295
Binary110001011111101011111
Octal30576137

Shades and tints

Shades of #C53E5F

#C53E5F
(197,62,95)
#B43957
(180,57,87)
#A3344F
(163,52,79)
#922F47
(146,47,71)
#812A3F
(129,42,63)
#702537
(112,37,55)
#5F202F
(95,32,47)
#4E1B27
(78,27,39)
#3D161F
(61,22,31)
#2C1117
(44,17,23)
#1B0C0F
(27,12,15)
#000000
(0,0,0)

Tints of #C53E5F

#C53E5F
(197,62,95)
#CA4F6D
(202,79,109)
#CF607B
(207,96,123)
#D47189
(212,113,137)
#D98297
(217,130,151)
#DE93A5
(222,147,165)
#E3A4B3
(227,164,179)
#E8B5C1
(232,181,193)
#EDC6CF
(237,198,207)
#F2D7DD
(242,215,221)
#F7E8EB
(247,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C53E5F color. Also use rgb(197,62,95) instead hex code.

Text Font Color

.myTextColor { color: #C53E5F; }

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

This text font color is #C53E5F.


Background Color

.myBgColor { background-color: #C53E5F; }

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

This div background color is #C53E5F.


Border color

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

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

This div border color is #C53E5F.


Opacity

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

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

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

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

This text has shadow with #C53E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C53E5F on black background.


Color preview on white background

This text has color #C53E5F on white background.



Black color preview on #C53E5F background

This text has black color on #C53E5F background.


White color preview on #C53E5F background

This text has white color on #C53E5F background.