COLOR #F4101D

HEX: #F4101D RGB: (244,16,29)

Color info

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

RGB color model

#F4101D color RGB value is (244,16,29).

RGB: (244,16,29) (96%, 6%, 11%)

RGB channels and saturation

R 244 of 255 = 96%
G 16 of 255 = 6%
B 29 of 255 = 11%

244
16
29

R + G + B ~ 38%. #F4101D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 244 + 16 + 29 = 289 (100%)
R 244 of 289 ~ 84.43%
G 16 of 289 ~ 5.54%
B 29 of 289 ~ 10.03'%

%84.43

CMYK color model

#F4101D color CMYK value is (0,93,88,4).

  • cyan value is 0.00%
  • magenta value is 93.44%
  • yellow value is 88.11%
  • key color value is 4.31%

CMYK: (0,93,88,4)
C0M93Y88K4 (0%, 93%, 88%, 4%)
(0.00 / 0.93 / 0.88 / 0.04)

CMYK percentages

%0
%93.44
%88.11
%4.31

Codes

Color #F4101D in popluar color models

F4 10 1D
RGB 244 16 29
HSL 357° 91.20% 50.98%
HSB/HSV 357° 93.44% 95.69%
CMYK 0.00% 93.44% 88.11%
4.31%

Color #F4101D in popluar number systems.

HEX F4 10 1D
Decimal 244 16 29
Binary 11110100 10000 11101
Octal 364 20 35

Shades and tints

Shades of #F4101D

#F4101D
(244,16,29)
#DE0F1B
(222,15,27)
#C80E19
(200,14,25)
#B20D17
(178,13,23)
#9C0C15
(156,12,21)
#860B13
(134,11,19)
#700A11
(112,10,17)
#5A090F
(90,9,15)
#44080D
(68,8,13)
#2E070B
(46,7,11)
#180609
(24,6,9)
#000000
(0,0,0)

Tints of #F4101D

#F4101D
(244,16,29)
#F52531
(245,37,49)
#F63A45
(246,58,69)
#F74F59
(247,79,89)
#F8646D
(248,100,109)
#F97981
(249,121,129)
#FA8E95
(250,142,149)
#FBA3A9
(251,163,169)
#FCB8BD
(252,184,189)
#FDCDD1
(253,205,209)
#FEE2E5
(254,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4101D color. Also use rgb(244,16,29) instead hex code.

Text Font Color

.myTextColor { color: #F4101D; }

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

This text font color is #F4101D.

Background Color

.myBgColor { background-color: #F4101D; }

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

This div background color is #F4101D.

Border color

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

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

This div border color is #F4101D.

Opacity

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

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

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

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

This text has shadow with #F4101D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4101D.

Preview

Color preview on black background

This text has color #F4101D on black background.


Color preview on white background

This text has color #F4101D on white background.


Black color preview on #F4101D background

This text has black color on #F4101D background.


White color preview on #F4101D background

This text has white color on #F4101D background.


Related colors

Complementary color

Complementary color for #hex is #0BEFE2.


I love getcolorcode.com

Triadic colors

1 #1DF410 and #101DF4 with #F4101D are triadic colors.

2 #1D10F4 and #10F41D with #F4101D are triadic colors.