COLOR #C7122F

HEX: #C7122F
RGB: (199,18,47)

Color info

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

RGB color model

#C7122F color RGB value is (199,18,47).

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

RGB channels and saturation

R 199 of 255 = 78%
G 18 of 255 = 7%
B 47 of 255 = 18%

199
18
47

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

Portions of RGB colors in percentages

R + G + B =
199 + 18 + 47 = 264 (100%)
R 199 of 264 ~ 75.38%
G 18 of 264 ~ 6.82%
B 47 of 264 ~ 17.8%

%75.38
%17.8

CMYK color model

#C7122F color CMYK value is (0,91,76,22).

  • cyan value is 0.00%
  • magenta value is 90.95%
  • yellow value is 76.38%
  • key color value is 21.96%
CMYK:
(0,91,76,22)
C0M91Y76K22 
(0%,91%,76%,22%)
(0.00/0.91/0.76/0.22)	

CMYK percentages

%0
%90.95
%76.38
%21.96

Codes

Color #C7122F in popluar color models

C7122F
RGB1991847
HSL350°83.41%42.55%
HSB/HSV350°90.95%78.04%
CMYK0.00%90.95%76.38%
21.96%

Color #C7122F in popluar number systems.

HEXC7122F
Decimal1991847
Binary1100011110010101111
Octal3072257

Shades and tints

Shades of #C7122F

#C7122F
(199,18,47)
#B5112B
(181,17,43)
#A31027
(163,16,39)
#910F23
(145,15,35)
#7F0E1F
(127,14,31)
#6D0D1B
(109,13,27)
#5B0C17
(91,12,23)
#490B13
(73,11,19)
#370A0F
(55,10,15)
#25090B
(37,9,11)
#130807
(19,8,7)
#000000
(0,0,0)

Tints of #C7122F

#C7122F
(199,18,47)
#CC2741
(204,39,65)
#D13C53
(209,60,83)
#D65165
(214,81,101)
#DB6677
(219,102,119)
#E07B89
(224,123,137)
#E5909B
(229,144,155)
#EAA5AD
(234,165,173)
#EFBABF
(239,186,191)
#F4CFD1
(244,207,209)
#F9E4E3
(249,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7122F; }

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

This text font color is #C7122F.


Background Color

.myBgColor { background-color: #C7122F; }

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

This div background color is #C7122F.


Border color

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

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

This div border color is #C7122F.


Opacity

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

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

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

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

This text has shadow with #C7122F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7122F on black background.


Color preview on white background

This text has color #C7122F on white background.



Black color preview on #C7122F background

This text has black color on #C7122F background.


White color preview on #C7122F background

This text has white color on #C7122F background.