COLOR #FC1117

HEX: #FC1117
RGB: (252,17,23)

Color info

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

RGB color model

#FC1117 color RGB value is (252,17,23).

  • red value is 252;
  • green value is 17;
  • blue value is 23.
RGB:
(252,17,23)
(99%,7%,9%)

RGB channels and saturation

R 252 of 255 = 99%
G 17 of 255 = 7%
B 23 of 255 = 9%

252
17
23

R + G + B ~ 38%. #FC1117 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
252 + 17 + 23 = 292 (100%)
R 252 of 292 ~ 86.3%
G 17 of 292 ~ 5.82%
B 23 of 292 ~ 7.88%

%86.3

CMYK color model

#FC1117 color CMYK value is (0,93,91,1).

  • cyan value is 0.00%
  • magenta value is 93.25%
  • yellow value is 90.87%
  • key color value is 1.18%
CMYK:
(0,93,91,1)
C0M93Y91K1 
(0%,93%,91%,1%)
(0.00/0.93/0.91/0.01)	

CMYK percentages

%0
%93.25
%90.87
%1.18

Codes

Color #FC1117 in popluar color models

FC1117
RGB2521723
HSL358°97.51%52.75%
HSB/HSV358°93.25%98.82%
CMYK0.00%93.25%90.87%
1.18%

Color #FC1117 in popluar number systems.

HEXFC1117
Decimal2521723
Binary111111001000110111
Octal3742127

Shades and tints

Shades of #FC1117

#FC1117
(252,17,23)
#E61015
(230,16,21)
#D00F13
(208,15,19)
#BA0E11
(186,14,17)
#A40D0F
(164,13,15)
#8E0C0D
(142,12,13)
#780B0B
(120,11,11)
#620A09
(98,10,9)
#4C0907
(76,9,7)
#360805
(54,8,5)
#200703
(32,7,3)
#000000
(0,0,0)

Tints of #FC1117

#FC1117
(252,17,23)
#FC262C
(252,38,44)
#FC3B41
(252,59,65)
#FC5056
(252,80,86)
#FC656B
(252,101,107)
#FC7A80
(252,122,128)
#FC8F95
(252,143,149)
#FCA4AA
(252,164,170)
#FCB9BF
(252,185,191)
#FCCED4
(252,206,212)
#FCE3E9
(252,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC1117 color. Also use rgb(252,17,23) instead hex code.

Text Font Color

.myTextColor { color: #FC1117; }

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

This text font color is #FC1117.


Background Color

.myBgColor { background-color: #FC1117; }

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

This div background color is #FC1117.


Border color

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

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

This div border color is #FC1117.


Opacity

.myOpacity80 { color: #FC1117; opacity: 0.8; }

<p style="color:#FC1117;opacity:0.8;">80%</p>

Text with #FC1117 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 #FC1117;}

<p style="text-shadow: 3px 3px 1px #FC1117">Text here.</p>

This text has shadow with #FC1117 color.

.textShadow {text-shadow: 3px 3px 1px #FC1117, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FC1117, 5px 5px 20px red">Text here.</p>

This text has shadow with #FC1117 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FC1117, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FC1117, Direction=45, Strength=4)">Text</p>

This text has shadow with #FC1117 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FC1117;
  -webkit-box-shadow:	1px 1px 3px 2px #FC1117;
  box-shadow:		1px 1px 3px 2px #FC1117;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FC1117;
-webkit-box-shadow: 1px 1px 3px 2px #FC1117;
box-shadow:1px 1px 3px 2px #FC1117;">
Div content here</div>
This div box has shadow with color #FC1117.

Preview

Color preview on black background

This text has color #FC1117 on black background.


Color preview on white background

This text has color #FC1117 on white background.



Black color preview on #FC1117 background

This text has black color on #FC1117 background.


White color preview on #FC1117 background

This text has white color on #FC1117 background.