COLOR #C7122B

HEX: #C7122B RGB: (199,18,43)

Color info

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

RGB color model

#C7122B color RGB value is (199,18,43).

RGB: (199,18,43) (78%, 7%, 17%)

RGB channels and saturation

R 199 of 255 = 78%
G 18 of 255 = 7%
B 43 of 255 = 17%

199
18
43

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

Portions of RGB colors in percentages

R + G + B = 199 + 18 + 43 = 260 (100%)
R 199 of 260 ~ 76.54%
G 18 of 260 ~ 6.92%
B 43 of 260 ~ 16.54'%

%76.54
%16.54

CMYK color model

#C7122B color CMYK value is (0,91,78,22).

  • cyan value is 0.00%
  • magenta value is 90.95%
  • yellow value is 78.39%
  • key color value is 21.96%

CMYK: (0,91,78,22)
C0M91Y78K22 (0%, 91%, 78%, 22%)
(0.00 / 0.91 / 0.78 / 0.22)

CMYK percentages

%0
%90.95
%78.39
%21.96

Codes

Color #C7122B in popluar color models

C7 12 2B
RGB 199 18 43
HSL 352° 83.41% 42.55%
HSB/HSV 352° 90.95% 78.04%
CMYK 0.00% 90.95% 78.39%
21.96%

Color #C7122B in popluar number systems.

HEX C7 12 2B
Decimal 199 18 43
Binary 11000111 10010 101011
Octal 307 22 53

Shades and tints

Shades of #C7122B

#C7122B
(199,18,43)
#B51128
(181,17,40)
#A31025
(163,16,37)
#910F22
(145,15,34)
#7F0E1F
(127,14,31)
#6D0D1C
(109,13,28)
#5B0C19
(91,12,25)
#490B16
(73,11,22)
#370A13
(55,10,19)
#250910
(37,9,16)
#13080D
(19,8,13)
#000000
(0,0,0)

Tints of #C7122B

#C7122B
(199,18,43)
#CC273E
(204,39,62)
#D13C51
(209,60,81)
#D65164
(214,81,100)
#DB6677
(219,102,119)
#E07B8A
(224,123,138)
#E5909D
(229,144,157)
#EAA5B0
(234,165,176)
#EFBAC3
(239,186,195)
#F4CFD6
(244,207,214)
#F9E4E9
(249,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7122B; }

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

This text font color is #C7122B.

Background Color

.myBgColor { background-color: #C7122B; }

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

This div background color is #C7122B.

Border color

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

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

This div border color is #C7122B.

Opacity

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

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

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

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

This text has shadow with #C7122B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7122B.

Preview

Color preview on black background

This text has color #C7122B on black background.


Color preview on white background

This text has color #C7122B on white background.


Black color preview on #C7122B background

This text has black color on #C7122B background.


White color preview on #C7122B background

This text has white color on #C7122B background.


Related colors

Complementary color

Complementary color for #hex is #38EDD4.


I love getcolorcode.com

Triadic colors

1 #2BC712 and #122BC7 with #C7122B are triadic colors.

2 #2B12C7 and #12C72B with #C7122B are triadic colors.