COLOR #C52D2F

HEX: #C52D2F
RGB: (197,45,47)

Renk bilgisi

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

RGB renk modeli

#C52D2F color RGB value is (197,45,47).

  • kırmız ton 197;
  • yeşil ton 45;
  • mavi ton 47.
RGB:
(197,45,47)
(77%,18%,18%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 45 of 255 = 18%
B 47 of 255 = 18%

197
45
47

R + G + B ~ 38%. #C52D2F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 45 + 47 = 289 (100%)
R 197 of 289 ~ 68.17%
G 45 of 289 ~ 15.57%
B 47 of 289 ~ 16.26%

%68.17
%15.57
%16.26

CMYK RENK MODELİ

#C52D2F rengi CMYK tonu (0,77,76,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 77.16%
  • sarı tonu 76.14%
  • ana renk tonu 22.75%
CMYK:
(0,77,76,23)
C0M77Y76K23 
(0%,77%,76%,23%)
(0.00/0.77/0.76/0.23)	

CMYK yüzdeleri

%0
%77.16
%76.14
%22.75

Codes

Color #C52D2F in popluar color models

C52D2F
RGB1974547
HSL359°62.81%47.45%
HSB/HSV359°77.16%77.25%
CMYK0.00%77.16%76.14%
22.75%

Color #C52D2F in popluar number systems.

HEXC52D2F
Decimal1974547
Binary11000101101101101111
Octal3055557

Shades and tints

Shades of #C52D2F

#C52D2F
(197,45,47)
#B4292B
(180,41,43)
#A32527
(163,37,39)
#922123
(146,33,35)
#811D1F
(129,29,31)
#70191B
(112,25,27)
#5F1517
(95,21,23)
#4E1113
(78,17,19)
#3D0D0F
(61,13,15)
#2C090B
(44,9,11)
#1B0507
(27,5,7)
#000000
(0,0,0)

Tints of #C52D2F

#C52D2F
(197,45,47)
#CA4041
(202,64,65)
#CF5353
(207,83,83)
#D46665
(212,102,101)
#D97977
(217,121,119)
#DE8C89
(222,140,137)
#E39F9B
(227,159,155)
#E8B2AD
(232,178,173)
#EDC5BF
(237,197,191)
#F2D8D1
(242,216,209)
#F7EBE3
(247,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C52D2F color. Also use rgb(197,45,47) instead hex code.

Text Font Color

.myTextColor { color: #C52D2F; }

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

This text font color is #C52D2F.


Background Color

.myBgColor { background-color: #C52D2F; }

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

This div background color is #C52D2F.


Border color

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

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

This div border color is #C52D2F.


Opacity

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

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

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

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

This text has shadow with #C52D2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C52D2F on black background.


Color preview on white background

This text has color #C52D2F on white background.



Black color preview on #C52D2F background

This text has black color on #C52D2F background.


White color preview on #C52D2F background

This text has white color on #C52D2F background.