COLOR #C53230

HEX: #C53230
RGB: (197,50,48)

Color info

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

RGB color model

#C53230 color RGB value is (197,50,48).

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

RGB channels and saturation

R 197 of 255 = 77%
G 50 of 255 = 20%
B 48 of 255 = 19%

197
50
48

R + G + B ~ 39%. #C53230 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
197 + 50 + 48 = 295 (100%)
R 197 of 295 ~ 66.78%
G 50 of 295 ~ 16.95%
B 48 of 295 ~ 16.27%

%66.78
%16.95
%16.27

CMYK color model

#C53230 color CMYK value is (0,75,76,23).

  • cyan value is 0.00%
  • magenta value is 74.62%
  • yellow value is 75.63%
  • key color value is 22.75%
CMYK:
(0,75,76,23)
C0M75Y76K23 
(0%,75%,76%,23%)
(0.00/0.75/0.76/0.23)	

CMYK percentages

%0
%74.62
%75.63
%22.75

Codes

Color #C53230 in popluar color models

C53230
RGB1975048
HSL60.82%48.04%
HSB/HSV75.63%77.25%
CMYK0.00%74.62%75.63%
22.75%

Color #C53230 in popluar number systems.

HEXC53230
Decimal1975048
Binary11000101110010110000
Octal3056260

Shades and tints

Shades of #C53230

#C53230
(197,50,48)
#B42E2C
(180,46,44)
#A32A28
(163,42,40)
#922624
(146,38,36)
#812220
(129,34,32)
#701E1C
(112,30,28)
#5F1A18
(95,26,24)
#4E1614
(78,22,20)
#3D1210
(61,18,16)
#2C0E0C
(44,14,12)
#1B0A08
(27,10,8)
#000000
(0,0,0)

Tints of #C53230

#C53230
(197,50,48)
#CA4442
(202,68,66)
#CF5654
(207,86,84)
#D46866
(212,104,102)
#D97A78
(217,122,120)
#DE8C8A
(222,140,138)
#E39E9C
(227,158,156)
#E8B0AE
(232,176,174)
#EDC2C0
(237,194,192)
#F2D4D2
(242,212,210)
#F7E6E4
(247,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C53230; }

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

This text font color is #C53230.


Background Color

.myBgColor { background-color: #C53230; }

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

This div background color is #C53230.


Border color

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

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

This div border color is #C53230.


Opacity

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

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

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

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

This text has shadow with #C53230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C53230 on black background.


Color preview on white background

This text has color #C53230 on white background.



Black color preview on #C53230 background

This text has black color on #C53230 background.


White color preview on #C53230 background

This text has white color on #C53230 background.