HEX: #FC1A12
RGB: (252,26,18)
#FC1A12 contains mainly red color. Web safe color of #FC1A12 is #FF0000 (or #F00).
#FC1A12 color RGB value is (252,26,18).
RGB: (252,26,18)
(99%, 10%, 7%)
R 252 of 255 = 99%
G 26 of 255 = 10%
B 18 of 255 = 7%
R + G + B ~ 39%. #FC1A12 is quite dark color.
R + G + B = 252 + 26 + 18 = 296 (100%)
R 252 of 296 ~ 85.14%
G 26 of 296 ~ 8.78%
B 18 of 296 ~ 6.08'%
#FC1A12 color CMYK value is (0,90,93,1).
CMYK: (0,90,93,1)
C0M90Y93K1 (0%, 90%, 93%, 1%)
(0.00 / 0.90 / 0.93 / 0.01)
Color #FC1A12 in popluar color models
FC | 1A | 12 | |
---|---|---|---|
RGB | 252 | 26 | 18 |
HSL | 2° | 97.50% | 52.94% |
HSB/HSV | 2° | 92.86% | 98.82% |
CMYK | 0.00% | 89.68% | 92.86% |
1.18% |
Color #FC1A12 in popluar number systems.
HEX | FC | 1A | 12 |
Decimal | 252 | 26 | 18 |
Binary | 11111100 | 11010 | 10010 |
Octal | 374 | 32 | 22 |
Shades of #FC1A12
Tints of #FC1A12
Examples of css and html codes for elements with #FC1A12 color. Also use rgb(252,26,18) instead hex code.
.myTextColor { color: #FC1A12; }
<p style="color:#FC1A12">This sample text font color is #FC1A12.</p>
This text font color is #FC1A12.
.myBgColor { background-color: #FC1A12; }
<div style="background-color:#FC1A12">Inner text</div>
This div background color is #FC1A12.
.myBorderColor { border: 1px solid #FC1A12; }
<div style="border:3px solid #FC1A12">Div</div>
This div border color is #FC1A12.
.myOpacity80 { color: #FC1A12; opacity: 0.8; }
<p style="color:#FC1A12;opacity:0.8;">80%</p>
Text with #FC1A12 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FC1A12;}
<p style="text-shadow: 3px 3px 1px #FC1A12">Text here.</p>
This text has shadow with #FC1A12 color.
.textShadow {text-shadow: 3px 3px 1px #FC1A12', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FC1A12, 5px 5px 20px red">Text here.</p>
This text has shadow with #FC1A12 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FC1A12, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FC1A12, Direction=45, Strength=4)">Text</p>
This text has shadow with #FC1A12 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FC1A12;
-webkit-box-shadow: 1px 1px 3px 2px #FC1A12;
box-shadow: 1px 1px 3px 2px #FC1A12;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FC1A12; -webkit-box-shadow: 1px 1px 3px 2px #FC1A12; box-shadow:1px 1px 3px 2px #FC1A12;">
Div content here
</div>
This text has color #FC1A12 on black background.
This text has color #FC1A12 on white background.
This text has black color on #FC1A12 background.
This text has white color on #FC1A12 background.
Complementary color for #hex is #03E5ED.