COLOR #F03131

HEX: #F03131
RGB: (240,49,49)

Color info

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

RGB color model

#F03131 color RGB value is (240,49,49).

  • red value is 240;
  • green value is 49;
  • blue value is 49.
RGB:
(240,49,49)
(94%,19%,19%)

RGB channels and saturation

R 240 of 255 = 94%
G 49 of 255 = 19%
B 49 of 255 = 19%

240
49
49

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

Portions of RGB colors in percentages

R + G + B =
240 + 49 + 49 = 338 (100%)
R 240 of 338 ~ 71.01%
G 49 of 338 ~ 14.5%
B 49 of 338 ~ 14.5%

%71.01
%14.5
%14.5

CMYK color model

#F03131 color CMYK value is (0,80,80,6).

  • cyan value is 0.00%
  • magenta value is 79.58%
  • yellow value is 79.58%
  • key color value is 5.88%
CMYK:
(0,80,80,6)
C0M80Y80K6 
(0%,80%,80%,6%)
(0.00/0.80/0.80/0.06)	

CMYK percentages

%0
%79.58
%79.58
%5.88

Codes

Color #F03131 in popluar color models

F03131
RGB2404949
HSL86.43%56.67%
HSB/HSV79.58%94.12%
CMYK0.00%79.58%79.58%
5.88%

Color #F03131 in popluar number systems.

HEXF03131
Decimal2404949
Binary11110000110001110001
Octal3606161

Shades and tints

Shades of #F03131

#F03131
(240,49,49)
#DB2D2D
(219,45,45)
#C62929
(198,41,41)
#B12525
(177,37,37)
#9C2121
(156,33,33)
#871D1D
(135,29,29)
#721919
(114,25,25)
#5D1515
(93,21,21)
#481111
(72,17,17)
#330D0D
(51,13,13)
#1E0909
(30,9,9)
#000000
(0,0,0)

Tints of #F03131

#F03131
(240,49,49)
#F14343
(241,67,67)
#F25555
(242,85,85)
#F36767
(243,103,103)
#F47979
(244,121,121)
#F58B8B
(245,139,139)
#F69D9D
(246,157,157)
#F7AFAF
(247,175,175)
#F8C1C1
(248,193,193)
#F9D3D3
(249,211,211)
#FAE5E5
(250,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F03131 color. Also use rgb(240,49,49) instead hex code.

Text Font Color

.myTextColor { color: #F03131; }

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

This text font color is #F03131.


Background Color

.myBgColor { background-color: #F03131; }

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

This div background color is #F03131.


Border color

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

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

This div border color is #F03131.


Opacity

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

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

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

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

This text has shadow with #F03131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F03131 on black background.


Color preview on white background

This text has color #F03131 on white background.



Black color preview on #F03131 background

This text has black color on #F03131 background.


White color preview on #F03131 background

This text has white color on #F03131 background.