COLOR #F21C15

HEX: #F21C15
RGB: (242,28,21)

Color info

#F21C15 contains mainly red color. Web safe color of #F21C15 is #FF3300 (or #F30).

RGB color model

#F21C15 color RGB value is (242,28,21).

  • red value is 242;
  • green value is 28;
  • blue value is 21.
RGB:
(242,28,21)
(95%,11%,8%)

RGB channels and saturation

R 242 of 255 = 95%
G 28 of 255 = 11%
B 21 of 255 = 8%

242
28
21

R + G + B ~ 38%. #F21C15 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
242 + 28 + 21 = 291 (100%)
R 242 of 291 ~ 83.16%
G 28 of 291 ~ 9.62%
B 21 of 291 ~ 7.22%

%83.16
%9.62

CMYK color model

#F21C15 color CMYK value is (0,88,91,5).

  • cyan value is 0.00%
  • magenta value is 88.43%
  • yellow value is 91.32%
  • key color value is 5.10%
CMYK:
(0,88,91,5)
C0M88Y91K5 
(0%,88%,91%,5%)
(0.00/0.88/0.91/0.05)	

CMYK percentages

%0
%88.43
%91.32
%5.1

Codes

Color #F21C15 in popluar color models

F21C15
RGB2422821
HSL89.47%51.57%
HSB/HSV91.32%94.90%
CMYK0.00%88.43%91.32%
5.10%

Color #F21C15 in popluar number systems.

HEXF21C15
Decimal2422821
Binary111100101110010101
Octal3623425

Shades and tints

Shades of #F21C15

#F21C15
(242,28,21)
#DC1A14
(220,26,20)
#C61813
(198,24,19)
#B01612
(176,22,18)
#9A1411
(154,20,17)
#841210
(132,18,16)
#6E100F
(110,16,15)
#580E0E
(88,14,14)
#420C0D
(66,12,13)
#2C0A0C
(44,10,12)
#16080B
(22,8,11)
#000000
(0,0,0)

Tints of #F21C15

#F21C15
(242,28,21)
#F3302A
(243,48,42)
#F4443F
(244,68,63)
#F55854
(245,88,84)
#F66C69
(246,108,105)
#F7807E
(247,128,126)
#F89493
(248,148,147)
#F9A8A8
(249,168,168)
#FABCBD
(250,188,189)
#FBD0D2
(251,208,210)
#FCE4E7
(252,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F21C15 color. Also use rgb(242,28,21) instead hex code.

Text Font Color

.myTextColor { color: #F21C15; }

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

This text font color is #F21C15.


Background Color

.myBgColor { background-color: #F21C15; }

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

This div background color is #F21C15.


Border color

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

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

This div border color is #F21C15.


Opacity

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

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

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

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

This text has shadow with #F21C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F21C15 on black background.


Color preview on white background

This text has color #F21C15 on white background.



Black color preview on #F21C15 background

This text has black color on #F21C15 background.


White color preview on #F21C15 background

This text has white color on #F21C15 background.