COLOR #F13D41

HEX: #F13D41
RGB: (241,61,65)

Color info

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

RGB color model

#F13D41 color RGB value is (241,61,65).

  • red value is 241;
  • green value is 61;
  • blue value is 65.
RGB:
(241,61,65)
(95%,24%,25%)

RGB channels and saturation

R 241 of 255 = 95%
G 61 of 255 = 24%
B 65 of 255 = 25%

241
61
65

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

Portions of RGB colors in percentages

R + G + B =
241 + 61 + 65 = 367 (100%)
R 241 of 367 ~ 65.67%
G 61 of 367 ~ 16.62%
B 65 of 367 ~ 17.71%

%65.67
%16.62
%17.71

CMYK color model

#F13D41 color CMYK value is (0,75,73,5).

  • cyan value is 0.00%
  • magenta value is 74.69%
  • yellow value is 73.03%
  • key color value is 5.49%
CMYK:
(0,75,73,5)
C0M75Y73K5 
(0%,75%,73%,5%)
(0.00/0.75/0.73/0.05)	

CMYK percentages

%0
%74.69
%73.03
%5.49

Codes

Color #F13D41 in popluar color models

F13D41
RGB2416165
HSL359°86.54%59.22%
HSB/HSV359°74.69%94.51%
CMYK0.00%74.69%73.03%
5.49%

Color #F13D41 in popluar number systems.

HEXF13D41
Decimal2416165
Binary111100011111011000001
Octal36175101

Shades and tints

Shades of #F13D41

#F13D41
(241,61,65)
#DC383C
(220,56,60)
#C73337
(199,51,55)
#B22E32
(178,46,50)
#9D292D
(157,41,45)
#882428
(136,36,40)
#731F23
(115,31,35)
#5E1A1E
(94,26,30)
#491519
(73,21,25)
#341014
(52,16,20)
#1F0B0F
(31,11,15)
#000000
(0,0,0)

Tints of #F13D41

#F13D41
(241,61,65)
#F24E52
(242,78,82)
#F35F63
(243,95,99)
#F47074
(244,112,116)
#F58185
(245,129,133)
#F69296
(246,146,150)
#F7A3A7
(247,163,167)
#F8B4B8
(248,180,184)
#F9C5C9
(249,197,201)
#FAD6DA
(250,214,218)
#FBE7EB
(251,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F13D41 color. Also use rgb(241,61,65) instead hex code.

Text Font Color

.myTextColor { color: #F13D41; }

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

This text font color is #F13D41.


Background Color

.myBgColor { background-color: #F13D41; }

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

This div background color is #F13D41.


Border color

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

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

This div border color is #F13D41.


Opacity

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

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

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

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

This text has shadow with #F13D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F13D41 on black background.


Color preview on white background

This text has color #F13D41 on white background.



Black color preview on #F13D41 background

This text has black color on #F13D41 background.


White color preview on #F13D41 background

This text has white color on #F13D41 background.