COLOR #F42C33

HEX: #F42C33
RGB: (244,44,51)

Color info

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

RGB color model

#F42C33 color RGB value is (244,44,51).

  • red value is 244;
  • green value is 44;
  • blue value is 51.
RGB:
(244,44,51)
(96%,17%,20%)

RGB channels and saturation

R 244 of 255 = 96%
G 44 of 255 = 17%
B 51 of 255 = 20%

244
44
51

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

Portions of RGB colors in percentages

R + G + B =
244 + 44 + 51 = 339 (100%)
R 244 of 339 ~ 71.98%
G 44 of 339 ~ 12.98%
B 51 of 339 ~ 15.04%

%71.98
%12.98
%15.04

CMYK color model

#F42C33 color CMYK value is (0,82,79,4).

  • cyan value is 0.00%
  • magenta value is 81.97%
  • yellow value is 79.10%
  • key color value is 4.31%
CMYK:
(0,82,79,4)
C0M82Y79K4 
(0%,82%,79%,4%)
(0.00/0.82/0.79/0.04)	

CMYK percentages

%0
%81.97
%79.1
%4.31

Codes

Color #F42C33 in popluar color models

F42C33
RGB2444451
HSL358°90.09%56.47%
HSB/HSV358°81.97%95.69%
CMYK0.00%81.97%79.10%
4.31%

Color #F42C33 in popluar number systems.

HEXF42C33
Decimal2444451
Binary11110100101100110011
Octal3645463

Shades and tints

Shades of #F42C33

#F42C33
(244,44,51)
#DE282F
(222,40,47)
#C8242B
(200,36,43)
#B22027
(178,32,39)
#9C1C23
(156,28,35)
#86181F
(134,24,31)
#70141B
(112,20,27)
#5A1017
(90,16,23)
#440C13
(68,12,19)
#2E080F
(46,8,15)
#18040B
(24,4,11)
#000000
(0,0,0)

Tints of #F42C33

#F42C33
(244,44,51)
#F53F45
(245,63,69)
#F65257
(246,82,87)
#F76569
(247,101,105)
#F8787B
(248,120,123)
#F98B8D
(249,139,141)
#FA9E9F
(250,158,159)
#FBB1B1
(251,177,177)
#FCC4C3
(252,196,195)
#FDD7D5
(253,215,213)
#FEEAE7
(254,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F42C33 color. Also use rgb(244,44,51) instead hex code.

Text Font Color

.myTextColor { color: #F42C33; }

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

This text font color is #F42C33.


Background Color

.myBgColor { background-color: #F42C33; }

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

This div background color is #F42C33.


Border color

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

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

This div border color is #F42C33.


Opacity

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

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

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

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

This text has shadow with #F42C33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F42C33 on black background.


Color preview on white background

This text has color #F42C33 on white background.



Black color preview on #F42C33 background

This text has black color on #F42C33 background.


White color preview on #F42C33 background

This text has white color on #F42C33 background.