COLOR #F23545

HEX: #F23545
RGB: (242,53,69)

Color info

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

RGB color model

#F23545 color RGB value is (242,53,69).

  • red value is 242;
  • green value is 53;
  • blue value is 69.
RGB:
(242,53,69)
(95%,21%,27%)

RGB channels and saturation

R 242 of 255 = 95%
G 53 of 255 = 21%
B 69 of 255 = 27%

242
53
69

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

Portions of RGB colors in percentages

R + G + B =
242 + 53 + 69 = 364 (100%)
R 242 of 364 ~ 66.48%
G 53 of 364 ~ 14.56%
B 69 of 364 ~ 18.96%

%66.48
%14.56
%18.96

CMYK color model

#F23545 color CMYK value is (0,78,71,5).

  • cyan value is 0.00%
  • magenta value is 78.10%
  • yellow value is 71.49%
  • key color value is 5.10%
CMYK:
(0,78,71,5)
C0M78Y71K5 
(0%,78%,71%,5%)
(0.00/0.78/0.71/0.05)	

CMYK percentages

%0
%78.1
%71.49
%5.1

Codes

Color #F23545 in popluar color models

F23545
RGB2425369
HSL355°87.91%57.84%
HSB/HSV355°78.10%94.90%
CMYK0.00%78.10%71.49%
5.10%

Color #F23545 in popluar number systems.

HEXF23545
Decimal2425369
Binary111100101101011000101
Octal36265105

Shades and tints

Shades of #F23545

#F23545
(242,53,69)
#DC313F
(220,49,63)
#C62D39
(198,45,57)
#B02933
(176,41,51)
#9A252D
(154,37,45)
#842127
(132,33,39)
#6E1D21
(110,29,33)
#58191B
(88,25,27)
#421515
(66,21,21)
#2C110F
(44,17,15)
#160D09
(22,13,9)
#000000
(0,0,0)

Tints of #F23545

#F23545
(242,53,69)
#F34755
(243,71,85)
#F45965
(244,89,101)
#F56B75
(245,107,117)
#F67D85
(246,125,133)
#F78F95
(247,143,149)
#F8A1A5
(248,161,165)
#F9B3B5
(249,179,181)
#FAC5C5
(250,197,197)
#FBD7D5
(251,215,213)
#FCE9E5
(252,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F23545 color. Also use rgb(242,53,69) instead hex code.

Text Font Color

.myTextColor { color: #F23545; }

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

This text font color is #F23545.


Background Color

.myBgColor { background-color: #F23545; }

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

This div background color is #F23545.


Border color

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

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

This div border color is #F23545.


Opacity

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

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

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

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

This text has shadow with #F23545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F23545 on black background.


Color preview on white background

This text has color #F23545 on white background.



Black color preview on #F23545 background

This text has black color on #F23545 background.


White color preview on #F23545 background

This text has white color on #F23545 background.