COLOR #F23D26

HEX: #F23D26
RGB: (242,61,38)

Color info

#F23D26 contains mainly red color. Web safe color of #F23D26 is #FF3333 (or #F33).

RGB color model

#F23D26 color RGB value is (242,61,38).

  • red value is 242;
  • green value is 61;
  • blue value is 38.
RGB:
(242,61,38)
(95%,24%,15%)

RGB channels and saturation

R 242 of 255 = 95%
G 61 of 255 = 24%
B 38 of 255 = 15%

242
61
38

R + G + B ~ 45%. #F23D26 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
242 + 61 + 38 = 341 (100%)
R 242 of 341 ~ 70.97%
G 61 of 341 ~ 17.89%
B 38 of 341 ~ 11.14%

%70.97
%17.89
%11.14

CMYK color model

#F23D26 color CMYK value is (0,75,84,5).

  • cyan value is 0.00%
  • magenta value is 74.79%
  • yellow value is 84.30%
  • key color value is 5.10%
CMYK:
(0,75,84,5)
C0M75Y84K5 
(0%,75%,84%,5%)
(0.00/0.75/0.84/0.05)	

CMYK percentages

%0
%74.79
%84.3
%5.1

Codes

Color #F23D26 in popluar color models

F23D26
RGB2426138
HSL88.70%54.90%
HSB/HSV84.30%94.90%
CMYK0.00%74.79%84.30%
5.10%

Color #F23D26 in popluar number systems.

HEXF23D26
Decimal2426138
Binary11110010111101100110
Octal3627546

Shades and tints

Shades of #F23D26

#F23D26
(242,61,38)
#DC3823
(220,56,35)
#C63320
(198,51,32)
#B02E1D
(176,46,29)
#9A291A
(154,41,26)
#842417
(132,36,23)
#6E1F14
(110,31,20)
#581A11
(88,26,17)
#42150E
(66,21,14)
#2C100B
(44,16,11)
#160B08
(22,11,8)
#000000
(0,0,0)

Tints of #F23D26

#F23D26
(242,61,38)
#F34E39
(243,78,57)
#F45F4C
(244,95,76)
#F5705F
(245,112,95)
#F68172
(246,129,114)
#F79285
(247,146,133)
#F8A398
(248,163,152)
#F9B4AB
(249,180,171)
#FAC5BE
(250,197,190)
#FBD6D1
(251,214,209)
#FCE7E4
(252,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F23D26 color. Also use rgb(242,61,38) instead hex code.

Text Font Color

.myTextColor { color: #F23D26; }

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

This text font color is #F23D26.


Background Color

.myBgColor { background-color: #F23D26; }

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

This div background color is #F23D26.


Border color

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

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

This div border color is #F23D26.


Opacity

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

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

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

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

This text has shadow with #F23D26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F23D26 on black background.


Color preview on white background

This text has color #F23D26 on white background.



Black color preview on #F23D26 background

This text has black color on #F23D26 background.


White color preview on #F23D26 background

This text has white color on #F23D26 background.