HEX: #C7122B
RGB: (199,18,43)
#C7122B contains mainly red color. Web safe color of #C7122B is #CC0033 (or #C03).
#C7122B color RGB value is (199,18,43).
RGB: (199,18,43)
(78%, 7%, 17%)
R 199 of 255 = 78%
G 18 of 255 = 7%
B 43 of 255 = 17%
R + G + B ~ 34%. #C7122B is quite dark color.
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'%
#C7122B color CMYK value is (0,91,78,22).
CMYK: (0,91,78,22)
C0M91Y78K22 (0%, 91%, 78%, 22%)
(0.00 / 0.91 / 0.78 / 0.22)
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 of #C7122B
Tints of #C7122B
Examples of css and html codes for elements with #C7122B color. Also use rgb(199,18,43) instead hex code.
.myTextColor { color: #C7122B; }
<p style="color:#C7122B">This sample text font color is #C7122B.</p>
This text font color is #C7122B.
.myBgColor { background-color: #C7122B; }
<div style="background-color:#C7122B">Inner text</div>
This div background color is #C7122B.
.myBorderColor { border: 1px solid #C7122B; }
<div style="border:3px solid #C7122B">Div</div>
This div border color is #C7122B.
.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%.
.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.
/* 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 text has color #C7122B on black background.
This text has color #C7122B on white background.
This text has black color on #C7122B background.
This text has white color on #C7122B background.
Complementary color for #hex is #38EDD4.