COLOR #FC2B33

HEX: #FC2B33
RGB: (252,43,51)

Color info

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

RGB color model

#FC2B33 color RGB value is (252,43,51).

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

RGB channels and saturation

R 252 of 255 = 99%
G 43 of 255 = 17%
B 51 of 255 = 20%

252
43
51

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

Portions of RGB colors in percentages

R + G + B =
252 + 43 + 51 = 346 (100%)
R 252 of 346 ~ 72.83%
G 43 of 346 ~ 12.43%
B 51 of 346 ~ 14.74%

%72.83
%12.43
%14.74

CMYK color model

#FC2B33 color CMYK value is (0,83,80,1).

  • cyan value is 0.00%
  • magenta value is 82.94%
  • yellow value is 79.76%
  • key color value is 1.18%
CMYK:
(0,83,80,1)
C0M83Y80K1 
(0%,83%,80%,1%)
(0.00/0.83/0.80/0.01)	

CMYK percentages

%0
%82.94
%79.76
%1.18

Codes

Color #FC2B33 in popluar color models

FC2B33
RGB2524351
HSL358°97.21%57.84%
HSB/HSV358°82.94%98.82%
CMYK0.00%82.94%79.76%
1.18%

Color #FC2B33 in popluar number systems.

HEXFC2B33
Decimal2524351
Binary11111100101011110011
Octal3745363

Shades and tints

Shades of #FC2B33

#FC2B33
(252,43,51)
#E6282F
(230,40,47)
#D0252B
(208,37,43)
#BA2227
(186,34,39)
#A41F23
(164,31,35)
#8E1C1F
(142,28,31)
#78191B
(120,25,27)
#621617
(98,22,23)
#4C1313
(76,19,19)
#36100F
(54,16,15)
#200D0B
(32,13,11)
#000000
(0,0,0)

Tints of #FC2B33

#FC2B33
(252,43,51)
#FC3E45
(252,62,69)
#FC5157
(252,81,87)
#FC6469
(252,100,105)
#FC777B
(252,119,123)
#FC8A8D
(252,138,141)
#FC9D9F
(252,157,159)
#FCB0B1
(252,176,177)
#FCC3C3
(252,195,195)
#FCD6D5
(252,214,213)
#FCE9E7
(252,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC2B33; }

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

This text font color is #FC2B33.


Background Color

.myBgColor { background-color: #FC2B33; }

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

This div background color is #FC2B33.


Border color

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

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

This div border color is #FC2B33.


Opacity

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

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

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

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

This text has shadow with #FC2B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC2B33 on black background.


Color preview on white background

This text has color #FC2B33 on white background.



Black color preview on #FC2B33 background

This text has black color on #FC2B33 background.


White color preview on #FC2B33 background

This text has white color on #FC2B33 background.