COLOR #C53220

HEX: #C53220
RGB: (197,50,32)

Color info

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

RGB color model

#C53220 color RGB value is (197,50,32).

  • red value is 197;
  • green value is 50;
  • blue value is 32.
RGB:
(197,50,32)
(77%,20%,13%)

RGB channels and saturation

R 197 of 255 = 77%
G 50 of 255 = 20%
B 32 of 255 = 13%

197
50
32

R + G + B ~ 37%. #C53220 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
197 + 50 + 32 = 279 (100%)
R 197 of 279 ~ 70.61%
G 50 of 279 ~ 17.92%
B 32 of 279 ~ 11.47%

%70.61
%17.92
%11.47

CMYK color model

#C53220 color CMYK value is (0,75,84,23).

  • cyan value is 0.00%
  • magenta value is 74.62%
  • yellow value is 83.76%
  • key color value is 22.75%
CMYK:
(0,75,84,23)
C0M75Y84K23 
(0%,75%,84%,23%)
(0.00/0.75/0.84/0.23)	

CMYK percentages

%0
%74.62
%83.76
%22.75

Codes

Color #C53220 in popluar color models

C53220
RGB1975032
HSL72.05%44.90%
HSB/HSV83.76%77.25%
CMYK0.00%74.62%83.76%
22.75%

Color #C53220 in popluar number systems.

HEXC53220
Decimal1975032
Binary11000101110010100000
Octal3056240

Shades and tints

Shades of #C53220

#C53220
(197,50,32)
#B42E1E
(180,46,30)
#A32A1C
(163,42,28)
#92261A
(146,38,26)
#812218
(129,34,24)
#701E16
(112,30,22)
#5F1A14
(95,26,20)
#4E1612
(78,22,18)
#3D1210
(61,18,16)
#2C0E0E
(44,14,14)
#1B0A0C
(27,10,12)
#000000
(0,0,0)

Tints of #C53220

#C53220
(197,50,32)
#CA4434
(202,68,52)
#CF5648
(207,86,72)
#D4685C
(212,104,92)
#D97A70
(217,122,112)
#DE8C84
(222,140,132)
#E39E98
(227,158,152)
#E8B0AC
(232,176,172)
#EDC2C0
(237,194,192)
#F2D4D4
(242,212,212)
#F7E6E8
(247,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C53220 color. Also use rgb(197,50,32) instead hex code.

Text Font Color

.myTextColor { color: #C53220; }

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

This text font color is #C53220.


Background Color

.myBgColor { background-color: #C53220; }

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

This div background color is #C53220.


Border color

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

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

This div border color is #C53220.


Opacity

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

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

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

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

This text has shadow with #C53220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C53220 on black background.


Color preview on white background

This text has color #C53220 on white background.



Black color preview on #C53220 background

This text has black color on #C53220 background.


White color preview on #C53220 background

This text has white color on #C53220 background.