COLOR #F21B10

HEX: #F21B10
RGB: (242,27,16)

Color info

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

RGB color model

#F21B10 color RGB value is (242,27,16).

  • red value is 242;
  • green value is 27;
  • blue value is 16.
RGB:
(242,27,16)
(95%,11%,6%)

RGB channels and saturation

R 242 of 255 = 95%
G 27 of 255 = 11%
B 16 of 255 = 6%

242
27
16

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

Portions of RGB colors in percentages

R + G + B =
242 + 27 + 16 = 285 (100%)
R 242 of 285 ~ 84.91%
G 27 of 285 ~ 9.47%
B 16 of 285 ~ 5.61%

%84.91

CMYK color model

#F21B10 color CMYK value is (0,89,93,5).

  • cyan value is 0.00%
  • magenta value is 88.84%
  • yellow value is 93.39%
  • key color value is 5.10%
CMYK:
(0,89,93,5)
C0M89Y93K5 
(0%,89%,93%,5%)
(0.00/0.89/0.93/0.05)	

CMYK percentages

%0
%88.84
%93.39
%5.1

Codes

Color #F21B10 in popluar color models

F21B10
RGB2422716
HSL89.68%50.59%
HSB/HSV93.39%94.90%
CMYK0.00%88.84%93.39%
5.10%

Color #F21B10 in popluar number systems.

HEXF21B10
Decimal2422716
Binary111100101101110000
Octal3623320

Shades and tints

Shades of #F21B10

#F21B10
(242,27,16)
#DC190F
(220,25,15)
#C6170E
(198,23,14)
#B0150D
(176,21,13)
#9A130C
(154,19,12)
#84110B
(132,17,11)
#6E0F0A
(110,15,10)
#580D09
(88,13,9)
#420B08
(66,11,8)
#2C0907
(44,9,7)
#160706
(22,7,6)
#000000
(0,0,0)

Tints of #F21B10

#F21B10
(242,27,16)
#F32F25
(243,47,37)
#F4433A
(244,67,58)
#F5574F
(245,87,79)
#F66B64
(246,107,100)
#F77F79
(247,127,121)
#F8938E
(248,147,142)
#F9A7A3
(249,167,163)
#FABBB8
(250,187,184)
#FBCFCD
(251,207,205)
#FCE3E2
(252,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F21B10 color. Also use rgb(242,27,16) instead hex code.

Text Font Color

.myTextColor { color: #F21B10; }

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

This text font color is #F21B10.


Background Color

.myBgColor { background-color: #F21B10; }

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

This div background color is #F21B10.


Border color

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

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

This div border color is #F21B10.


Opacity

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

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

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

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

This text has shadow with #F21B10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F21B10 on black background.


Color preview on white background

This text has color #F21B10 on white background.



Black color preview on #F21B10 background

This text has black color on #F21B10 background.


White color preview on #F21B10 background

This text has white color on #F21B10 background.