HEX: #C4424E
RGB: (196,66,78)
#C4424E contains mainly red color. Web safe color of #C4424E is #CC3366 (or #C36).
#C4424E color RGB value is (196,66,78).
RGB: (196,66,78)
(77%, 26%, 31%)
R 196 of 255 = 77%
G 66 of 255 = 26%
B 78 of 255 = 31%
R + G + B ~ 45%. #C4424E is middle color (not dark and not light).
R + G + B = 196 + 66 + 78 = 340 (100%)
R 196 of 340 ~ 57.65%
G 66 of 340 ~ 19.41%
B 78 of 340 ~ 22.94'%
#C4424E color CMYK value is (0,66,60,23).
CMYK: (0,66,60,23) C0M66Y60K23 (0%,66%,60%,23%) (0.00/0.66/0.60/0.23)
Color #C4424E in popluar color models
C4 | 42 | 4E | |
---|---|---|---|
RGB | 196 | 66 | 78 |
HSL | 354° | 52.42% | 51.37% |
HSB/HSV | 354° | 66.33% | 76.86% |
CMYK | 0.00% | 66.33% | 60.20% |
23.14% |
Color #C4424E in popluar number systems.
HEX | C4 | 42 | 4E |
Decimal | 196 | 66 | 78 |
Binary | 11000100 | 1000010 | 1001110 |
Octal | 304 | 102 | 116 |
Shades of #C4424E
Tints of #C4424E
Examples of css and html codes for elements with #C4424E color. Also use rgb(196,66,78) instead hex code.
.myTextColor { color: #C4424E; }
<p style="color:#C4424E">This sample text font color is #C4424E.</p>
This text font color is #C4424E.
.myBgColor { background-color: #C4424E; }
<div style="background-color:#C4424E">Inner text</div>
This div background color is #C4424E.
.myBorderColor { border: 1px solid #C4424E; }
<div style="border:3px solid #C4424E">Div</div>
This div border color is #C4424E.
.myOpacity80 { color: #C4424E; opacity: 0.8; }
<p style="color:#C4424E;opacity:0.8;">80%</p>
Text with #C4424E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4424E;}
<p style="text-shadow: 3px 3px 1px #C4424E">Text here.</p>
This text has shadow with #C4424E color.
.textShadow {text-shadow: 3px 3px 1px #C4424E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4424E, 5px 5px 20px red">Text here.</p>
This text has shadow with #C4424E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4424E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4424E, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4424E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4424E;
-webkit-box-shadow: 1px 1px 3px 2px #C4424E;
box-shadow: 1px 1px 3px 2px #C4424E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4424E; -webkit-box-shadow: 1px 1px 3px 2px #C4424E; box-shadow:1px 1px 3px 2px #C4424E;">
Div content here
</div>
This text has color #C4424E on black background.
This text has color #C4424E on white background.
This text has black color on #C4424E background.
This text has white color on #C4424E background.
Complementary color for #hex is #3BBDB1.