COLOR #F5272D

HEX: #F5272D
RGB: (245,39,45)

Color info

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

RGB color model

#F5272D color RGB value is (245,39,45).

  • red value is 245;
  • green value is 39;
  • blue value is 45.
RGB:
(245,39,45)
(96%,15%,18%)

RGB channels and saturation

R 245 of 255 = 96%
G 39 of 255 = 15%
B 45 of 255 = 18%

245
39
45

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

Portions of RGB colors in percentages

R + G + B =
245 + 39 + 45 = 329 (100%)
R 245 of 329 ~ 74.47%
G 39 of 329 ~ 11.85%
B 45 of 329 ~ 13.68%

%74.47
%11.85
%13.68

CMYK color model

#F5272D color CMYK value is (0,84,82,4).

  • cyan value is 0.00%
  • magenta value is 84.08%
  • yellow value is 81.63%
  • key color value is 3.92%
CMYK:
(0,84,82,4)
C0M84Y82K4 
(0%,84%,82%,4%)
(0.00/0.84/0.82/0.04)	

CMYK percentages

%0
%84.08
%81.63
%3.92

Codes

Color #F5272D in popluar color models

F5272D
RGB2453945
HSL358°91.15%55.69%
HSB/HSV358°84.08%96.08%
CMYK0.00%84.08%81.63%
3.92%

Color #F5272D in popluar number systems.

HEXF5272D
Decimal2453945
Binary11110101100111101101
Octal3654755

Shades and tints

Shades of #F5272D

#F5272D
(245,39,45)
#DF2429
(223,36,41)
#C92125
(201,33,37)
#B31E21
(179,30,33)
#9D1B1D
(157,27,29)
#871819
(135,24,25)
#711515
(113,21,21)
#5B1211
(91,18,17)
#450F0D
(69,15,13)
#2F0C09
(47,12,9)
#190905
(25,9,5)
#000000
(0,0,0)

Tints of #F5272D

#F5272D
(245,39,45)
#F53A40
(245,58,64)
#F54D53
(245,77,83)
#F56066
(245,96,102)
#F57379
(245,115,121)
#F5868C
(245,134,140)
#F5999F
(245,153,159)
#F5ACB2
(245,172,178)
#F5BFC5
(245,191,197)
#F5D2D8
(245,210,216)
#F5E5EB
(245,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5272D color. Also use rgb(245,39,45) instead hex code.

Text Font Color

.myTextColor { color: #F5272D; }

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

This text font color is #F5272D.


Background Color

.myBgColor { background-color: #F5272D; }

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

This div background color is #F5272D.


Border color

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

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

This div border color is #F5272D.


Opacity

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

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

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

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

This text has shadow with #F5272D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5272D on black background.


Color preview on white background

This text has color #F5272D on white background.



Black color preview on #F5272D background

This text has black color on #F5272D background.


White color preview on #F5272D background

This text has white color on #F5272D background.