COLOR #F01900

HEX: #F01900
RGB: (240,25,0)

Color info

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

RGB color model

#F01900 color RGB value is (240,25,0).

  • red value is 240;
  • green value is 25;
  • blue value is 0.
RGB:
(240,25,0)
(94%,10%,0%)

RGB channels and saturation

R 240 of 255 = 94%
G 25 of 255 = 10%
B 0 of 255 = 0%

240
25
0

R + G + B ~ 35%. #F01900 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
240 + 25 + 0 = 265 (100%)
R 240 of 265 ~ 90.57%
G 25 of 265 ~ 9.43%
B 0 of 265 ~ 0%

%90.57

CMYK color model

#F01900 color CMYK value is (0,90,100,6).

  • cyan value is 0.00%
  • magenta value is 89.58%
  • yellow value is 100.00%
  • key color value is 5.88%
CMYK:
(0,90,100,6)
C0M90Y100K6 
(0%,90%,100%,6%)
(0.00/0.90/1.00/0.06)	

CMYK percentages

%0
%89.58
%100
%5.88

Codes

Color #F01900 in popluar color models

F01900
RGB240250
HSL100.00%47.06%
HSB/HSV100.00%94.12%
CMYK0.00%89.58%100.00%
5.88%

Color #F01900 in popluar number systems.

HEXF01900
Decimal240250
Binary11110000110010
Octal360310

Shades and tints

Shades of #F01900

#F01900
(240,25,0)
#DB1700
(219,23,0)
#C61500
(198,21,0)
#B11300
(177,19,0)
#9C1100
(156,17,0)
#870F00
(135,15,0)
#720D00
(114,13,0)
#5D0B00
(93,11,0)
#480900
(72,9,0)
#330700
(51,7,0)
#1E0500
(30,5,0)
#000000
(0,0,0)

Tints of #F01900

#F01900
(240,25,0)
#F12D17
(241,45,23)
#F2412E
(242,65,46)
#F35545
(243,85,69)
#F4695C
(244,105,92)
#F57D73
(245,125,115)
#F6918A
(246,145,138)
#F7A5A1
(247,165,161)
#F8B9B8
(248,185,184)
#F9CDCF
(249,205,207)
#FAE1E6
(250,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F01900 color. Also use rgb(240,25,0) instead hex code.

Text Font Color

.myTextColor { color: #F01900; }

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

This text font color is #F01900.


Background Color

.myBgColor { background-color: #F01900; }

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

This div background color is #F01900.


Border color

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

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

This div border color is #F01900.


Opacity

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

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

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

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

This text has shadow with #F01900 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F01900 on black background.


Color preview on white background

This text has color #F01900 on white background.



Black color preview on #F01900 background

This text has black color on #F01900 background.


White color preview on #F01900 background

This text has white color on #F01900 background.