COLOR #FC1A12

HEX: #FC1A12 RGB: (252,26,18)

Color info

#FC1A12 contains mainly red color. Web safe color of #FC1A12 is #FF0000 (or #F00).

RGB color model

#FC1A12 color RGB value is (252,26,18).

RGB: (252,26,18) (99%, 10%, 7%)

RGB channels and saturation

R 252 of 255 = 99%
G 26 of 255 = 10%
B 18 of 255 = 7%

252
26
18

R + G + B ~ 39%. #FC1A12 is quite dark color.

Portions of RGB colors in percentages

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'%

%85.14

CMYK color model

#FC1A12 color CMYK value is (0,90,93,1).

  • cyan value is 0.00%
  • magenta value is 89.68%
  • yellow value is 92.86%
  • key color value is 1.18%

CMYK: (0,90,93,1)
C0M90Y93K1 (0%, 90%, 93%, 1%)
(0.00 / 0.90 / 0.93 / 0.01)

CMYK percentages

%0
%89.68
%92.86
%1.18

Codes

Color #FC1A12 in popluar color models

FC 1A 12
RGB 252 26 18
HSL 97.50% 52.94%
HSB/HSV 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 and tints

Shades of #FC1A12

#FC1A12
(252,26,18)
#E61811
(230,24,17)
#D01610
(208,22,16)
#BA140F
(186,20,15)
#A4120E
(164,18,14)
#8E100D
(142,16,13)
#780E0C
(120,14,12)
#620C0B
(98,12,11)
#4C0A0A
(76,10,10)
#360809
(54,8,9)
#200608
(32,6,8)
#000000
(0,0,0)

Tints of #FC1A12

#FC1A12
(252,26,18)
#FC2E27
(252,46,39)
#FC423C
(252,66,60)
#FC5651
(252,86,81)
#FC6A66
(252,106,102)
#FC7E7B
(252,126,123)
#FC9290
(252,146,144)
#FCA6A5
(252,166,165)
#FCBABA
(252,186,186)
#FCCECF
(252,206,207)
#FCE2E4
(252,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC1A12 color. Also use rgb(252,26,18) instead hex code.

Text Font Color

.myTextColor { color: #FC1A12; }

<p style="color:#FC1A12">This sample text font color is #FC1A12.</p>

This text font color is #FC1A12.

Background Color

.myBgColor { background-color: #FC1A12; }

<div style="background-color:#FC1A12">Inner text</div>

This div background color is #FC1A12.

Border color

.myBorderColor { border: 1px solid #FC1A12; }

<div style="border:3px solid #FC1A12">Div</div>

This div border color is #FC1A12.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #FC1A12.

Preview

Color preview on black background

This text has color #FC1A12 on black background.


Color preview on white background

This text has color #FC1A12 on white background.


Black color preview on #FC1A12 background

This text has black color on #FC1A12 background.


White color preview on #FC1A12 background

This text has white color on #FC1A12 background.


Related colors

Complementary color

Complementary color for #hex is #03E5ED.


I love getcolorcode.com

Triadic colors

1 #12FC1A and #1A12FC with #FC1A12 are triadic colors.

2 #121AFC and #1AFC12 with #FC1A12 are triadic colors.