COLOR #F00407

HEX: #F00407
RGB: (240,4,7)

Color info

#F00407 contains mainly red color. Web safe color of #F00407 is #FF0000 (or #F00).

RGB color model

#F00407 color RGB value is (240,4,7).

  • red value is 240;
  • green value is 4;
  • blue value is 7.
RGB:
(240,4,7)
(94%,2%,3%)

RGB channels and saturation

R 240 of 255 = 94%
G 4 of 255 = 2%
B 7 of 255 = 3%

240
4
7

R + G + B ~ 33%. #F00407 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
240 + 4 + 7 = 251 (100%)
R 240 of 251 ~ 95.62%
G 4 of 251 ~ 1.59%
B 7 of 251 ~ 2.79%

%95.62

CMYK color model

#F00407 color CMYK value is (0,98,97,6).

  • cyan value is 0.00%
  • magenta value is 98.33%
  • yellow value is 97.08%
  • key color value is 5.88%
CMYK:
(0,98,97,6)
C0M98Y97K6 
(0%,98%,97%,6%)
(0.00/0.98/0.97/0.06)	

CMYK percentages

%0
%98.33
%97.08
%5.88

Codes

Color #F00407 in popluar color models

F00407
RGB24047
HSL359°96.72%47.84%
HSB/HSV359°98.33%94.12%
CMYK0.00%98.33%97.08%
5.88%

Color #F00407 in popluar number systems.

HEXF00407
Decimal24047
Binary11110000100111
Octal36047

Shades and tints

Shades of #F00407

#F00407
(240,4,7)
#DB0407
(219,4,7)
#C60407
(198,4,7)
#B10407
(177,4,7)
#9C0407
(156,4,7)
#870407
(135,4,7)
#720407
(114,4,7)
#5D0407
(93,4,7)
#480407
(72,4,7)
#330407
(51,4,7)
#1E0407
(30,4,7)
#000000
(0,0,0)

Tints of #F00407

#F00407
(240,4,7)
#F11A1D
(241,26,29)
#F23033
(242,48,51)
#F34649
(243,70,73)
#F45C5F
(244,92,95)
#F57275
(245,114,117)
#F6888B
(246,136,139)
#F79EA1
(247,158,161)
#F8B4B7
(248,180,183)
#F9CACD
(249,202,205)
#FAE0E3
(250,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F00407 color. Also use rgb(240,4,7) instead hex code.

Text Font Color

.myTextColor { color: #F00407; }

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

This text font color is #F00407.


Background Color

.myBgColor { background-color: #F00407; }

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

This div background color is #F00407.


Border color

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

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

This div border color is #F00407.


Opacity

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

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

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

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

This text has shadow with #F00407 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F00407 on black background.


Color preview on white background

This text has color #F00407 on white background.



Black color preview on #F00407 background

This text has black color on #F00407 background.


White color preview on #F00407 background

This text has white color on #F00407 background.