COLOR #C63A47

HEX: #C63A47
RGB: (198,58,71)

Renk bilgisi

#C63A47 contains mainly red color. #C63A47 ‘ nin web güvenlik rengi #CC3333 (ya da #C33) dir.

RGB renk modeli

#C63A47 color RGB value is (198,58,71).

  • kırmız ton 198;
  • yeşil ton 58;
  • mavi ton 71.
RGB:
(198,58,71)
(78%,23%,28%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 58 of 255 = 23%
B 71 of 255 = 28%

198
58
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 58 + 71 = 327 (100%)
R 198 of 327 ~ 60.55%
G 58 of 327 ~ 17.74%
B 71 of 327 ~ 21.71%

%60.55
%17.74
%21.71

CMYK RENK MODELİ

#C63A47 rengi CMYK tonu (0,71,64,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 70.71%
  • sarı tonu 64.14%
  • ana renk tonu 22.35%
CMYK:
(0,71,64,22)
C0M71Y64K22 
(0%,71%,64%,22%)
(0.00/0.71/0.64/0.22)	

CMYK yüzdeleri

%0
%70.71
%64.14
%22.35

Codes

Color #C63A47 in popluar color models

C63A47
RGB1985871
HSL354°55.12%50.20%
HSB/HSV354°70.71%77.65%
CMYK0.00%70.71%64.14%
22.35%

Color #C63A47 in popluar number systems.

HEXC63A47
Decimal1985871
Binary110001101110101000111
Octal30672107

Shades and tints

Shades of #C63A47

#C63A47
(198,58,71)
#B43541
(180,53,65)
#A2303B
(162,48,59)
#902B35
(144,43,53)
#7E262F
(126,38,47)
#6C2129
(108,33,41)
#5A1C23
(90,28,35)
#48171D
(72,23,29)
#361217
(54,18,23)
#240D11
(36,13,17)
#12080B
(18,8,11)
#000000
(0,0,0)

Tints of #C63A47

#C63A47
(198,58,71)
#CB4B57
(203,75,87)
#D05C67
(208,92,103)
#D56D77
(213,109,119)
#DA7E87
(218,126,135)
#DF8F97
(223,143,151)
#E4A0A7
(228,160,167)
#E9B1B7
(233,177,183)
#EEC2C7
(238,194,199)
#F3D3D7
(243,211,215)
#F8E4E7
(248,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C63A47 color. Also use rgb(198,58,71) instead hex code.

Text Font Color

.myTextColor { color: #C63A47; }

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

This text font color is #C63A47.


Background Color

.myBgColor { background-color: #C63A47; }

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

This div background color is #C63A47.


Border color

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

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

This div border color is #C63A47.


Opacity

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

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

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

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

This text has shadow with #C63A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C63A47 on black background.


Color preview on white background

This text has color #C63A47 on white background.



Black color preview on #C63A47 background

This text has black color on #C63A47 background.


White color preview on #C63A47 background

This text has white color on #C63A47 background.