COLOR #F00537

HEX: #F00537
RGB: (240,5,55)

Color info

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

RGB color model

#F00537 color RGB value is (240,5,55).

  • red value is 240;
  • green value is 5;
  • blue value is 55.
RGB:
(240,5,55)
(94%,2%,22%)

RGB channels and saturation

R 240 of 255 = 94%
G 5 of 255 = 2%
B 55 of 255 = 22%

240
5
55

R + G + B ~ 39%. #F00537 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
240 + 5 + 55 = 300 (100%)
R 240 of 300 ~ 80%
G 5 of 300 ~ 1.67%
B 55 of 300 ~ 18.33%

%80
%18.33

CMYK color model

#F00537 color CMYK value is (0,98,77,6).

  • cyan value is 0.00%
  • magenta value is 97.92%
  • yellow value is 77.08%
  • key color value is 5.88%
CMYK:
(0,98,77,6)
C0M98Y77K6 
(0%,98%,77%,6%)
(0.00/0.98/0.77/0.06)	

CMYK percentages

%0
%97.92
%77.08
%5.88

Codes

Color #F00537 in popluar color models

F00537
RGB240555
HSL347°95.92%48.04%
HSB/HSV347°97.92%94.12%
CMYK0.00%97.92%77.08%
5.88%

Color #F00537 in popluar number systems.

HEXF00537
Decimal240555
Binary11110000101110111
Octal360567

Shades and tints

Shades of #F00537

#F00537
(240,5,55)
#DB0532
(219,5,50)
#C6052D
(198,5,45)
#B10528
(177,5,40)
#9C0523
(156,5,35)
#87051E
(135,5,30)
#720519
(114,5,25)
#5D0514
(93,5,20)
#48050F
(72,5,15)
#33050A
(51,5,10)
#1E0505
(30,5,5)
#000000
(0,0,0)

Tints of #F00537

#F00537
(240,5,55)
#F11B49
(241,27,73)
#F2315B
(242,49,91)
#F3476D
(243,71,109)
#F45D7F
(244,93,127)
#F57391
(245,115,145)
#F689A3
(246,137,163)
#F79FB5
(247,159,181)
#F8B5C7
(248,181,199)
#F9CBD9
(249,203,217)
#FAE1EB
(250,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F00537 color. Also use rgb(240,5,55) instead hex code.

Text Font Color

.myTextColor { color: #F00537; }

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

This text font color is #F00537.


Background Color

.myBgColor { background-color: #F00537; }

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

This div background color is #F00537.


Border color

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

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

This div border color is #F00537.


Opacity

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

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

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

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

This text has shadow with #F00537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F00537 on black background.


Color preview on white background

This text has color #F00537 on white background.



Black color preview on #F00537 background

This text has black color on #F00537 background.


White color preview on #F00537 background

This text has white color on #F00537 background.