COLOR #F52D27

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

245
45
39

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

Portions of RGB colors in percentages

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

%74.47
%13.68
%11.85

CMYK color model

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

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

CMYK percentages

%0
%81.63
%84.08
%3.92

Codes

Color #F52D27 in popluar color models

F52D27
RGB2454539
HSL91.15%55.69%
HSB/HSV84.08%96.08%
CMYK0.00%81.63%84.08%
3.92%

Color #F52D27 in popluar number systems.

HEXF52D27
Decimal2454539
Binary11110101101101100111
Octal3655547

Shades and tints

Shades of #F52D27

#F52D27
(245,45,39)
#DF2924
(223,41,36)
#C92521
(201,37,33)
#B3211E
(179,33,30)
#9D1D1B
(157,29,27)
#871918
(135,25,24)
#711515
(113,21,21)
#5B1112
(91,17,18)
#450D0F
(69,13,15)
#2F090C
(47,9,12)
#190509
(25,5,9)
#000000
(0,0,0)

Tints of #F52D27

#F52D27
(245,45,39)
#F5403A
(245,64,58)
#F5534D
(245,83,77)
#F56660
(245,102,96)
#F57973
(245,121,115)
#F58C86
(245,140,134)
#F59F99
(245,159,153)
#F5B2AC
(245,178,172)
#F5C5BF
(245,197,191)
#F5D8D2
(245,216,210)
#F5EBE5
(245,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F52D27; }

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

This text font color is #F52D27.


Background Color

.myBgColor { background-color: #F52D27; }

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

This div background color is #F52D27.


Border color

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

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

This div border color is #F52D27.


Opacity

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

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

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

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

This text has shadow with #F52D27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F52D27 on black background.


Color preview on white background

This text has color #F52D27 on white background.



Black color preview on #F52D27 background

This text has black color on #F52D27 background.


White color preview on #F52D27 background

This text has white color on #F52D27 background.