COLOR #F31515

HEX: #F31515
RGB: (243,21,21)

Color info

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

RGB color model

#F31515 color RGB value is (243,21,21).

  • red value is 243;
  • green value is 21;
  • blue value is 21.
RGB:
(243,21,21)
(95%,8%,8%)

RGB channels and saturation

R 243 of 255 = 95%
G 21 of 255 = 8%
B 21 of 255 = 8%

243
21
21

R + G + B ~ 37%. #F31515 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
243 + 21 + 21 = 285 (100%)
R 243 of 285 ~ 85.26%
G 21 of 285 ~ 7.37%
B 21 of 285 ~ 7.37%

%85.26

CMYK color model

#F31515 color CMYK value is (0,91,91,5).

  • cyan value is 0.00%
  • magenta value is 91.36%
  • yellow value is 91.36%
  • key color value is 4.71%
CMYK:
(0,91,91,5)
C0M91Y91K5 
(0%,91%,91%,5%)
(0.00/0.91/0.91/0.05)	

CMYK percentages

%0
%91.36
%91.36
%4.71

Codes

Color #F31515 in popluar color models

F31515
RGB2432121
HSL90.24%51.76%
HSB/HSV91.36%95.29%
CMYK0.00%91.36%91.36%
4.71%

Color #F31515 in popluar number systems.

HEXF31515
Decimal2432121
Binary111100111010110101
Octal3632525

Shades and tints

Shades of #F31515

#F31515
(243,21,21)
#DD1414
(221,20,20)
#C71313
(199,19,19)
#B11212
(177,18,18)
#9B1111
(155,17,17)
#851010
(133,16,16)
#6F0F0F
(111,15,15)
#590E0E
(89,14,14)
#430D0D
(67,13,13)
#2D0C0C
(45,12,12)
#170B0B
(23,11,11)
#000000
(0,0,0)

Tints of #F31515

#F31515
(243,21,21)
#F42A2A
(244,42,42)
#F53F3F
(245,63,63)
#F65454
(246,84,84)
#F76969
(247,105,105)
#F87E7E
(248,126,126)
#F99393
(249,147,147)
#FAA8A8
(250,168,168)
#FBBDBD
(251,189,189)
#FCD2D2
(252,210,210)
#FDE7E7
(253,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F31515; }

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

This text font color is #F31515.


Background Color

.myBgColor { background-color: #F31515; }

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

This div background color is #F31515.


Border color

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

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

This div border color is #F31515.


Opacity

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

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

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

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

This text has shadow with #F31515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F31515 on black background.


Color preview on white background

This text has color #F31515 on white background.



Black color preview on #F31515 background

This text has black color on #F31515 background.


White color preview on #F31515 background

This text has white color on #F31515 background.