COLOR #C53A34

HEX: #C53A34
RGB: (197,58,52)

Color info

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

RGB color model

#C53A34 color RGB value is (197,58,52).

  • red value is 197;
  • green value is 58;
  • blue value is 52.
RGB:
(197,58,52)
(77%,23%,20%)

RGB channels and saturation

R 197 of 255 = 77%
G 58 of 255 = 23%
B 52 of 255 = 20%

197
58
52

R + G + B ~ 40%. #C53A34 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
197 + 58 + 52 = 307 (100%)
R 197 of 307 ~ 64.17%
G 58 of 307 ~ 18.89%
B 52 of 307 ~ 16.94%

%64.17
%18.89
%16.94

CMYK color model

#C53A34 color CMYK value is (0,71,74,23).

  • cyan value is 0.00%
  • magenta value is 70.56%
  • yellow value is 73.60%
  • key color value is 22.75%
CMYK:
(0,71,74,23)
C0M71Y74K23 
(0%,71%,74%,23%)
(0.00/0.71/0.74/0.23)	

CMYK percentages

%0
%70.56
%73.6
%22.75

Codes

Color #C53A34 in popluar color models

C53A34
RGB1975852
HSL58.23%48.82%
HSB/HSV73.60%77.25%
CMYK0.00%70.56%73.60%
22.75%

Color #C53A34 in popluar number systems.

HEXC53A34
Decimal1975852
Binary11000101111010110100
Octal3057264

Shades and tints

Shades of #C53A34

#C53A34
(197,58,52)
#B43530
(180,53,48)
#A3302C
(163,48,44)
#922B28
(146,43,40)
#812624
(129,38,36)
#702120
(112,33,32)
#5F1C1C
(95,28,28)
#4E1718
(78,23,24)
#3D1214
(61,18,20)
#2C0D10
(44,13,16)
#1B080C
(27,8,12)
#000000
(0,0,0)

Tints of #C53A34

#C53A34
(197,58,52)
#CA4B46
(202,75,70)
#CF5C58
(207,92,88)
#D46D6A
(212,109,106)
#D97E7C
(217,126,124)
#DE8F8E
(222,143,142)
#E3A0A0
(227,160,160)
#E8B1B2
(232,177,178)
#EDC2C4
(237,194,196)
#F2D3D6
(242,211,214)
#F7E4E8
(247,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C53A34 color. Also use rgb(197,58,52) instead hex code.

Text Font Color

.myTextColor { color: #C53A34; }

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

This text font color is #C53A34.


Background Color

.myBgColor { background-color: #C53A34; }

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

This div background color is #C53A34.


Border color

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

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

This div border color is #C53A34.


Opacity

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

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

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

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

This text has shadow with #C53A34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C53A34 on black background.


Color preview on white background

This text has color #C53A34 on white background.



Black color preview on #C53A34 background

This text has black color on #C53A34 background.


White color preview on #C53A34 background

This text has white color on #C53A34 background.