COLOR #F40E2A

HEX: #F40E2A
RGB: (244,14,42)

Color info

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

RGB color model

#F40E2A color RGB value is (244,14,42).

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

RGB channels and saturation

R 244 of 255 = 96%
G 14 of 255 = 5%
B 42 of 255 = 16%

244
14
42

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

Portions of RGB colors in percentages

R + G + B =
244 + 14 + 42 = 300 (100%)
R 244 of 300 ~ 81.33%
G 14 of 300 ~ 4.67%
B 42 of 300 ~ 14%

%81.33
%14

CMYK color model

#F40E2A color CMYK value is (0,94,83,4).

  • cyan value is 0.00%
  • magenta value is 94.26%
  • yellow value is 82.79%
  • key color value is 4.31%
CMYK:
(0,94,83,4)
C0M94Y83K4 
(0%,94%,83%,4%)
(0.00/0.94/0.83/0.04)	

CMYK percentages

%0
%94.26
%82.79
%4.31

Codes

Color #F40E2A in popluar color models

F40E2A
RGB2441442
HSL353°91.27%50.59%
HSB/HSV353°94.26%95.69%
CMYK0.00%94.26%82.79%
4.31%

Color #F40E2A in popluar number systems.

HEXF40E2A
Decimal2441442
Binary111101001110101010
Octal3641652

Shades and tints

Shades of #F40E2A

#F40E2A
(244,14,42)
#DE0D27
(222,13,39)
#C80C24
(200,12,36)
#B20B21
(178,11,33)
#9C0A1E
(156,10,30)
#86091B
(134,9,27)
#700818
(112,8,24)
#5A0715
(90,7,21)
#440612
(68,6,18)
#2E050F
(46,5,15)
#18040C
(24,4,12)
#000000
(0,0,0)

Tints of #F40E2A

#F40E2A
(244,14,42)
#F5233D
(245,35,61)
#F63850
(246,56,80)
#F74D63
(247,77,99)
#F86276
(248,98,118)
#F97789
(249,119,137)
#FA8C9C
(250,140,156)
#FBA1AF
(251,161,175)
#FCB6C2
(252,182,194)
#FDCBD5
(253,203,213)
#FEE0E8
(254,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F40E2A; }

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

This text font color is #F40E2A.


Background Color

.myBgColor { background-color: #F40E2A; }

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

This div background color is #F40E2A.


Border color

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

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

This div border color is #F40E2A.


Opacity

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

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

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

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

This text has shadow with #F40E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F40E2A on black background.


Color preview on white background

This text has color #F40E2A on white background.



Black color preview on #F40E2A background

This text has black color on #F40E2A background.


White color preview on #F40E2A background

This text has white color on #F40E2A background.