COLOR #C13837

HEX: #C13837
RGB: (193,56,55)

Color info

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

RGB color model

#C13837 color RGB value is (193,56,55).

  • red value is 193;
  • green value is 56;
  • blue value is 55.
RGB:
(193,56,55)
(76%,22%,22%)

RGB channels and saturation

R 193 of 255 = 76%
G 56 of 255 = 22%
B 55 of 255 = 22%

193
56
55

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

Portions of RGB colors in percentages

R + G + B =
193 + 56 + 55 = 304 (100%)
R 193 of 304 ~ 63.49%
G 56 of 304 ~ 18.42%
B 55 of 304 ~ 18.09%

%63.49
%18.42
%18.09

CMYK color model

#C13837 color CMYK value is (0,71,72,24).

  • cyan value is 0.00%
  • magenta value is 70.98%
  • yellow value is 71.50%
  • key color value is 24.31%
CMYK:
(0,71,72,24)
C0M71Y72K24 
(0%,71%,72%,24%)
(0.00/0.71/0.72/0.24)	

CMYK percentages

%0
%70.98
%71.5
%24.31

Codes

Color #C13837 in popluar color models

C13837
RGB1935655
HSL55.65%48.63%
HSB/HSV71.50%75.69%
CMYK0.00%70.98%71.50%
24.31%

Color #C13837 in popluar number systems.

HEXC13837
Decimal1935655
Binary11000001111000110111
Octal3017067

Shades and tints

Shades of #C13837

#C13837
(193,56,55)
#B03332
(176,51,50)
#9F2E2D
(159,46,45)
#8E2928
(142,41,40)
#7D2423
(125,36,35)
#6C1F1E
(108,31,30)
#5B1A19
(91,26,25)
#4A1514
(74,21,20)
#39100F
(57,16,15)
#280B0A
(40,11,10)
#170605
(23,6,5)
#000000
(0,0,0)

Tints of #C13837

#C13837
(193,56,55)
#C64A49
(198,74,73)
#CB5C5B
(203,92,91)
#D06E6D
(208,110,109)
#D5807F
(213,128,127)
#DA9291
(218,146,145)
#DFA4A3
(223,164,163)
#E4B6B5
(228,182,181)
#E9C8C7
(233,200,199)
#EEDAD9
(238,218,217)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C13837 color. Also use rgb(193,56,55) instead hex code.

Text Font Color

.myTextColor { color: #C13837; }

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

This text font color is #C13837.


Background Color

.myBgColor { background-color: #C13837; }

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

This div background color is #C13837.


Border color

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

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

This div border color is #C13837.


Opacity

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

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

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

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

This text has shadow with #C13837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C13837 on black background.


Color preview on white background

This text has color #C13837 on white background.



Black color preview on #C13837 background

This text has black color on #C13837 background.


White color preview on #C13837 background

This text has white color on #C13837 background.