COLOR #C7121D

HEX: #C7121D
RGB: (199,18,29)

Color info

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

RGB color model

#C7121D color RGB value is (199,18,29).

  • red value is 199;
  • green value is 18;
  • blue value is 29.
RGB:
(199,18,29)
(78%,7%,11%)

RGB channels and saturation

R 199 of 255 = 78%
G 18 of 255 = 7%
B 29 of 255 = 11%

199
18
29

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

Portions of RGB colors in percentages

R + G + B =
199 + 18 + 29 = 246 (100%)
R 199 of 246 ~ 80.89%
G 18 of 246 ~ 7.32%
B 29 of 246 ~ 11.79%

%80.89
%11.79

CMYK color model

#C7121D color CMYK value is (0,91,85,22).

  • cyan value is 0.00%
  • magenta value is 90.95%
  • yellow value is 85.43%
  • key color value is 21.96%
CMYK:
(0,91,85,22)
C0M91Y85K22 
(0%,91%,85%,22%)
(0.00/0.91/0.85/0.22)	

CMYK percentages

%0
%90.95
%85.43
%21.96

Codes

Color #C7121D in popluar color models

C7121D
RGB1991829
HSL356°83.41%42.55%
HSB/HSV356°90.95%78.04%
CMYK0.00%90.95%85.43%
21.96%

Color #C7121D in popluar number systems.

HEXC7121D
Decimal1991829
Binary110001111001011101
Octal3072235

Shades and tints

Shades of #C7121D

#C7121D
(199,18,29)
#B5111B
(181,17,27)
#A31019
(163,16,25)
#910F17
(145,15,23)
#7F0E15
(127,14,21)
#6D0D13
(109,13,19)
#5B0C11
(91,12,17)
#490B0F
(73,11,15)
#370A0D
(55,10,13)
#25090B
(37,9,11)
#130809
(19,8,9)
#000000
(0,0,0)

Tints of #C7121D

#C7121D
(199,18,29)
#CC2731
(204,39,49)
#D13C45
(209,60,69)
#D65159
(214,81,89)
#DB666D
(219,102,109)
#E07B81
(224,123,129)
#E59095
(229,144,149)
#EAA5A9
(234,165,169)
#EFBABD
(239,186,189)
#F4CFD1
(244,207,209)
#F9E4E5
(249,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7121D color. Also use rgb(199,18,29) instead hex code.

Text Font Color

.myTextColor { color: #C7121D; }

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

This text font color is #C7121D.


Background Color

.myBgColor { background-color: #C7121D; }

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

This div background color is #C7121D.


Border color

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

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

This div border color is #C7121D.


Opacity

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

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

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

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

This text has shadow with #C7121D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7121D on black background.


Color preview on white background

This text has color #C7121D on white background.



Black color preview on #C7121D background

This text has black color on #C7121D background.


White color preview on #C7121D background

This text has white color on #C7121D background.