COLOR #C52416

HEX: #C52416
RGB: (197,36,22)

Color info

#C52416 contains mainly red color. Web safe color of #C52416 is #CC3300 (or #C30).

RGB color model

#C52416 color RGB value is (197,36,22).

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

RGB channels and saturation

R 197 of 255 = 77%
G 36 of 255 = 14%
B 22 of 255 = 9%

197
36
22

R + G + B ~ 33%. #C52416 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
197 + 36 + 22 = 255 (100%)
R 197 of 255 ~ 77.25%
G 36 of 255 ~ 14.12%
B 22 of 255 ~ 8.63%

%77.25
%14.12

CMYK color model

#C52416 color CMYK value is (0,82,89,23).

  • cyan value is 0.00%
  • magenta value is 81.73%
  • yellow value is 88.83%
  • key color value is 22.75%
CMYK:
(0,82,89,23)
C0M82Y89K23 
(0%,82%,89%,23%)
(0.00/0.82/0.89/0.23)	

CMYK percentages

%0
%81.73
%88.83
%22.75

Codes

Color #C52416 in popluar color models

C52416
RGB1973622
HSL79.91%42.94%
HSB/HSV88.83%77.25%
CMYK0.00%81.73%88.83%
22.75%

Color #C52416 in popluar number systems.

HEXC52416
Decimal1973622
Binary1100010110010010110
Octal3054426

Shades and tints

Shades of #C52416

#C52416
(197,36,22)
#B42114
(180,33,20)
#A31E12
(163,30,18)
#921B10
(146,27,16)
#81180E
(129,24,14)
#70150C
(112,21,12)
#5F120A
(95,18,10)
#4E0F08
(78,15,8)
#3D0C06
(61,12,6)
#2C0904
(44,9,4)
#1B0602
(27,6,2)
#000000
(0,0,0)

Tints of #C52416

#C52416
(197,36,22)
#CA372B
(202,55,43)
#CF4A40
(207,74,64)
#D45D55
(212,93,85)
#D9706A
(217,112,106)
#DE837F
(222,131,127)
#E39694
(227,150,148)
#E8A9A9
(232,169,169)
#EDBCBE
(237,188,190)
#F2CFD3
(242,207,211)
#F7E2E8
(247,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C52416; }

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

This text font color is #C52416.


Background Color

.myBgColor { background-color: #C52416; }

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

This div background color is #C52416.


Border color

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

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

This div border color is #C52416.


Opacity

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

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

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

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

This text has shadow with #C52416 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C52416 on black background.


Color preview on white background

This text has color #C52416 on white background.



Black color preview on #C52416 background

This text has black color on #C52416 background.


White color preview on #C52416 background

This text has white color on #C52416 background.