COLOR #F70D1A

HEX: #F70D1A
RGB: (247,13,26)

Color info

#F70D1A contains mainly red color. Web safe color of #F70D1A is #FF0000 (or #F00).

RGB color model

#F70D1A color RGB value is (247,13,26).

  • red value is 247;
  • green value is 13;
  • blue value is 26.
RGB:
(247,13,26)
(97%,5%,10%)

RGB channels and saturation

R 247 of 255 = 97%
G 13 of 255 = 5%
B 26 of 255 = 10%

247
13
26

R + G + B ~ 37%. #F70D1A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
247 + 13 + 26 = 286 (100%)
R 247 of 286 ~ 86.36%
G 13 of 286 ~ 4.55%
B 26 of 286 ~ 9.09%

%86.36

CMYK color model

#F70D1A color CMYK value is (0,95,89,3).

  • cyan value is 0.00%
  • magenta value is 94.74%
  • yellow value is 89.47%
  • key color value is 3.14%
CMYK:
(0,95,89,3)
C0M95Y89K3 
(0%,95%,89%,3%)
(0.00/0.95/0.89/0.03)	

CMYK percentages

%0
%94.74
%89.47
%3.14

Codes

Color #F70D1A in popluar color models

F70D1A
RGB2471326
HSL357°93.60%50.98%
HSB/HSV357°94.74%96.86%
CMYK0.00%94.74%89.47%
3.14%

Color #F70D1A in popluar number systems.

HEXF70D1A
Decimal2471326
Binary11110111110111010
Octal3671532

Shades and tints

Shades of #F70D1A

#F70D1A
(247,13,26)
#E10C18
(225,12,24)
#CB0B16
(203,11,22)
#B50A14
(181,10,20)
#9F0912
(159,9,18)
#890810
(137,8,16)
#73070E
(115,7,14)
#5D060C
(93,6,12)
#47050A
(71,5,10)
#310408
(49,4,8)
#1B0306
(27,3,6)
#000000
(0,0,0)

Tints of #F70D1A

#F70D1A
(247,13,26)
#F7232E
(247,35,46)
#F73942
(247,57,66)
#F74F56
(247,79,86)
#F7656A
(247,101,106)
#F77B7E
(247,123,126)
#F79192
(247,145,146)
#F7A7A6
(247,167,166)
#F7BDBA
(247,189,186)
#F7D3CE
(247,211,206)
#F7E9E2
(247,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F70D1A color. Also use rgb(247,13,26) instead hex code.

Text Font Color

.myTextColor { color: #F70D1A; }

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

This text font color is #F70D1A.


Background Color

.myBgColor { background-color: #F70D1A; }

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

This div background color is #F70D1A.


Border color

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

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

This div border color is #F70D1A.


Opacity

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

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

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

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

This text has shadow with #F70D1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F70D1A on black background.


Color preview on white background

This text has color #F70D1A on white background.



Black color preview on #F70D1A background

This text has black color on #F70D1A background.


White color preview on #F70D1A background

This text has white color on #F70D1A background.