COLOR #F3130B

HEX: #F3130B
RGB: (243,19,11)

Color info

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

RGB color model

#F3130B color RGB value is (243,19,11).

  • red value is 243;
  • green value is 19;
  • blue value is 11.
RGB:
(243,19,11)
(95%,7%,4%)

RGB channels and saturation

R 243 of 255 = 95%
G 19 of 255 = 7%
B 11 of 255 = 4%

243
19
11

R + G + B ~ 35%. #F3130B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
243 + 19 + 11 = 273 (100%)
R 243 of 273 ~ 89.01%
G 19 of 273 ~ 6.96%
B 11 of 273 ~ 4.03%

%89.01

CMYK color model

#F3130B color CMYK value is (0,92,95,5).

  • cyan value is 0.00%
  • magenta value is 92.18%
  • yellow value is 95.47%
  • key color value is 4.71%
CMYK:
(0,92,95,5)
C0M92Y95K5 
(0%,92%,95%,5%)
(0.00/0.92/0.95/0.05)	

CMYK percentages

%0
%92.18
%95.47
%4.71

Codes

Color #F3130B in popluar color models

F3130B
RGB2431911
HSL91.34%49.80%
HSB/HSV95.47%95.29%
CMYK0.00%92.18%95.47%
4.71%

Color #F3130B in popluar number systems.

HEXF3130B
Decimal2431911
Binary11110011100111011
Octal3632313

Shades and tints

Shades of #F3130B

#F3130B
(243,19,11)
#DD120A
(221,18,10)
#C71109
(199,17,9)
#B11008
(177,16,8)
#9B0F07
(155,15,7)
#850E06
(133,14,6)
#6F0D05
(111,13,5)
#590C04
(89,12,4)
#430B03
(67,11,3)
#2D0A02
(45,10,2)
#170901
(23,9,1)
#000000
(0,0,0)

Tints of #F3130B

#F3130B
(243,19,11)
#F42821
(244,40,33)
#F53D37
(245,61,55)
#F6524D
(246,82,77)
#F76763
(247,103,99)
#F87C79
(248,124,121)
#F9918F
(249,145,143)
#FAA6A5
(250,166,165)
#FBBBBB
(251,187,187)
#FCD0D1
(252,208,209)
#FDE5E7
(253,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3130B color. Also use rgb(243,19,11) instead hex code.

Text Font Color

.myTextColor { color: #F3130B; }

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

This text font color is #F3130B.


Background Color

.myBgColor { background-color: #F3130B; }

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

This div background color is #F3130B.


Border color

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

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

This div border color is #F3130B.


Opacity

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

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

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

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

This text has shadow with #F3130B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3130B on black background.


Color preview on white background

This text has color #F3130B on white background.



Black color preview on #F3130B background

This text has black color on #F3130B background.


White color preview on #F3130B background

This text has white color on #F3130B background.