COLOR #F13B10

HEX: #F13B10
RGB: (241,59,16)

Color info

#F13B10 contains mainly red color. Web safe color of #F13B10 is #FF3300 (or #F30).

RGB color model

#F13B10 color RGB value is (241,59,16).

  • red value is 241;
  • green value is 59;
  • blue value is 16.
RGB:
(241,59,16)
(95%,23%,6%)

RGB channels and saturation

R 241 of 255 = 95%
G 59 of 255 = 23%
B 16 of 255 = 6%

241
59
16

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

Portions of RGB colors in percentages

R + G + B =
241 + 59 + 16 = 316 (100%)
R 241 of 316 ~ 76.27%
G 59 of 316 ~ 18.67%
B 16 of 316 ~ 5.06%

%76.27
%18.67

CMYK color model

#F13B10 color CMYK value is (0,76,93,5).

  • cyan value is 0.00%
  • magenta value is 75.52%
  • yellow value is 93.36%
  • key color value is 5.49%
CMYK:
(0,76,93,5)
C0M76Y93K5 
(0%,76%,93%,5%)
(0.00/0.76/0.93/0.05)	

CMYK percentages

%0
%75.52
%93.36
%5.49

Codes

Color #F13B10 in popluar color models

F13B10
RGB2415916
HSL11°88.93%50.39%
HSB/HSV11°93.36%94.51%
CMYK0.00%75.52%93.36%
5.49%

Color #F13B10 in popluar number systems.

HEXF13B10
Decimal2415916
Binary1111000111101110000
Octal3617320

Shades and tints

Shades of #F13B10

#F13B10
(241,59,16)
#DC360F
(220,54,15)
#C7310E
(199,49,14)
#B22C0D
(178,44,13)
#9D270C
(157,39,12)
#88220B
(136,34,11)
#731D0A
(115,29,10)
#5E1809
(94,24,9)
#491308
(73,19,8)
#340E07
(52,14,7)
#1F0906
(31,9,6)
#000000
(0,0,0)

Tints of #F13B10

#F13B10
(241,59,16)
#F24C25
(242,76,37)
#F35D3A
(243,93,58)
#F46E4F
(244,110,79)
#F57F64
(245,127,100)
#F69079
(246,144,121)
#F7A18E
(247,161,142)
#F8B2A3
(248,178,163)
#F9C3B8
(249,195,184)
#FAD4CD
(250,212,205)
#FBE5E2
(251,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F13B10 color. Also use rgb(241,59,16) instead hex code.

Text Font Color

.myTextColor { color: #F13B10; }

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

This text font color is #F13B10.


Background Color

.myBgColor { background-color: #F13B10; }

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

This div background color is #F13B10.


Border color

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

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

This div border color is #F13B10.


Opacity

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

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

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

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

This text has shadow with #F13B10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F13B10 on black background.


Color preview on white background

This text has color #F13B10 on white background.



Black color preview on #F13B10 background

This text has black color on #F13B10 background.


White color preview on #F13B10 background

This text has white color on #F13B10 background.