COLOR #F4211A

HEX: #F4211A
RGB: (244,33,26)

Color info

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

RGB color model

#F4211A color RGB value is (244,33,26).

  • red value is 244;
  • green value is 33;
  • blue value is 26.
RGB:
(244,33,26)
(96%,13%,10%)

RGB channels and saturation

R 244 of 255 = 96%
G 33 of 255 = 13%
B 26 of 255 = 10%

244
33
26

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

Portions of RGB colors in percentages

R + G + B =
244 + 33 + 26 = 303 (100%)
R 244 of 303 ~ 80.53%
G 33 of 303 ~ 10.89%
B 26 of 303 ~ 8.58%

%80.53
%10.89

CMYK color model

#F4211A color CMYK value is (0,86,89,4).

  • cyan value is 0.00%
  • magenta value is 86.48%
  • yellow value is 89.34%
  • key color value is 4.31%
CMYK:
(0,86,89,4)
C0M86Y89K4 
(0%,86%,89%,4%)
(0.00/0.86/0.89/0.04)	

CMYK percentages

%0
%86.48
%89.34
%4.31

Codes

Color #F4211A in popluar color models

F4211A
RGB2443326
HSL90.83%52.94%
HSB/HSV89.34%95.69%
CMYK0.00%86.48%89.34%
4.31%

Color #F4211A in popluar number systems.

HEXF4211A
Decimal2443326
Binary1111010010000111010
Octal3644132

Shades and tints

Shades of #F4211A

#F4211A
(244,33,26)
#DE1E18
(222,30,24)
#C81B16
(200,27,22)
#B21814
(178,24,20)
#9C1512
(156,21,18)
#861210
(134,18,16)
#700F0E
(112,15,14)
#5A0C0C
(90,12,12)
#44090A
(68,9,10)
#2E0608
(46,6,8)
#180306
(24,3,6)
#000000
(0,0,0)

Tints of #F4211A

#F4211A
(244,33,26)
#F5352E
(245,53,46)
#F64942
(246,73,66)
#F75D56
(247,93,86)
#F8716A
(248,113,106)
#F9857E
(249,133,126)
#FA9992
(250,153,146)
#FBADA6
(251,173,166)
#FCC1BA
(252,193,186)
#FDD5CE
(253,213,206)
#FEE9E2
(254,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4211A color. Also use rgb(244,33,26) instead hex code.

Text Font Color

.myTextColor { color: #F4211A; }

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

This text font color is #F4211A.


Background Color

.myBgColor { background-color: #F4211A; }

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

This div background color is #F4211A.


Border color

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

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

This div border color is #F4211A.


Opacity

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

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

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

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

This text has shadow with #F4211A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4211A on black background.


Color preview on white background

This text has color #F4211A on white background.



Black color preview on #F4211A background

This text has black color on #F4211A background.


White color preview on #F4211A background

This text has white color on #F4211A background.