COLOR #C12136

HEX: #C12136
RGB: (193,33,54)

Color info

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

RGB color model

#C12136 color RGB value is (193,33,54).

  • red value is 193;
  • green value is 33;
  • blue value is 54.
RGB:
(193,33,54)
(76%,13%,21%)

RGB channels and saturation

R 193 of 255 = 76%
G 33 of 255 = 13%
B 54 of 255 = 21%

193
33
54

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

Portions of RGB colors in percentages

R + G + B =
193 + 33 + 54 = 280 (100%)
R 193 of 280 ~ 68.93%
G 33 of 280 ~ 11.79%
B 54 of 280 ~ 19.29%

%68.93
%11.79
%19.29

CMYK color model

#C12136 color CMYK value is (0,83,72,24).

  • cyan value is 0.00%
  • magenta value is 82.90%
  • yellow value is 72.02%
  • key color value is 24.31%
CMYK:
(0,83,72,24)
C0M83Y72K24 
(0%,83%,72%,24%)
(0.00/0.83/0.72/0.24)	

CMYK percentages

%0
%82.9
%72.02
%24.31

Codes

Color #C12136 in popluar color models

C12136
RGB1933354
HSL352°70.80%44.31%
HSB/HSV352°82.90%75.69%
CMYK0.00%82.90%72.02%
24.31%

Color #C12136 in popluar number systems.

HEXC12136
Decimal1933354
Binary11000001100001110110
Octal3014166

Shades and tints

Shades of #C12136

#C12136
(193,33,54)
#B01E32
(176,30,50)
#9F1B2E
(159,27,46)
#8E182A
(142,24,42)
#7D1526
(125,21,38)
#6C1222
(108,18,34)
#5B0F1E
(91,15,30)
#4A0C1A
(74,12,26)
#390916
(57,9,22)
#280612
(40,6,18)
#17030E
(23,3,14)
#000000
(0,0,0)

Tints of #C12136

#C12136
(193,33,54)
#C63548
(198,53,72)
#CB495A
(203,73,90)
#D05D6C
(208,93,108)
#D5717E
(213,113,126)
#DA8590
(218,133,144)
#DF99A2
(223,153,162)
#E4ADB4
(228,173,180)
#E9C1C6
(233,193,198)
#EED5D8
(238,213,216)
#F3E9EA
(243,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C12136 color. Also use rgb(193,33,54) instead hex code.

Text Font Color

.myTextColor { color: #C12136; }

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

This text font color is #C12136.


Background Color

.myBgColor { background-color: #C12136; }

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

This div background color is #C12136.


Border color

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

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

This div border color is #C12136.


Opacity

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

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

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

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

This text has shadow with #C12136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C12136 on black background.


Color preview on white background

This text has color #C12136 on white background.



Black color preview on #C12136 background

This text has black color on #C12136 background.


White color preview on #C12136 background

This text has white color on #C12136 background.