COLOR #F44129

HEX: #F44129
RGB: (244,65,41)

Color info

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

RGB color model

#F44129 color RGB value is (244,65,41).

  • red value is 244;
  • green value is 65;
  • blue value is 41.
RGB:
(244,65,41)
(96%,25%,16%)

RGB channels and saturation

R 244 of 255 = 96%
G 65 of 255 = 25%
B 41 of 255 = 16%

244
65
41

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

Portions of RGB colors in percentages

R + G + B =
244 + 65 + 41 = 350 (100%)
R 244 of 350 ~ 69.71%
G 65 of 350 ~ 18.57%
B 41 of 350 ~ 11.71%

%69.71
%18.57
%11.71

CMYK color model

#F44129 color CMYK value is (0,73,83,4).

  • cyan value is 0.00%
  • magenta value is 73.36%
  • yellow value is 83.20%
  • key color value is 4.31%
CMYK:
(0,73,83,4)
C0M73Y83K4 
(0%,73%,83%,4%)
(0.00/0.73/0.83/0.04)	

CMYK percentages

%0
%73.36
%83.2
%4.31

Codes

Color #F44129 in popluar color models

F44129
RGB2446541
HSL90.22%55.88%
HSB/HSV83.20%95.69%
CMYK0.00%73.36%83.20%
4.31%

Color #F44129 in popluar number systems.

HEXF44129
Decimal2446541
Binary111101001000001101001
Octal36410151

Shades and tints

Shades of #F44129

#F44129
(244,65,41)
#DE3C26
(222,60,38)
#C83723
(200,55,35)
#B23220
(178,50,32)
#9C2D1D
(156,45,29)
#86281A
(134,40,26)
#702317
(112,35,23)
#5A1E14
(90,30,20)
#441911
(68,25,17)
#2E140E
(46,20,14)
#180F0B
(24,15,11)
#000000
(0,0,0)

Tints of #F44129

#F44129
(244,65,41)
#F5523C
(245,82,60)
#F6634F
(246,99,79)
#F77462
(247,116,98)
#F88575
(248,133,117)
#F99688
(249,150,136)
#FAA79B
(250,167,155)
#FBB8AE
(251,184,174)
#FCC9C1
(252,201,193)
#FDDAD4
(253,218,212)
#FEEBE7
(254,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F44129 color. Also use rgb(244,65,41) instead hex code.

Text Font Color

.myTextColor { color: #F44129; }

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

This text font color is #F44129.


Background Color

.myBgColor { background-color: #F44129; }

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

This div background color is #F44129.


Border color

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

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

This div border color is #F44129.


Opacity

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

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

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

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

This text has shadow with #F44129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F44129 on black background.


Color preview on white background

This text has color #F44129 on white background.



Black color preview on #F44129 background

This text has black color on #F44129 background.


White color preview on #F44129 background

This text has white color on #F44129 background.