COLOR #C53B35

HEX: #C53B35
RGB: (197,59,53)

Color info

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

RGB color model

#C53B35 color RGB value is (197,59,53).

  • red value is 197;
  • green value is 59;
  • blue value is 53.
RGB:
(197,59,53)
(77%,23%,21%)

RGB channels and saturation

R 197 of 255 = 77%
G 59 of 255 = 23%
B 53 of 255 = 21%

197
59
53

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

Portions of RGB colors in percentages

R + G + B =
197 + 59 + 53 = 309 (100%)
R 197 of 309 ~ 63.75%
G 59 of 309 ~ 19.09%
B 53 of 309 ~ 17.15%

%63.75
%19.09
%17.15

CMYK color model

#C53B35 color CMYK value is (0,70,73,23).

  • cyan value is 0.00%
  • magenta value is 70.05%
  • yellow value is 73.10%
  • key color value is 22.75%
CMYK:
(0,70,73,23)
C0M70Y73K23 
(0%,70%,73%,23%)
(0.00/0.70/0.73/0.23)	

CMYK percentages

%0
%70.05
%73.1
%22.75

Codes

Color #C53B35 in popluar color models

C53B35
RGB1975953
HSL57.60%49.02%
HSB/HSV73.10%77.25%
CMYK0.00%70.05%73.10%
22.75%

Color #C53B35 in popluar number systems.

HEXC53B35
Decimal1975953
Binary11000101111011110101
Octal3057365

Shades and tints

Shades of #C53B35

#C53B35
(197,59,53)
#B43631
(180,54,49)
#A3312D
(163,49,45)
#922C29
(146,44,41)
#812725
(129,39,37)
#702221
(112,34,33)
#5F1D1D
(95,29,29)
#4E1819
(78,24,25)
#3D1315
(61,19,21)
#2C0E11
(44,14,17)
#1B090D
(27,9,13)
#000000
(0,0,0)

Tints of #C53B35

#C53B35
(197,59,53)
#CA4C47
(202,76,71)
#CF5D59
(207,93,89)
#D46E6B
(212,110,107)
#D97F7D
(217,127,125)
#DE908F
(222,144,143)
#E3A1A1
(227,161,161)
#E8B2B3
(232,178,179)
#EDC3C5
(237,195,197)
#F2D4D7
(242,212,215)
#F7E5E9
(247,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C53B35 color. Also use rgb(197,59,53) instead hex code.

Text Font Color

.myTextColor { color: #C53B35; }

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

This text font color is #C53B35.


Background Color

.myBgColor { background-color: #C53B35; }

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

This div background color is #C53B35.


Border color

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

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

This div border color is #C53B35.


Opacity

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

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

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

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

This text has shadow with #C53B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C53B35 on black background.


Color preview on white background

This text has color #C53B35 on white background.



Black color preview on #C53B35 background

This text has black color on #C53B35 background.


White color preview on #C53B35 background

This text has white color on #C53B35 background.