COLOR #C51D59

HEX: #C51D59
RGB: (197,29,89)

Renk bilgisi

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

RGB renk modeli

#C51D59 color RGB value is (197,29,89).

  • kırmız ton 197;
  • yeşil ton 29;
  • mavi ton 89.
RGB:
(197,29,89)
(77%,11%,35%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 29 of 255 = 11%
B 89 of 255 = 35%

197
29
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 29 + 89 = 315 (100%)
R 197 of 315 ~ 62.54%
G 29 of 315 ~ 9.21%
B 89 of 315 ~ 28.25%

%62.54
%28.25

CMYK RENK MODELİ

#C51D59 rengi CMYK tonu (0,85,55,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 85.28%
  • sarı tonu 54.82%
  • ana renk tonu 22.75%
CMYK:
(0,85,55,23)
C0M85Y55K23 
(0%,85%,55%,23%)
(0.00/0.85/0.55/0.23)	

CMYK yüzdeleri

%0
%85.28
%54.82
%22.75

Codes

Color #C51D59 in popluar color models

C51D59
RGB1972989
HSL339°74.34%44.31%
HSB/HSV339°85.28%77.25%
CMYK0.00%85.28%54.82%
22.75%

Color #C51D59 in popluar number systems.

HEXC51D59
Decimal1972989
Binary11000101111011011001
Octal30535131

Shades and tints

Shades of #C51D59

#C51D59
(197,29,89)
#B41B51
(180,27,81)
#A31949
(163,25,73)
#921741
(146,23,65)
#811539
(129,21,57)
#701331
(112,19,49)
#5F1129
(95,17,41)
#4E0F21
(78,15,33)
#3D0D19
(61,13,25)
#2C0B11
(44,11,17)
#1B0909
(27,9,9)
#000000
(0,0,0)

Tints of #C51D59

#C51D59
(197,29,89)
#CA3168
(202,49,104)
#CF4577
(207,69,119)
#D45986
(212,89,134)
#D96D95
(217,109,149)
#DE81A4
(222,129,164)
#E395B3
(227,149,179)
#E8A9C2
(232,169,194)
#EDBDD1
(237,189,209)
#F2D1E0
(242,209,224)
#F7E5EF
(247,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C51D59 color. Also use rgb(197,29,89) instead hex code.

Text Font Color

.myTextColor { color: #C51D59; }

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

This text font color is #C51D59.


Background Color

.myBgColor { background-color: #C51D59; }

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

This div background color is #C51D59.


Border color

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

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

This div border color is #C51D59.


Opacity

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

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

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

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

This text has shadow with #C51D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C51D59 on black background.


Color preview on white background

This text has color #C51D59 on white background.



Black color preview on #C51D59 background

This text has black color on #C51D59 background.


White color preview on #C51D59 background

This text has white color on #C51D59 background.