COLOR #FB3830

HEX: #FB3830
RGB: (251,56,48)

Color info

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

RGB color model

#FB3830 color RGB value is (251,56,48).

  • red value is 251;
  • green value is 56;
  • blue value is 48.
RGB:
(251,56,48)
(98%,22%,19%)

RGB channels and saturation

R 251 of 255 = 98%
G 56 of 255 = 22%
B 48 of 255 = 19%

251
56
48

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

Portions of RGB colors in percentages

R + G + B =
251 + 56 + 48 = 355 (100%)
R 251 of 355 ~ 70.7%
G 56 of 355 ~ 15.77%
B 48 of 355 ~ 13.52%

%70.7
%15.77
%13.52

CMYK color model

#FB3830 color CMYK value is (0,78,81,2).

  • cyan value is 0.00%
  • magenta value is 77.69%
  • yellow value is 80.88%
  • key color value is 1.57%
CMYK:
(0,78,81,2)
C0M78Y81K2 
(0%,78%,81%,2%)
(0.00/0.78/0.81/0.02)	

CMYK percentages

%0
%77.69
%80.88
%1.57

Codes

Color #FB3830 in popluar color models

FB3830
RGB2515648
HSL96.21%58.63%
HSB/HSV80.88%98.43%
CMYK0.00%77.69%80.88%
1.57%

Color #FB3830 in popluar number systems.

HEXFB3830
Decimal2515648
Binary11111011111000110000
Octal3737060

Shades and tints

Shades of #FB3830

#FB3830
(251,56,48)
#E5332C
(229,51,44)
#CF2E28
(207,46,40)
#B92924
(185,41,36)
#A32420
(163,36,32)
#8D1F1C
(141,31,28)
#771A18
(119,26,24)
#611514
(97,21,20)
#4B1010
(75,16,16)
#350B0C
(53,11,12)
#1F0608
(31,6,8)
#000000
(0,0,0)

Tints of #FB3830

#FB3830
(251,56,48)
#FB4A42
(251,74,66)
#FB5C54
(251,92,84)
#FB6E66
(251,110,102)
#FB8078
(251,128,120)
#FB928A
(251,146,138)
#FBA49C
(251,164,156)
#FBB6AE
(251,182,174)
#FBC8C0
(251,200,192)
#FBDAD2
(251,218,210)
#FBECE4
(251,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB3830 color. Also use rgb(251,56,48) instead hex code.

Text Font Color

.myTextColor { color: #FB3830; }

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

This text font color is #FB3830.


Background Color

.myBgColor { background-color: #FB3830; }

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

This div background color is #FB3830.


Border color

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

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

This div border color is #FB3830.


Opacity

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

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

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

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

This text has shadow with #FB3830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB3830 on black background.


Color preview on white background

This text has color #FB3830 on white background.



Black color preview on #FB3830 background

This text has black color on #FB3830 background.


White color preview on #FB3830 background

This text has white color on #FB3830 background.