COLOR #C52427

HEX: #C52427
RGB: (197,36,39)

Color info

#C52427 contains mainly red color. Web safe color of #C52427 is #CC3333 (or #C33).

RGB color model

#C52427 color RGB value is (197,36,39).

  • red value is 197;
  • green value is 36;
  • blue value is 39.
RGB:
(197,36,39)
(77%,14%,15%)

RGB channels and saturation

R 197 of 255 = 77%
G 36 of 255 = 14%
B 39 of 255 = 15%

197
36
39

R + G + B ~ 35%. #C52427 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
197 + 36 + 39 = 272 (100%)
R 197 of 272 ~ 72.43%
G 36 of 272 ~ 13.24%
B 39 of 272 ~ 14.34%

%72.43
%13.24
%14.34

CMYK color model

#C52427 color CMYK value is (0,82,80,23).

  • cyan value is 0.00%
  • magenta value is 81.73%
  • yellow value is 80.20%
  • key color value is 22.75%
CMYK:
(0,82,80,23)
C0M82Y80K23 
(0%,82%,80%,23%)
(0.00/0.82/0.80/0.23)	

CMYK percentages

%0
%81.73
%80.2
%22.75

Codes

Color #C52427 in popluar color models

C52427
RGB1973639
HSL359°69.10%45.69%
HSB/HSV359°81.73%77.25%
CMYK0.00%81.73%80.20%
22.75%

Color #C52427 in popluar number systems.

HEXC52427
Decimal1973639
Binary11000101100100100111
Octal3054447

Shades and tints

Shades of #C52427

#C52427
(197,36,39)
#B42124
(180,33,36)
#A31E21
(163,30,33)
#921B1E
(146,27,30)
#81181B
(129,24,27)
#701518
(112,21,24)
#5F1215
(95,18,21)
#4E0F12
(78,15,18)
#3D0C0F
(61,12,15)
#2C090C
(44,9,12)
#1B0609
(27,6,9)
#000000
(0,0,0)

Tints of #C52427

#C52427
(197,36,39)
#CA373A
(202,55,58)
#CF4A4D
(207,74,77)
#D45D60
(212,93,96)
#D97073
(217,112,115)
#DE8386
(222,131,134)
#E39699
(227,150,153)
#E8A9AC
(232,169,172)
#EDBCBF
(237,188,191)
#F2CFD2
(242,207,210)
#F7E2E5
(247,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C52427 color. Also use rgb(197,36,39) instead hex code.

Text Font Color

.myTextColor { color: #C52427; }

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

This text font color is #C52427.


Background Color

.myBgColor { background-color: #C52427; }

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

This div background color is #C52427.


Border color

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

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

This div border color is #C52427.


Opacity

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

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

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

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

This text has shadow with #C52427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C52427 on black background.


Color preview on white background

This text has color #C52427 on white background.



Black color preview on #C52427 background

This text has black color on #C52427 background.


White color preview on #C52427 background

This text has white color on #C52427 background.