COLOR #C1192C

HEX: #C1192C
RGB: (193,25,44)

Color info

#C1192C contains mainly red color. Web safe color of #C1192C is #CC0033 (or #C03).

RGB color model

#C1192C color RGB value is (193,25,44).

  • red value is 193;
  • green value is 25;
  • blue value is 44.
RGB:
(193,25,44)
(76%,10%,17%)

RGB channels and saturation

R 193 of 255 = 76%
G 25 of 255 = 10%
B 44 of 255 = 17%

193
25
44

R + G + B ~ 34%. #C1192C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
193 + 25 + 44 = 262 (100%)
R 193 of 262 ~ 73.66%
G 25 of 262 ~ 9.54%
B 44 of 262 ~ 16.79%

%73.66
%9.54
%16.79

CMYK color model

#C1192C color CMYK value is (0,87,77,24).

  • cyan value is 0.00%
  • magenta value is 87.05%
  • yellow value is 77.20%
  • key color value is 24.31%
CMYK:
(0,87,77,24)
C0M87Y77K24 
(0%,87%,77%,24%)
(0.00/0.87/0.77/0.24)	

CMYK percentages

%0
%87.05
%77.2
%24.31

Codes

Color #C1192C in popluar color models

C1192C
RGB1932544
HSL353°77.06%42.75%
HSB/HSV353°87.05%75.69%
CMYK0.00%87.05%77.20%
24.31%

Color #C1192C in popluar number systems.

HEXC1192C
Decimal1932544
Binary1100000111001101100
Octal3013154

Shades and tints

Shades of #C1192C

#C1192C
(193,25,44)
#B01728
(176,23,40)
#9F1524
(159,21,36)
#8E1320
(142,19,32)
#7D111C
(125,17,28)
#6C0F18
(108,15,24)
#5B0D14
(91,13,20)
#4A0B10
(74,11,16)
#39090C
(57,9,12)
#280708
(40,7,8)
#170504
(23,5,4)
#000000
(0,0,0)

Tints of #C1192C

#C1192C
(193,25,44)
#C62D3F
(198,45,63)
#CB4152
(203,65,82)
#D05565
(208,85,101)
#D56978
(213,105,120)
#DA7D8B
(218,125,139)
#DF919E
(223,145,158)
#E4A5B1
(228,165,177)
#E9B9C4
(233,185,196)
#EECDD7
(238,205,215)
#F3E1EA
(243,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1192C color. Also use rgb(193,25,44) instead hex code.

Text Font Color

.myTextColor { color: #C1192C; }

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

This text font color is #C1192C.


Background Color

.myBgColor { background-color: #C1192C; }

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

This div background color is #C1192C.


Border color

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

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

This div border color is #C1192C.


Opacity

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

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

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

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

This text has shadow with #C1192C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1192C on black background.


Color preview on white background

This text has color #C1192C on white background.



Black color preview on #C1192C background

This text has black color on #C1192C background.


White color preview on #C1192C background

This text has white color on #C1192C background.