COLOR #FB1B36

HEX: #FB1B36
RGB: (251,27,54)

Color info

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

RGB color model

#FB1B36 color RGB value is (251,27,54).

  • red value is 251;
  • green value is 27;
  • blue value is 54.
RGB:
(251,27,54)
(98%,11%,21%)

RGB channels and saturation

R 251 of 255 = 98%
G 27 of 255 = 11%
B 54 of 255 = 21%

251
27
54

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

Portions of RGB colors in percentages

R + G + B =
251 + 27 + 54 = 332 (100%)
R 251 of 332 ~ 75.6%
G 27 of 332 ~ 8.13%
B 54 of 332 ~ 16.27%

%75.6
%16.27

CMYK color model

#FB1B36 color CMYK value is (0,89,78,2).

  • cyan value is 0.00%
  • magenta value is 89.24%
  • yellow value is 78.49%
  • key color value is 1.57%
CMYK:
(0,89,78,2)
C0M89Y78K2 
(0%,89%,78%,2%)
(0.00/0.89/0.78/0.02)	

CMYK percentages

%0
%89.24
%78.49
%1.57

Codes

Color #FB1B36 in popluar color models

FB1B36
RGB2512754
HSL353°96.55%54.51%
HSB/HSV353°89.24%98.43%
CMYK0.00%89.24%78.49%
1.57%

Color #FB1B36 in popluar number systems.

HEXFB1B36
Decimal2512754
Binary1111101111011110110
Octal3733366

Shades and tints

Shades of #FB1B36

#FB1B36
(251,27,54)
#E51932
(229,25,50)
#CF172E
(207,23,46)
#B9152A
(185,21,42)
#A31326
(163,19,38)
#8D1122
(141,17,34)
#770F1E
(119,15,30)
#610D1A
(97,13,26)
#4B0B16
(75,11,22)
#350912
(53,9,18)
#1F070E
(31,7,14)
#000000
(0,0,0)

Tints of #FB1B36

#FB1B36
(251,27,54)
#FB2F48
(251,47,72)
#FB435A
(251,67,90)
#FB576C
(251,87,108)
#FB6B7E
(251,107,126)
#FB7F90
(251,127,144)
#FB93A2
(251,147,162)
#FBA7B4
(251,167,180)
#FBBBC6
(251,187,198)
#FBCFD8
(251,207,216)
#FBE3EA
(251,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB1B36 color. Also use rgb(251,27,54) instead hex code.

Text Font Color

.myTextColor { color: #FB1B36; }

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

This text font color is #FB1B36.


Background Color

.myBgColor { background-color: #FB1B36; }

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

This div background color is #FB1B36.


Border color

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

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

This div border color is #FB1B36.


Opacity

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

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

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

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

This text has shadow with #FB1B36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB1B36 on black background.


Color preview on white background

This text has color #FB1B36 on white background.



Black color preview on #FB1B36 background

This text has black color on #FB1B36 background.


White color preview on #FB1B36 background

This text has white color on #FB1B36 background.