COLOR #F01818

HEX: #F01818
RGB: (240,24,24)

Color info

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

RGB color model

#F01818 color RGB value is (240,24,24).

  • red value is 240;
  • green value is 24;
  • blue value is 24.
RGB:
(240,24,24)
(94%,9%,9%)

RGB channels and saturation

R 240 of 255 = 94%
G 24 of 255 = 9%
B 24 of 255 = 9%

240
24
24

R + G + B ~ 37%. #F01818 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
240 + 24 + 24 = 288 (100%)
R 240 of 288 ~ 83.33%
G 24 of 288 ~ 8.33%
B 24 of 288 ~ 8.33%

%83.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 90.00%
  • yellow value is 90.00%
  • key color value is 5.88%
CMYK:
(0,90,90,6)
C0M90Y90K6 
(0%,90%,90%,6%)
(0.00/0.90/0.90/0.06)	

CMYK percentages

%0
%90
%90
%5.88

Codes

Color #F01818 in popluar color models

F01818
RGB2402424
HSL87.80%51.76%
HSB/HSV90.00%94.12%
CMYK0.00%90.00%90.00%
5.88%

Color #F01818 in popluar number systems.

HEXF01818
Decimal2402424
Binary111100001100011000
Octal3603030

Shades and tints

Shades of #F01818

#F01818
(240,24,24)
#DB1616
(219,22,22)
#C61414
(198,20,20)
#B11212
(177,18,18)
#9C1010
(156,16,16)
#870E0E
(135,14,14)
#720C0C
(114,12,12)
#5D0A0A
(93,10,10)
#480808
(72,8,8)
#330606
(51,6,6)
#1E0404
(30,4,4)
#000000
(0,0,0)

Tints of #F01818

#F01818
(240,24,24)
#F12D2D
(241,45,45)
#F24242
(242,66,66)
#F35757
(243,87,87)
#F46C6C
(244,108,108)
#F58181
(245,129,129)
#F69696
(246,150,150)
#F7ABAB
(247,171,171)
#F8C0C0
(248,192,192)
#F9D5D5
(249,213,213)
#FAEAEA
(250,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F01818; }

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

This text font color is #F01818.


Background Color

.myBgColor { background-color: #F01818; }

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

This div background color is #F01818.


Border color

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

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

This div border color is #F01818.


Opacity

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

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

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

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

This text has shadow with #F01818 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F01818 on black background.


Color preview on white background

This text has color #F01818 on white background.



Black color preview on #F01818 background

This text has black color on #F01818 background.


White color preview on #F01818 background

This text has white color on #F01818 background.