COLOR #FB0607

HEX: #FB0607
RGB: (251,6,7)

Color info

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

RGB color model

#FB0607 color RGB value is (251,6,7).

  • red value is 251;
  • green value is 6;
  • blue value is 7.
RGB:
(251,6,7)
(98%,2%,3%)

RGB channels and saturation

R 251 of 255 = 98%
G 6 of 255 = 2%
B 7 of 255 = 3%

251
6
7

R + G + B ~ 34%. #FB0607 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
251 + 6 + 7 = 264 (100%)
R 251 of 264 ~ 95.08%
G 6 of 264 ~ 2.27%
B 7 of 264 ~ 2.65%

%95.08

CMYK color model

#FB0607 color CMYK value is (0,98,97,2).

  • cyan value is 0.00%
  • magenta value is 97.61%
  • yellow value is 97.21%
  • key color value is 1.57%
CMYK:
(0,98,97,2)
C0M98Y97K2 
(0%,98%,97%,2%)
(0.00/0.98/0.97/0.02)	

CMYK percentages

%0
%97.61
%97.21
%1.57

Codes

Color #FB0607 in popluar color models

FB0607
RGB25167
HSL360°96.84%50.39%
HSB/HSV360°97.61%98.43%
CMYK0.00%97.61%97.21%
1.57%

Color #FB0607 in popluar number systems.

HEXFB0607
Decimal25167
Binary11111011110111
Octal37367

Shades and tints

Shades of #FB0607

#FB0607
(251,6,7)
#E50607
(229,6,7)
#CF0607
(207,6,7)
#B90607
(185,6,7)
#A30607
(163,6,7)
#8D0607
(141,6,7)
#770607
(119,6,7)
#610607
(97,6,7)
#4B0607
(75,6,7)
#350607
(53,6,7)
#1F0607
(31,6,7)
#000000
(0,0,0)

Tints of #FB0607

#FB0607
(251,6,7)
#FB1C1D
(251,28,29)
#FB3233
(251,50,51)
#FB4849
(251,72,73)
#FB5E5F
(251,94,95)
#FB7475
(251,116,117)
#FB8A8B
(251,138,139)
#FBA0A1
(251,160,161)
#FBB6B7
(251,182,183)
#FBCCCD
(251,204,205)
#FBE2E3
(251,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB0607 color. Also use rgb(251,6,7) instead hex code.

Text Font Color

.myTextColor { color: #FB0607; }

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

This text font color is #FB0607.


Background Color

.myBgColor { background-color: #FB0607; }

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

This div background color is #FB0607.


Border color

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

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

This div border color is #FB0607.


Opacity

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

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

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

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

This text has shadow with #FB0607 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB0607 on black background.


Color preview on white background

This text has color #FB0607 on white background.



Black color preview on #FB0607 background

This text has black color on #FB0607 background.


White color preview on #FB0607 background

This text has white color on #FB0607 background.