COLOR #F61D22

HEX: #F61D22
RGB: (246,29,34)

Color info

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

RGB color model

#F61D22 color RGB value is (246,29,34).

  • red value is 246;
  • green value is 29;
  • blue value is 34.
RGB:
(246,29,34)
(96%,11%,13%)

RGB channels and saturation

R 246 of 255 = 96%
G 29 of 255 = 11%
B 34 of 255 = 13%

246
29
34

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

Portions of RGB colors in percentages

R + G + B =
246 + 29 + 34 = 309 (100%)
R 246 of 309 ~ 79.61%
G 29 of 309 ~ 9.39%
B 34 of 309 ~ 11%

%79.61
%11

CMYK color model

#F61D22 color CMYK value is (0,88,86,4).

  • cyan value is 0.00%
  • magenta value is 88.21%
  • yellow value is 86.18%
  • key color value is 3.53%
CMYK:
(0,88,86,4)
C0M88Y86K4 
(0%,88%,86%,4%)
(0.00/0.88/0.86/0.04)	

CMYK percentages

%0
%88.21
%86.18
%3.53

Codes

Color #F61D22 in popluar color models

F61D22
RGB2462934
HSL359°92.34%53.92%
HSB/HSV359°88.21%96.47%
CMYK0.00%88.21%86.18%
3.53%

Color #F61D22 in popluar number systems.

HEXF61D22
Decimal2462934
Binary1111011011101100010
Octal3663542

Shades and tints

Shades of #F61D22

#F61D22
(246,29,34)
#E01B1F
(224,27,31)
#CA191C
(202,25,28)
#B41719
(180,23,25)
#9E1516
(158,21,22)
#881313
(136,19,19)
#721110
(114,17,16)
#5C0F0D
(92,15,13)
#460D0A
(70,13,10)
#300B07
(48,11,7)
#1A0904
(26,9,4)
#000000
(0,0,0)

Tints of #F61D22

#F61D22
(246,29,34)
#F63136
(246,49,54)
#F6454A
(246,69,74)
#F6595E
(246,89,94)
#F66D72
(246,109,114)
#F68186
(246,129,134)
#F6959A
(246,149,154)
#F6A9AE
(246,169,174)
#F6BDC2
(246,189,194)
#F6D1D6
(246,209,214)
#F6E5EA
(246,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F61D22 color. Also use rgb(246,29,34) instead hex code.

Text Font Color

.myTextColor { color: #F61D22; }

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

This text font color is #F61D22.


Background Color

.myBgColor { background-color: #F61D22; }

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

This div background color is #F61D22.


Border color

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

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

This div border color is #F61D22.


Opacity

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

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

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

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

This text has shadow with #F61D22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F61D22 on black background.


Color preview on white background

This text has color #F61D22 on white background.



Black color preview on #F61D22 background

This text has black color on #F61D22 background.


White color preview on #F61D22 background

This text has white color on #F61D22 background.