COLOR #FB1508

HEX: #FB1508
RGB: (251,21,8)

Color info

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

RGB color model

#FB1508 color RGB value is (251,21,8).

  • red value is 251;
  • green value is 21;
  • blue value is 8.
RGB:
(251,21,8)
(98%,8%,3%)

RGB channels and saturation

R 251 of 255 = 98%
G 21 of 255 = 8%
B 8 of 255 = 3%

251
21
8

R + G + B ~ 36%. #FB1508 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
251 + 21 + 8 = 280 (100%)
R 251 of 280 ~ 89.64%
G 21 of 280 ~ 7.5%
B 8 of 280 ~ 2.86%

%89.64

CMYK color model

#FB1508 color CMYK value is (0,92,97,2).

  • cyan value is 0.00%
  • magenta value is 91.63%
  • yellow value is 96.81%
  • key color value is 1.57%
CMYK:
(0,92,97,2)
C0M92Y97K2 
(0%,92%,97%,2%)
(0.00/0.92/0.97/0.02)	

CMYK percentages

%0
%91.63
%96.81
%1.57

Codes

Color #FB1508 in popluar color models

FB1508
RGB251218
HSL96.81%50.78%
HSB/HSV96.81%98.43%
CMYK0.00%91.63%96.81%
1.57%

Color #FB1508 in popluar number systems.

HEXFB1508
Decimal251218
Binary11111011101011000
Octal3732510

Shades and tints

Shades of #FB1508

#FB1508
(251,21,8)
#E51408
(229,20,8)
#CF1308
(207,19,8)
#B91208
(185,18,8)
#A31108
(163,17,8)
#8D1008
(141,16,8)
#770F08
(119,15,8)
#610E08
(97,14,8)
#4B0D08
(75,13,8)
#350C08
(53,12,8)
#1F0B08
(31,11,8)
#000000
(0,0,0)

Tints of #FB1508

#FB1508
(251,21,8)
#FB2A1E
(251,42,30)
#FB3F34
(251,63,52)
#FB544A
(251,84,74)
#FB6960
(251,105,96)
#FB7E76
(251,126,118)
#FB938C
(251,147,140)
#FBA8A2
(251,168,162)
#FBBDB8
(251,189,184)
#FBD2CE
(251,210,206)
#FBE7E4
(251,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB1508 color. Also use rgb(251,21,8) instead hex code.

Text Font Color

.myTextColor { color: #FB1508; }

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

This text font color is #FB1508.


Background Color

.myBgColor { background-color: #FB1508; }

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

This div background color is #FB1508.


Border color

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

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

This div border color is #FB1508.


Opacity

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

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

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

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

This text has shadow with #FB1508 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB1508 on black background.


Color preview on white background

This text has color #FB1508 on white background.



Black color preview on #FB1508 background

This text has black color on #FB1508 background.


White color preview on #FB1508 background

This text has white color on #FB1508 background.