COLOR #F12913

HEX: #F12913
RGB: (241,41,19)

Color info

#F12913 contains mainly red color. Web safe color of #F12913 is #FF3300 (or #F30).

RGB color model

#F12913 color RGB value is (241,41,19).

  • red value is 241;
  • green value is 41;
  • blue value is 19.
RGB:
(241,41,19)
(95%,16%,7%)

RGB channels and saturation

R 241 of 255 = 95%
G 41 of 255 = 16%
B 19 of 255 = 7%

241
41
19

R + G + B ~ 39%. #F12913 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
241 + 41 + 19 = 301 (100%)
R 241 of 301 ~ 80.07%
G 41 of 301 ~ 13.62%
B 19 of 301 ~ 6.31%

%80.07
%13.62

CMYK color model

#F12913 color CMYK value is (0,83,92,5).

  • cyan value is 0.00%
  • magenta value is 82.99%
  • yellow value is 92.12%
  • key color value is 5.49%
CMYK:
(0,83,92,5)
C0M83Y92K5 
(0%,83%,92%,5%)
(0.00/0.83/0.92/0.05)	

CMYK percentages

%0
%82.99
%92.12
%5.49

Codes

Color #F12913 in popluar color models

F12913
RGB2414119
HSL88.80%50.98%
HSB/HSV92.12%94.51%
CMYK0.00%82.99%92.12%
5.49%

Color #F12913 in popluar number systems.

HEXF12913
Decimal2414119
Binary1111000110100110011
Octal3615123

Shades and tints

Shades of #F12913

#F12913
(241,41,19)
#DC2612
(220,38,18)
#C72311
(199,35,17)
#B22010
(178,32,16)
#9D1D0F
(157,29,15)
#881A0E
(136,26,14)
#73170D
(115,23,13)
#5E140C
(94,20,12)
#49110B
(73,17,11)
#340E0A
(52,14,10)
#1F0B09
(31,11,9)
#000000
(0,0,0)

Tints of #F12913

#F12913
(241,41,19)
#F23C28
(242,60,40)
#F34F3D
(243,79,61)
#F46252
(244,98,82)
#F57567
(245,117,103)
#F6887C
(246,136,124)
#F79B91
(247,155,145)
#F8AEA6
(248,174,166)
#F9C1BB
(249,193,187)
#FAD4D0
(250,212,208)
#FBE7E5
(251,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F12913 color. Also use rgb(241,41,19) instead hex code.

Text Font Color

.myTextColor { color: #F12913; }

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

This text font color is #F12913.


Background Color

.myBgColor { background-color: #F12913; }

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

This div background color is #F12913.


Border color

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

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

This div border color is #F12913.


Opacity

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

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

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

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

This text has shadow with #F12913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F12913 on black background.


Color preview on white background

This text has color #F12913 on white background.



Black color preview on #F12913 background

This text has black color on #F12913 background.


White color preview on #F12913 background

This text has white color on #F12913 background.