HEX: #C74737
RGB: (199,71,55)
#C74737 contains mainly red color. Web safe color of #C74737 is #CC3333 (or #C33).
#C74737 color RGB value is (199,71,55).
RGB: (199,71,55)
(78%, 28%, 22%)
R 199 of 255 = 78%
G 71 of 255 = 28%
B 55 of 255 = 22%
R + G + B ~ 43%. #C74737 is middle color (not dark and not light).
R + G + B = 199 + 71 + 55 = 325 (100%)
R 199 of 325 ~ 61.23%
G 71 of 325 ~ 21.85%
B 55 of 325 ~ 16.92'%
#C74737 color CMYK value is (0,64,72,22).
CMYK: (0,64,72,22)
C0M64Y72K22 (0%, 64%, 72%, 22%)
(0.00 / 0.64 / 0.72 / 0.22)
Color #C74737 in popluar color models
C7 | 47 | 37 | |
---|---|---|---|
RGB | 199 | 71 | 55 |
HSL | 7° | 56.69% | 49.80% |
HSB/HSV | 7° | 72.36% | 78.04% |
CMYK | 0.00% | 64.32% | 72.36% |
21.96% |
Color #C74737 in popluar number systems.
HEX | C7 | 47 | 37 |
Decimal | 199 | 71 | 55 |
Binary | 11000111 | 1000111 | 110111 |
Octal | 307 | 107 | 67 |
Shades of #C74737
Tints of #C74737
Examples of css and html codes for elements with #C74737 color. Also use rgb(199,71,55) instead hex code.
.myTextColor { color: #C74737; }
<p style="color:#C74737">This sample text font color is #C74737.</p>
This text font color is #C74737.
.myBgColor { background-color: #C74737; }
<div style="background-color:#C74737">Inner text</div>
This div background color is #C74737.
.myBorderColor { border: 1px solid #C74737; }
<div style="border:3px solid #C74737">Div</div>
This div border color is #C74737.
.myOpacity80 { color: #C74737; opacity: 0.8; }
<p style="color:#C74737;opacity:0.8;">80%</p>
Text with #C74737 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C74737;}
<p style="text-shadow: 3px 3px 1px #C74737">Text here.</p>
This text has shadow with #C74737 color.
.textShadow {text-shadow: 3px 3px 1px #C74737', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C74737, 5px 5px 20px red">Text here.</p>
This text has shadow with #C74737 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C74737, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C74737, Direction=45, Strength=4)">Text</p>
This text has shadow with #C74737 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C74737;
-webkit-box-shadow: 1px 1px 3px 2px #C74737;
box-shadow: 1px 1px 3px 2px #C74737;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C74737; -webkit-box-shadow: 1px 1px 3px 2px #C74737; box-shadow:1px 1px 3px 2px #C74737;">
Div content here
</div>
This text has color #C74737 on black background.
This text has color #C74737 on white background.
This text has black color on #C74737 background.
This text has white color on #C74737 background.
Complementary color for #hex is #38B8C8.