COLOR #C71C50

HEX: #C71C50
RGB: (199,28,80)

Renk bilgisi

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

RGB renk modeli

#C71C50 color RGB value is (199,28,80).

  • kırmız ton 199;
  • yeşil ton 28;
  • mavi ton 80.
RGB:
(199,28,80)
(78%,11%,31%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 28 of 255 = 11%
B 80 of 255 = 31%

199
28
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 28 + 80 = 307 (100%)
R 199 of 307 ~ 64.82%
G 28 of 307 ~ 9.12%
B 80 of 307 ~ 26.06%

%64.82
%26.06

CMYK RENK MODELİ

#C71C50 rengi CMYK tonu (0,86,60,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 85.93%
  • sarı tonu 59.80%
  • ana renk tonu 21.96%
CMYK:
(0,86,60,22)
C0M86Y60K22 
(0%,86%,60%,22%)
(0.00/0.86/0.60/0.22)	

CMYK yüzdeleri

%0
%85.93
%59.8
%21.96

Codes

Color #C71C50 in popluar color models

C71C50
RGB1992880
HSL342°75.33%44.51%
HSB/HSV342°85.93%78.04%
CMYK0.00%85.93%59.80%
21.96%

Color #C71C50 in popluar number systems.

HEXC71C50
Decimal1992880
Binary11000111111001010000
Octal30734120

Shades and tints

Shades of #C71C50

#C71C50
(199,28,80)
#B51A49
(181,26,73)
#A31842
(163,24,66)
#91163B
(145,22,59)
#7F1434
(127,20,52)
#6D122D
(109,18,45)
#5B1026
(91,16,38)
#490E1F
(73,14,31)
#370C18
(55,12,24)
#250A11
(37,10,17)
#13080A
(19,8,10)
#000000
(0,0,0)

Tints of #C71C50

#C71C50
(199,28,80)
#CC305F
(204,48,95)
#D1446E
(209,68,110)
#D6587D
(214,88,125)
#DB6C8C
(219,108,140)
#E0809B
(224,128,155)
#E594AA
(229,148,170)
#EAA8B9
(234,168,185)
#EFBCC8
(239,188,200)
#F4D0D7
(244,208,215)
#F9E4E6
(249,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C71C50 color. Also use rgb(199,28,80) instead hex code.

Text Font Color

.myTextColor { color: #C71C50; }

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

This text font color is #C71C50.


Background Color

.myBgColor { background-color: #C71C50; }

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

This div background color is #C71C50.


Border color

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

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

This div border color is #C71C50.


Opacity

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

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

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

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

This text has shadow with #C71C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C71C50 on black background.


Color preview on white background

This text has color #C71C50 on white background.



Black color preview on #C71C50 background

This text has black color on #C71C50 background.


White color preview on #C71C50 background

This text has white color on #C71C50 background.