COLOR #F51737

HEX: #F51737
RGB: (245,23,55)

Color info

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

RGB color model

#F51737 color RGB value is (245,23,55).

  • red value is 245;
  • green value is 23;
  • blue value is 55.
RGB:
(245,23,55)
(96%,9%,22%)

RGB channels and saturation

R 245 of 255 = 96%
G 23 of 255 = 9%
B 55 of 255 = 22%

245
23
55

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

Portions of RGB colors in percentages

R + G + B =
245 + 23 + 55 = 323 (100%)
R 245 of 323 ~ 75.85%
G 23 of 323 ~ 7.12%
B 55 of 323 ~ 17.03%

%75.85
%17.03

CMYK color model

#F51737 color CMYK value is (0,91,78,4).

  • cyan value is 0.00%
  • magenta value is 90.61%
  • yellow value is 77.55%
  • key color value is 3.92%
CMYK:
(0,91,78,4)
C0M91Y78K4 
(0%,91%,78%,4%)
(0.00/0.91/0.78/0.04)	

CMYK percentages

%0
%90.61
%77.55
%3.92

Codes

Color #F51737 in popluar color models

F51737
RGB2452355
HSL351°91.74%52.55%
HSB/HSV351°90.61%96.08%
CMYK0.00%90.61%77.55%
3.92%

Color #F51737 in popluar number systems.

HEXF51737
Decimal2452355
Binary1111010110111110111
Octal3652767

Shades and tints

Shades of #F51737

#F51737
(245,23,55)
#DF1532
(223,21,50)
#C9132D
(201,19,45)
#B31128
(179,17,40)
#9D0F23
(157,15,35)
#870D1E
(135,13,30)
#710B19
(113,11,25)
#5B0914
(91,9,20)
#45070F
(69,7,15)
#2F050A
(47,5,10)
#190305
(25,3,5)
#000000
(0,0,0)

Tints of #F51737

#F51737
(245,23,55)
#F52C49
(245,44,73)
#F5415B
(245,65,91)
#F5566D
(245,86,109)
#F56B7F
(245,107,127)
#F58091
(245,128,145)
#F595A3
(245,149,163)
#F5AAB5
(245,170,181)
#F5BFC7
(245,191,199)
#F5D4D9
(245,212,217)
#F5E9EB
(245,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F51737 color. Also use rgb(245,23,55) instead hex code.

Text Font Color

.myTextColor { color: #F51737; }

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

This text font color is #F51737.


Background Color

.myBgColor { background-color: #F51737; }

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

This div background color is #F51737.


Border color

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

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

This div border color is #F51737.


Opacity

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

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

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

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

This text has shadow with #F51737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F51737 on black background.


Color preview on white background

This text has color #F51737 on white background.



Black color preview on #F51737 background

This text has black color on #F51737 background.


White color preview on #F51737 background

This text has white color on #F51737 background.