COLOR #C12C19

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

193
44
25

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

Portions of RGB colors in percentages

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

%73.66
%16.79
%9.54

CMYK color model

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

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

CMYK percentages

%0
%77.2
%87.05
%24.31

Codes

Color #C12C19 in popluar color models

C12C19
RGB1934425
HSL77.06%42.75%
HSB/HSV87.05%75.69%
CMYK0.00%77.20%87.05%
24.31%

Color #C12C19 in popluar number systems.

HEXC12C19
Decimal1934425
Binary1100000110110011001
Octal3015431

Shades and tints

Shades of #C12C19

#C12C19
(193,44,25)
#B02817
(176,40,23)
#9F2415
(159,36,21)
#8E2013
(142,32,19)
#7D1C11
(125,28,17)
#6C180F
(108,24,15)
#5B140D
(91,20,13)
#4A100B
(74,16,11)
#390C09
(57,12,9)
#280807
(40,8,7)
#170405
(23,4,5)
#000000
(0,0,0)

Tints of #C12C19

#C12C19
(193,44,25)
#C63F2D
(198,63,45)
#CB5241
(203,82,65)
#D06555
(208,101,85)
#D57869
(213,120,105)
#DA8B7D
(218,139,125)
#DF9E91
(223,158,145)
#E4B1A5
(228,177,165)
#E9C4B9
(233,196,185)
#EED7CD
(238,215,205)
#F3EAE1
(243,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C12C19; }

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

This text font color is #C12C19.


Background Color

.myBgColor { background-color: #C12C19; }

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

This div background color is #C12C19.


Border color

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

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

This div border color is #C12C19.


Opacity

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

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

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

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

This text has shadow with #C12C19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C12C19 on black background.


Color preview on white background

This text has color #C12C19 on white background.



Black color preview on #C12C19 background

This text has black color on #C12C19 background.


White color preview on #C12C19 background

This text has white color on #C12C19 background.