COLOR #F70325

HEX: #F70325
RGB: (247,3,37)

Color info

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

RGB color model

#F70325 color RGB value is (247,3,37).

  • red value is 247;
  • green value is 3;
  • blue value is 37.
RGB:
(247,3,37)
(97%,1%,15%)

RGB channels and saturation

R 247 of 255 = 97%
G 3 of 255 = 1%
B 37 of 255 = 15%

247
3
37

R + G + B ~ 38%. #F70325 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
247 + 3 + 37 = 287 (100%)
R 247 of 287 ~ 86.06%
G 3 of 287 ~ 1.05%
B 37 of 287 ~ 12.89%

%86.06
%12.89

CMYK color model

#F70325 color CMYK value is (0,99,85,3).

  • cyan value is 0.00%
  • magenta value is 98.79%
  • yellow value is 85.02%
  • key color value is 3.14%
CMYK:
(0,99,85,3)
C0M99Y85K3 
(0%,99%,85%,3%)
(0.00/0.99/0.85/0.03)	

CMYK percentages

%0
%98.79
%85.02
%3.14

Codes

Color #F70325 in popluar color models

F70325
RGB247337
HSL352°97.60%49.02%
HSB/HSV352°98.79%96.86%
CMYK0.00%98.79%85.02%
3.14%

Color #F70325 in popluar number systems.

HEXF70325
Decimal247337
Binary1111011111100101
Octal367345

Shades and tints

Shades of #F70325

#F70325
(247,3,37)
#E10322
(225,3,34)
#CB031F
(203,3,31)
#B5031C
(181,3,28)
#9F0319
(159,3,25)
#890316
(137,3,22)
#730313
(115,3,19)
#5D0310
(93,3,16)
#47030D
(71,3,13)
#31030A
(49,3,10)
#1B0307
(27,3,7)
#000000
(0,0,0)

Tints of #F70325

#F70325
(247,3,37)
#F71938
(247,25,56)
#F72F4B
(247,47,75)
#F7455E
(247,69,94)
#F75B71
(247,91,113)
#F77184
(247,113,132)
#F78797
(247,135,151)
#F79DAA
(247,157,170)
#F7B3BD
(247,179,189)
#F7C9D0
(247,201,208)
#F7DFE3
(247,223,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F70325 color. Also use rgb(247,3,37) instead hex code.

Text Font Color

.myTextColor { color: #F70325; }

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

This text font color is #F70325.


Background Color

.myBgColor { background-color: #F70325; }

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

This div background color is #F70325.


Border color

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

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

This div border color is #F70325.


Opacity

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

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

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

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

This text has shadow with #F70325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F70325 on black background.


Color preview on white background

This text has color #F70325 on white background.



Black color preview on #F70325 background

This text has black color on #F70325 background.


White color preview on #F70325 background

This text has white color on #F70325 background.