COLOR #C11C06

HEX: #C11C06
RGB: (193,28,6)

Color info

#C11C06 contains mainly red color. Web safe color of #C11C06 is #CC3300 (or #C30).

RGB color model

#C11C06 color RGB value is (193,28,6).

  • red value is 193;
  • green value is 28;
  • blue value is 6.
RGB:
(193,28,6)
(76%,11%,2%)

RGB channels and saturation

R 193 of 255 = 76%
G 28 of 255 = 11%
B 6 of 255 = 2%

193
28
6

R + G + B ~ 30%. #C11C06 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
193 + 28 + 6 = 227 (100%)
R 193 of 227 ~ 85.02%
G 28 of 227 ~ 12.33%
B 6 of 227 ~ 2.64%

%85.02
%12.33

CMYK color model

#C11C06 color CMYK value is (0,85,97,24).

  • cyan value is 0.00%
  • magenta value is 85.49%
  • yellow value is 96.89%
  • key color value is 24.31%
CMYK:
(0,85,97,24)
C0M85Y97K24 
(0%,85%,97%,24%)
(0.00/0.85/0.97/0.24)	

CMYK percentages

%0
%85.49
%96.89
%24.31

Codes

Color #C11C06 in popluar color models

C11C06
RGB193286
HSL93.97%39.02%
HSB/HSV96.89%75.69%
CMYK0.00%85.49%96.89%
24.31%

Color #C11C06 in popluar number systems.

HEXC11C06
Decimal193286
Binary1100000111100110
Octal301346

Shades and tints

Shades of #C11C06

#C11C06
(193,28,6)
#B01A06
(176,26,6)
#9F1806
(159,24,6)
#8E1606
(142,22,6)
#7D1406
(125,20,6)
#6C1206
(108,18,6)
#5B1006
(91,16,6)
#4A0E06
(74,14,6)
#390C06
(57,12,6)
#280A06
(40,10,6)
#170806
(23,8,6)
#000000
(0,0,0)

Tints of #C11C06

#C11C06
(193,28,6)
#C6301C
(198,48,28)
#CB4432
(203,68,50)
#D05848
(208,88,72)
#D56C5E
(213,108,94)
#DA8074
(218,128,116)
#DF948A
(223,148,138)
#E4A8A0
(228,168,160)
#E9BCB6
(233,188,182)
#EED0CC
(238,208,204)
#F3E4E2
(243,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C11C06 color. Also use rgb(193,28,6) instead hex code.

Text Font Color

.myTextColor { color: #C11C06; }

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

This text font color is #C11C06.


Background Color

.myBgColor { background-color: #C11C06; }

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

This div background color is #C11C06.


Border color

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

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

This div border color is #C11C06.


Opacity

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

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

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

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

This text has shadow with #C11C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C11C06 on black background.


Color preview on white background

This text has color #C11C06 on white background.



Black color preview on #C11C06 background

This text has black color on #C11C06 background.


White color preview on #C11C06 background

This text has white color on #C11C06 background.