COLOR #F11C26

HEX: #F11C26
RGB: (241,28,38)

Color info

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

RGB color model

#F11C26 color RGB value is (241,28,38).

  • red value is 241;
  • green value is 28;
  • blue value is 38.
RGB:
(241,28,38)
(95%,11%,15%)

RGB channels and saturation

R 241 of 255 = 95%
G 28 of 255 = 11%
B 38 of 255 = 15%

241
28
38

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

Portions of RGB colors in percentages

R + G + B =
241 + 28 + 38 = 307 (100%)
R 241 of 307 ~ 78.5%
G 28 of 307 ~ 9.12%
B 38 of 307 ~ 12.38%

%78.5
%12.38

CMYK color model

#F11C26 color CMYK value is (0,88,84,5).

  • cyan value is 0.00%
  • magenta value is 88.38%
  • yellow value is 84.23%
  • key color value is 5.49%
CMYK:
(0,88,84,5)
C0M88Y84K5 
(0%,88%,84%,5%)
(0.00/0.88/0.84/0.05)	

CMYK percentages

%0
%88.38
%84.23
%5.49

Codes

Color #F11C26 in popluar color models

F11C26
RGB2412838
HSL357°88.38%52.75%
HSB/HSV357°88.38%94.51%
CMYK0.00%88.38%84.23%
5.49%

Color #F11C26 in popluar number systems.

HEXF11C26
Decimal2412838
Binary1111000111100100110
Octal3613446

Shades and tints

Shades of #F11C26

#F11C26
(241,28,38)
#DC1A23
(220,26,35)
#C71820
(199,24,32)
#B2161D
(178,22,29)
#9D141A
(157,20,26)
#881217
(136,18,23)
#731014
(115,16,20)
#5E0E11
(94,14,17)
#490C0E
(73,12,14)
#340A0B
(52,10,11)
#1F0808
(31,8,8)
#000000
(0,0,0)

Tints of #F11C26

#F11C26
(241,28,38)
#F23039
(242,48,57)
#F3444C
(243,68,76)
#F4585F
(244,88,95)
#F56C72
(245,108,114)
#F68085
(246,128,133)
#F79498
(247,148,152)
#F8A8AB
(248,168,171)
#F9BCBE
(249,188,190)
#FAD0D1
(250,208,209)
#FBE4E4
(251,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F11C26 color. Also use rgb(241,28,38) instead hex code.

Text Font Color

.myTextColor { color: #F11C26; }

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

This text font color is #F11C26.


Background Color

.myBgColor { background-color: #F11C26; }

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

This div background color is #F11C26.


Border color

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

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

This div border color is #F11C26.


Opacity

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

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

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

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

This text has shadow with #F11C26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F11C26 on black background.


Color preview on white background

This text has color #F11C26 on white background.



Black color preview on #F11C26 background

This text has black color on #F11C26 background.


White color preview on #F11C26 background

This text has white color on #F11C26 background.