COLOR #F20313

HEX: #F20313
RGB: (242,3,19)

Color info

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

RGB color model

#F20313 color RGB value is (242,3,19).

  • red value is 242;
  • green value is 3;
  • blue value is 19.
RGB:
(242,3,19)
(95%,1%,7%)

RGB channels and saturation

R 242 of 255 = 95%
G 3 of 255 = 1%
B 19 of 255 = 7%

242
3
19

R + G + B ~ 34%. #F20313 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
242 + 3 + 19 = 264 (100%)
R 242 of 264 ~ 91.67%
G 3 of 264 ~ 1.14%
B 19 of 264 ~ 7.2%

%91.67

CMYK color model

#F20313 color CMYK value is (0,99,92,5).

  • cyan value is 0.00%
  • magenta value is 98.76%
  • yellow value is 92.15%
  • key color value is 5.10%
CMYK:
(0,99,92,5)
C0M99Y92K5 
(0%,99%,92%,5%)
(0.00/0.99/0.92/0.05)	

CMYK percentages

%0
%98.76
%92.15
%5.1

Codes

Color #F20313 in popluar color models

F20313
RGB242319
HSL356°97.55%48.04%
HSB/HSV356°98.76%94.90%
CMYK0.00%98.76%92.15%
5.10%

Color #F20313 in popluar number systems.

HEXF20313
Decimal242319
Binary111100101110011
Octal362323

Shades and tints

Shades of #F20313

#F20313
(242,3,19)
#DC0312
(220,3,18)
#C60311
(198,3,17)
#B00310
(176,3,16)
#9A030F
(154,3,15)
#84030E
(132,3,14)
#6E030D
(110,3,13)
#58030C
(88,3,12)
#42030B
(66,3,11)
#2C030A
(44,3,10)
#160309
(22,3,9)
#000000
(0,0,0)

Tints of #F20313

#F20313
(242,3,19)
#F31928
(243,25,40)
#F42F3D
(244,47,61)
#F54552
(245,69,82)
#F65B67
(246,91,103)
#F7717C
(247,113,124)
#F88791
(248,135,145)
#F99DA6
(249,157,166)
#FAB3BB
(250,179,187)
#FBC9D0
(251,201,208)
#FCDFE5
(252,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F20313 color. Also use rgb(242,3,19) instead hex code.

Text Font Color

.myTextColor { color: #F20313; }

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

This text font color is #F20313.


Background Color

.myBgColor { background-color: #F20313; }

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

This div background color is #F20313.


Border color

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

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

This div border color is #F20313.


Opacity

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

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

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

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

This text has shadow with #F20313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F20313 on black background.


Color preview on white background

This text has color #F20313 on white background.



Black color preview on #F20313 background

This text has black color on #F20313 background.


White color preview on #F20313 background

This text has white color on #F20313 background.