HEX: #CC0910
RGB: (204,9,16)
#CC0910 contains mainly red color. Web safe color of #CC0910 is #CC0000 (or #C00).
#CC0910 color RGB value is (204,9,16).
RGB: (204,9,16)
(80%, 4%, 6%)
R 204 of 255 = 80%
G 9 of 255 = 4%
B 16 of 255 = 6%
R + G + B ~ 30%. #CC0910 is quite dark color.
R + G + B = 204 + 9 + 16 = 229 (100%)
R 204 of 229 ~ 89.08%
G 9 of 229 ~ 3.93%
B 16 of 229 ~ 6.99'%
#CC0910 color CMYK value is (0,96,92,20).
CMYK: (0,96,92,20) C0M96Y92K20 (0%,96%,92%,20%) (0.00/0.96/0.92/0.20)
Color #CC0910 in popluar color models
CC | 09 | 10 | |
---|---|---|---|
RGB | 204 | 9 | 16 |
HSL | 358° | 91.55% | 41.76% |
HSB/HSV | 358° | 95.59% | 80.00% |
CMYK | 0.00% | 95.59% | 92.16% |
20.00% |
Color #CC0910 in popluar number systems.
HEX | CC | 09 | 10 |
Decimal | 204 | 9 | 16 |
Binary | 11001100 | 1001 | 10000 |
Octal | 314 | 11 | 20 |
Shades of #CC0910
Tints of #CC0910
Examples of css and html codes for elements with #CC0910 color. Also use rgb(204,9,16) instead hex code.
.myTextColor { color: #CC0910; }
<p style="color:#CC0910">This sample text font color is #CC0910.</p>
This text font color is #CC0910.
.myBgColor { background-color: #CC0910; }
<div style="background-color:#CC0910">Inner text</div>
This div background color is #CC0910.
.myBorderColor { border: 1px solid #CC0910; }
<div style="border:3px solid #CC0910">Div</div>
This div border color is #CC0910.
.myOpacity80 { color: #CC0910; opacity: 0.8; }
<p style="color:#CC0910;opacity:0.8;">80%</p>
Text with #CC0910 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CC0910;}
<p style="text-shadow: 3px 3px 1px #CC0910">Text here.</p>
This text has shadow with #CC0910 color.
.textShadow {text-shadow: 3px 3px 1px #CC0910', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CC0910, 5px 5px 20px red">Text here.</p>
This text has shadow with #CC0910 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC0910, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CC0910, Direction=45, Strength=4)">Text</p>
This text has shadow with #CC0910 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CC0910;
-webkit-box-shadow: 1px 1px 3px 2px #CC0910;
box-shadow: 1px 1px 3px 2px #CC0910;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CC0910; -webkit-box-shadow: 1px 1px 3px 2px #CC0910; box-shadow:1px 1px 3px 2px #CC0910;">
Div content here
</div>
This text has color #CC0910 on black background.
This text has color #CC0910 on white background.
This text has black color on #CC0910 background.
This text has white color on #CC0910 background.
Complementary color for #hex is #33F6EF.