COLOR #F4112A

HEX: #F4112A
RGB: (244,17,42)

Color info

#F4112A contains mainly red color. Web safe color of #F4112A is #FF0033 (or #F03).

RGB color model

#F4112A color RGB value is (244,17,42).

  • red value is 244;
  • green value is 17;
  • blue value is 42.
RGB:
(244,17,42)
(96%,7%,16%)

RGB channels and saturation

R 244 of 255 = 96%
G 17 of 255 = 7%
B 42 of 255 = 16%

244
17
42

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

Portions of RGB colors in percentages

R + G + B =
244 + 17 + 42 = 303 (100%)
R 244 of 303 ~ 80.53%
G 17 of 303 ~ 5.61%
B 42 of 303 ~ 13.86%

%80.53
%13.86

CMYK color model

#F4112A color CMYK value is (0,93,83,4).

  • cyan value is 0.00%
  • magenta value is 93.03%
  • yellow value is 82.79%
  • key color value is 4.31%
CMYK:
(0,93,83,4)
C0M93Y83K4 
(0%,93%,83%,4%)
(0.00/0.93/0.83/0.04)	

CMYK percentages

%0
%93.03
%82.79
%4.31

Codes

Color #F4112A in popluar color models

F4112A
RGB2441742
HSL353°91.16%51.18%
HSB/HSV353°93.03%95.69%
CMYK0.00%93.03%82.79%
4.31%

Color #F4112A in popluar number systems.

HEXF4112A
Decimal2441742
Binary1111010010001101010
Octal3642152

Shades and tints

Shades of #F4112A

#F4112A
(244,17,42)
#DE1027
(222,16,39)
#C80F24
(200,15,36)
#B20E21
(178,14,33)
#9C0D1E
(156,13,30)
#860C1B
(134,12,27)
#700B18
(112,11,24)
#5A0A15
(90,10,21)
#440912
(68,9,18)
#2E080F
(46,8,15)
#18070C
(24,7,12)
#000000
(0,0,0)

Tints of #F4112A

#F4112A
(244,17,42)
#F5263D
(245,38,61)
#F63B50
(246,59,80)
#F75063
(247,80,99)
#F86576
(248,101,118)
#F97A89
(249,122,137)
#FA8F9C
(250,143,156)
#FBA4AF
(251,164,175)
#FCB9C2
(252,185,194)
#FDCED5
(253,206,213)
#FEE3E8
(254,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4112A color. Also use rgb(244,17,42) instead hex code.

Text Font Color

.myTextColor { color: #F4112A; }

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

This text font color is #F4112A.


Background Color

.myBgColor { background-color: #F4112A; }

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

This div background color is #F4112A.


Border color

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

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

This div border color is #F4112A.


Opacity

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

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

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

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

This text has shadow with #F4112A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4112A on black background.


Color preview on white background

This text has color #F4112A on white background.



Black color preview on #F4112A background

This text has black color on #F4112A background.


White color preview on #F4112A background

This text has white color on #F4112A background.