COLOR #FC0319

HEX: #FC0319
RGB: (252,3,25)

Color info

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

RGB color model

#FC0319 color RGB value is (252,3,25).

  • red value is 252;
  • green value is 3;
  • blue value is 25.
RGB:
(252,3,25)
(99%,1%,10%)

RGB channels and saturation

R 252 of 255 = 99%
G 3 of 255 = 1%
B 25 of 255 = 10%

252
3
25

R + G + B ~ 37%. #FC0319 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
252 + 3 + 25 = 280 (100%)
R 252 of 280 ~ 90%
G 3 of 280 ~ 1.07%
B 25 of 280 ~ 8.93%

%90

CMYK color model

#FC0319 color CMYK value is (0,99,90,1).

  • cyan value is 0.00%
  • magenta value is 98.81%
  • yellow value is 90.08%
  • key color value is 1.18%
CMYK:
(0,99,90,1)
C0M99Y90K1 
(0%,99%,90%,1%)
(0.00/0.99/0.90/0.01)	

CMYK percentages

%0
%98.81
%90.08
%1.18

Codes

Color #FC0319 in popluar color models

FC0319
RGB252325
HSL355°97.65%50.00%
HSB/HSV355°98.81%98.82%
CMYK0.00%98.81%90.08%
1.18%

Color #FC0319 in popluar number systems.

HEXFC0319
Decimal252325
Binary111111001111001
Octal374331

Shades and tints

Shades of #FC0319

#FC0319
(252,3,25)
#E60317
(230,3,23)
#D00315
(208,3,21)
#BA0313
(186,3,19)
#A40311
(164,3,17)
#8E030F
(142,3,15)
#78030D
(120,3,13)
#62030B
(98,3,11)
#4C0309
(76,3,9)
#360307
(54,3,7)
#200305
(32,3,5)
#000000
(0,0,0)

Tints of #FC0319

#FC0319
(252,3,25)
#FC192D
(252,25,45)
#FC2F41
(252,47,65)
#FC4555
(252,69,85)
#FC5B69
(252,91,105)
#FC717D
(252,113,125)
#FC8791
(252,135,145)
#FC9DA5
(252,157,165)
#FCB3B9
(252,179,185)
#FCC9CD
(252,201,205)
#FCDFE1
(252,223,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC0319 color. Also use rgb(252,3,25) instead hex code.

Text Font Color

.myTextColor { color: #FC0319; }

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

This text font color is #FC0319.


Background Color

.myBgColor { background-color: #FC0319; }

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

This div background color is #FC0319.


Border color

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

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

This div border color is #FC0319.


Opacity

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

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

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

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

This text has shadow with #FC0319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC0319 on black background.


Color preview on white background

This text has color #FC0319 on white background.



Black color preview on #FC0319 background

This text has black color on #FC0319 background.


White color preview on #FC0319 background

This text has white color on #FC0319 background.