COLOR #F41634

HEX: #F41634
RGB: (244,22,52)

Color info

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

RGB color model

#F41634 color RGB value is (244,22,52).

  • red value is 244;
  • green value is 22;
  • blue value is 52.
RGB:
(244,22,52)
(96%,9%,20%)

RGB channels and saturation

R 244 of 255 = 96%
G 22 of 255 = 9%
B 52 of 255 = 20%

244
22
52

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

Portions of RGB colors in percentages

R + G + B =
244 + 22 + 52 = 318 (100%)
R 244 of 318 ~ 76.73%
G 22 of 318 ~ 6.92%
B 52 of 318 ~ 16.35%

%76.73
%16.35

CMYK color model

#F41634 color CMYK value is (0,91,79,4).

  • cyan value is 0.00%
  • magenta value is 90.98%
  • yellow value is 78.69%
  • key color value is 4.31%
CMYK:
(0,91,79,4)
C0M91Y79K4 
(0%,91%,79%,4%)
(0.00/0.91/0.79/0.04)	

CMYK percentages

%0
%90.98
%78.69
%4.31

Codes

Color #F41634 in popluar color models

F41634
RGB2442252
HSL352°90.98%52.16%
HSB/HSV352°90.98%95.69%
CMYK0.00%90.98%78.69%
4.31%

Color #F41634 in popluar number systems.

HEXF41634
Decimal2442252
Binary1111010010110110100
Octal3642664

Shades and tints

Shades of #F41634

#F41634
(244,22,52)
#DE1430
(222,20,48)
#C8122C
(200,18,44)
#B21028
(178,16,40)
#9C0E24
(156,14,36)
#860C20
(134,12,32)
#700A1C
(112,10,28)
#5A0818
(90,8,24)
#440614
(68,6,20)
#2E0410
(46,4,16)
#18020C
(24,2,12)
#000000
(0,0,0)

Tints of #F41634

#F41634
(244,22,52)
#F52B46
(245,43,70)
#F64058
(246,64,88)
#F7556A
(247,85,106)
#F86A7C
(248,106,124)
#F97F8E
(249,127,142)
#FA94A0
(250,148,160)
#FBA9B2
(251,169,178)
#FCBEC4
(252,190,196)
#FDD3D6
(253,211,214)
#FEE8E8
(254,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F41634 color. Also use rgb(244,22,52) instead hex code.

Text Font Color

.myTextColor { color: #F41634; }

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

This text font color is #F41634.


Background Color

.myBgColor { background-color: #F41634; }

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

This div background color is #F41634.


Border color

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

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

This div border color is #F41634.


Opacity

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

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

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

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

This text has shadow with #F41634 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F41634 on black background.


Color preview on white background

This text has color #F41634 on white background.



Black color preview on #F41634 background

This text has black color on #F41634 background.


White color preview on #F41634 background

This text has white color on #F41634 background.