COLOR #C51A45

HEX: #C51A45
RGB: (197,26,69)

Color info

#C51A45 contains mainly red color. Web safe color of #C51A45 is #CC0033 (or #C03).

RGB color model

#C51A45 color RGB value is (197,26,69).

  • red value is 197;
  • green value is 26;
  • blue value is 69.
RGB:
(197,26,69)
(77%,10%,27%)

RGB channels and saturation

R 197 of 255 = 77%
G 26 of 255 = 10%
B 69 of 255 = 27%

197
26
69

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

Portions of RGB colors in percentages

R + G + B =
197 + 26 + 69 = 292 (100%)
R 197 of 292 ~ 67.47%
G 26 of 292 ~ 8.9%
B 69 of 292 ~ 23.63%

%67.47
%23.63

CMYK color model

#C51A45 color CMYK value is (0,87,65,23).

  • cyan value is 0.00%
  • magenta value is 86.80%
  • yellow value is 64.97%
  • key color value is 22.75%
CMYK:
(0,87,65,23)
C0M87Y65K23 
(0%,87%,65%,23%)
(0.00/0.87/0.65/0.23)	

CMYK percentages

%0
%86.8
%64.97
%22.75

Codes

Color #C51A45 in popluar color models

C51A45
RGB1972669
HSL345°76.68%43.73%
HSB/HSV345°86.80%77.25%
CMYK0.00%86.80%64.97%
22.75%

Color #C51A45 in popluar number systems.

HEXC51A45
Decimal1972669
Binary11000101110101000101
Octal30532105

Shades and tints

Shades of #C51A45

#C51A45
(197,26,69)
#B4183F
(180,24,63)
#A31639
(163,22,57)
#921433
(146,20,51)
#81122D
(129,18,45)
#701027
(112,16,39)
#5F0E21
(95,14,33)
#4E0C1B
(78,12,27)
#3D0A15
(61,10,21)
#2C080F
(44,8,15)
#1B0609
(27,6,9)
#000000
(0,0,0)

Tints of #C51A45

#C51A45
(197,26,69)
#CA2E55
(202,46,85)
#CF4265
(207,66,101)
#D45675
(212,86,117)
#D96A85
(217,106,133)
#DE7E95
(222,126,149)
#E392A5
(227,146,165)
#E8A6B5
(232,166,181)
#EDBAC5
(237,186,197)
#F2CED5
(242,206,213)
#F7E2E5
(247,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C51A45 color. Also use rgb(197,26,69) instead hex code.

Text Font Color

.myTextColor { color: #C51A45; }

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

This text font color is #C51A45.


Background Color

.myBgColor { background-color: #C51A45; }

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

This div background color is #C51A45.


Border color

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

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

This div border color is #C51A45.


Opacity

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

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

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

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

This text has shadow with #C51A45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C51A45 on black background.


Color preview on white background

This text has color #C51A45 on white background.



Black color preview on #C51A45 background

This text has black color on #C51A45 background.


White color preview on #C51A45 background

This text has white color on #C51A45 background.