COLOR #FC2F33

HEX: #FC2F33
RGB: (252,47,51)

Color info

#FC2F33 contains mainly red color. Web safe color of #FC2F33 is #FF3333 (or #F33).

RGB color model

#FC2F33 color RGB value is (252,47,51).

  • red value is 252;
  • green value is 47;
  • blue value is 51.
RGB:
(252,47,51)
(99%,18%,20%)

RGB channels and saturation

R 252 of 255 = 99%
G 47 of 255 = 18%
B 51 of 255 = 20%

252
47
51

R + G + B ~ 46%. #FC2F33 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
252 + 47 + 51 = 350 (100%)
R 252 of 350 ~ 72%
G 47 of 350 ~ 13.43%
B 51 of 350 ~ 14.57%

%72
%13.43
%14.57

CMYK color model

#FC2F33 color CMYK value is (0,81,80,1).

  • cyan value is 0.00%
  • magenta value is 81.35%
  • yellow value is 79.76%
  • key color value is 1.18%
CMYK:
(0,81,80,1)
C0M81Y80K1 
(0%,81%,80%,1%)
(0.00/0.81/0.80/0.01)	

CMYK percentages

%0
%81.35
%79.76
%1.18

Codes

Color #FC2F33 in popluar color models

FC2F33
RGB2524751
HSL359°97.16%58.63%
HSB/HSV359°81.35%98.82%
CMYK0.00%81.35%79.76%
1.18%

Color #FC2F33 in popluar number systems.

HEXFC2F33
Decimal2524751
Binary11111100101111110011
Octal3745763

Shades and tints

Shades of #FC2F33

#FC2F33
(252,47,51)
#E62B2F
(230,43,47)
#D0272B
(208,39,43)
#BA2327
(186,35,39)
#A41F23
(164,31,35)
#8E1B1F
(142,27,31)
#78171B
(120,23,27)
#621317
(98,19,23)
#4C0F13
(76,15,19)
#360B0F
(54,11,15)
#20070B
(32,7,11)
#000000
(0,0,0)

Tints of #FC2F33

#FC2F33
(252,47,51)
#FC4145
(252,65,69)
#FC5357
(252,83,87)
#FC6569
(252,101,105)
#FC777B
(252,119,123)
#FC898D
(252,137,141)
#FC9B9F
(252,155,159)
#FCADB1
(252,173,177)
#FCBFC3
(252,191,195)
#FCD1D5
(252,209,213)
#FCE3E7
(252,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC2F33 color. Also use rgb(252,47,51) instead hex code.

Text Font Color

.myTextColor { color: #FC2F33; }

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

This text font color is #FC2F33.


Background Color

.myBgColor { background-color: #FC2F33; }

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

This div background color is #FC2F33.


Border color

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

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

This div border color is #FC2F33.


Opacity

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

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

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

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

This text has shadow with #FC2F33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC2F33 on black background.


Color preview on white background

This text has color #FC2F33 on white background.



Black color preview on #FC2F33 background

This text has black color on #FC2F33 background.


White color preview on #FC2F33 background

This text has white color on #FC2F33 background.