COLOR #C4121E

HEX: #C4121E
RGB: (196,18,30)

Color info

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

RGB color model

#C4121E color RGB value is (196,18,30).

  • red value is 196;
  • green value is 18;
  • blue value is 30.
RGB:
(196,18,30)
(77%,7%,12%)

RGB channels and saturation

R 196 of 255 = 77%
G 18 of 255 = 7%
B 30 of 255 = 12%

196
18
30

R + G + B ~ 32%. #C4121E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
196 + 18 + 30 = 244 (100%)
R 196 of 244 ~ 80.33%
G 18 of 244 ~ 7.38%
B 30 of 244 ~ 12.3%

%80.33
%12.3

CMYK color model

#C4121E color CMYK value is (0,91,85,23).

  • cyan value is 0.00%
  • magenta value is 90.82%
  • yellow value is 84.69%
  • key color value is 23.14%
CMYK:
(0,91,85,23)
C0M91Y85K23 
(0%,91%,85%,23%)
(0.00/0.91/0.85/0.23)	

CMYK percentages

%0
%90.82
%84.69
%23.14

Codes

Color #C4121E in popluar color models

C4121E
RGB1961830
HSL356°83.18%41.96%
HSB/HSV356°90.82%76.86%
CMYK0.00%90.82%84.69%
23.14%

Color #C4121E in popluar number systems.

HEXC4121E
Decimal1961830
Binary110001001001011110
Octal3042236

Shades and tints

Shades of #C4121E

#C4121E
(196,18,30)
#B3111C
(179,17,28)
#A2101A
(162,16,26)
#910F18
(145,15,24)
#800E16
(128,14,22)
#6F0D14
(111,13,20)
#5E0C12
(94,12,18)
#4D0B10
(77,11,16)
#3C0A0E
(60,10,14)
#2B090C
(43,9,12)
#1A080A
(26,8,10)
#000000
(0,0,0)

Tints of #C4121E

#C4121E
(196,18,30)
#C92732
(201,39,50)
#CE3C46
(206,60,70)
#D3515A
(211,81,90)
#D8666E
(216,102,110)
#DD7B82
(221,123,130)
#E29096
(226,144,150)
#E7A5AA
(231,165,170)
#ECBABE
(236,186,190)
#F1CFD2
(241,207,210)
#F6E4E6
(246,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4121E color. Also use rgb(196,18,30) instead hex code.

Text Font Color

.myTextColor { color: #C4121E; }

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

This text font color is #C4121E.


Background Color

.myBgColor { background-color: #C4121E; }

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

This div background color is #C4121E.


Border color

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

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

This div border color is #C4121E.


Opacity

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

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

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

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

This text has shadow with #C4121E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4121E on black background.


Color preview on white background

This text has color #C4121E on white background.



Black color preview on #C4121E background

This text has black color on #C4121E background.


White color preview on #C4121E background

This text has white color on #C4121E background.