COLOR #F31D3E

HEX: #F31D3E
RGB: (243,29,62)

Color info

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

RGB color model

#F31D3E color RGB value is (243,29,62).

  • red value is 243;
  • green value is 29;
  • blue value is 62.
RGB:
(243,29,62)
(95%,11%,24%)

RGB channels and saturation

R 243 of 255 = 95%
G 29 of 255 = 11%
B 62 of 255 = 24%

243
29
62

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

Portions of RGB colors in percentages

R + G + B =
243 + 29 + 62 = 334 (100%)
R 243 of 334 ~ 72.75%
G 29 of 334 ~ 8.68%
B 62 of 334 ~ 18.56%

%72.75
%18.56

CMYK color model

#F31D3E color CMYK value is (0,88,74,5).

  • cyan value is 0.00%
  • magenta value is 88.07%
  • yellow value is 74.49%
  • key color value is 4.71%
CMYK:
(0,88,74,5)
C0M88Y74K5 
(0%,88%,74%,5%)
(0.00/0.88/0.74/0.05)	

CMYK percentages

%0
%88.07
%74.49
%4.71

Codes

Color #F31D3E in popluar color models

F31D3E
RGB2432962
HSL351°89.92%53.33%
HSB/HSV351°88.07%95.29%
CMYK0.00%88.07%74.49%
4.71%

Color #F31D3E in popluar number systems.

HEXF31D3E
Decimal2432962
Binary1111001111101111110
Octal3633576

Shades and tints

Shades of #F31D3E

#F31D3E
(243,29,62)
#DD1B39
(221,27,57)
#C71934
(199,25,52)
#B1172F
(177,23,47)
#9B152A
(155,21,42)
#851325
(133,19,37)
#6F1120
(111,17,32)
#590F1B
(89,15,27)
#430D16
(67,13,22)
#2D0B11
(45,11,17)
#17090C
(23,9,12)
#000000
(0,0,0)

Tints of #F31D3E

#F31D3E
(243,29,62)
#F4314F
(244,49,79)
#F54560
(245,69,96)
#F65971
(246,89,113)
#F76D82
(247,109,130)
#F88193
(248,129,147)
#F995A4
(249,149,164)
#FAA9B5
(250,169,181)
#FBBDC6
(251,189,198)
#FCD1D7
(252,209,215)
#FDE5E8
(253,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F31D3E color. Also use rgb(243,29,62) instead hex code.

Text Font Color

.myTextColor { color: #F31D3E; }

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

This text font color is #F31D3E.


Background Color

.myBgColor { background-color: #F31D3E; }

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

This div background color is #F31D3E.


Border color

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

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

This div border color is #F31D3E.


Opacity

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

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

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

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

This text has shadow with #F31D3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F31D3E on black background.


Color preview on white background

This text has color #F31D3E on white background.



Black color preview on #F31D3E background

This text has black color on #F31D3E background.


White color preview on #F31D3E background

This text has white color on #F31D3E background.