HEX: #C2425D
RGB: (194,66,93)
#C2425D contains mainly red color. Web safe color of #C2425D is #CC3366 (or #C36).
#C2425D color RGB value is (194,66,93).
RGB: (194,66,93)
(76%, 26%, 36%)
R 194 of 255 = 76%
G 66 of 255 = 26%
B 93 of 255 = 36%
R + G + B ~ 46%. #C2425D is middle color (not dark and not light).
R + G + B = 194 + 66 + 93 = 353 (100%)
R 194 of 353 ~ 54.96%
G 66 of 353 ~ 18.7%
B 93 of 353 ~ 26.35'%
#C2425D color CMYK value is (0,66,52,24).
CMYK: (0,66,52,24)
C0M66Y52K24 (0%, 66%, 52%, 24%)
(0.00 / 0.66 / 0.52 / 0.24)
Color #C2425D in popluar color models
C2 | 42 | 5D | |
---|---|---|---|
RGB | 194 | 66 | 93 |
HSL | 347° | 51.20% | 50.98% |
HSB/HSV | 347° | 65.98% | 76.08% |
CMYK | 0.00% | 65.98% | 52.06% |
23.92% |
Color #C2425D in popluar number systems.
HEX | C2 | 42 | 5D |
Decimal | 194 | 66 | 93 |
Binary | 11000010 | 1000010 | 1011101 |
Octal | 302 | 102 | 135 |
Shades of #C2425D
Tints of #C2425D
Examples of css and html codes for elements with #C2425D color. Also use rgb(194,66,93) instead hex code.
.myTextColor { color: #C2425D; }
<p style="color:#C2425D">This sample text font color is #C2425D.</p>
This text font color is #C2425D.
.myBgColor { background-color: #C2425D; }
<div style="background-color:#C2425D">Inner text</div>
This div background color is #C2425D.
.myBorderColor { border: 1px solid #C2425D; }
<div style="border:3px solid #C2425D">Div</div>
This div border color is #C2425D.
.myOpacity80 { color: #C2425D; opacity: 0.8; }
<p style="color:#C2425D;opacity:0.8;">80%</p>
Text with #C2425D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C2425D;}
<p style="text-shadow: 3px 3px 1px #C2425D">Text here.</p>
This text has shadow with #C2425D color.
.textShadow {text-shadow: 3px 3px 1px #C2425D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C2425D, 5px 5px 20px red">Text here.</p>
This text has shadow with #C2425D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C2425D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C2425D, Direction=45, Strength=4)">Text</p>
This text has shadow with #C2425D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C2425D;
-webkit-box-shadow: 1px 1px 3px 2px #C2425D;
box-shadow: 1px 1px 3px 2px #C2425D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C2425D; -webkit-box-shadow: 1px 1px 3px 2px #C2425D; box-shadow:1px 1px 3px 2px #C2425D;">
Div content here
</div>
This text has color #C2425D on black background.
This text has color #C2425D on white background.
This text has black color on #C2425D background.
This text has white color on #C2425D background.
Complementary color for #hex is #3DBDA2.