COLOR #F23C15

HEX: #F23C15
RGB: (242,60,21)

Color info

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

RGB color model

#F23C15 color RGB value is (242,60,21).

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

RGB channels and saturation

R 242 of 255 = 95%
G 60 of 255 = 24%
B 21 of 255 = 8%

242
60
21

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

Portions of RGB colors in percentages

R + G + B =
242 + 60 + 21 = 323 (100%)
R 242 of 323 ~ 74.92%
G 60 of 323 ~ 18.58%
B 21 of 323 ~ 6.5%

%74.92
%18.58

CMYK color model

#F23C15 color CMYK value is (0,75,91,5).

  • cyan value is 0.00%
  • magenta value is 75.21%
  • yellow value is 91.32%
  • key color value is 5.10%
CMYK:
(0,75,91,5)
C0M75Y91K5 
(0%,75%,91%,5%)
(0.00/0.75/0.91/0.05)	

CMYK percentages

%0
%75.21
%91.32
%5.1

Codes

Color #F23C15 in popluar color models

F23C15
RGB2426021
HSL11°89.47%51.57%
HSB/HSV11°91.32%94.90%
CMYK0.00%75.21%91.32%
5.10%

Color #F23C15 in popluar number systems.

HEXF23C15
Decimal2426021
Binary1111001011110010101
Octal3627425

Shades and tints

Shades of #F23C15

#F23C15
(242,60,21)
#DC3714
(220,55,20)
#C63213
(198,50,19)
#B02D12
(176,45,18)
#9A2811
(154,40,17)
#842310
(132,35,16)
#6E1E0F
(110,30,15)
#58190E
(88,25,14)
#42140D
(66,20,13)
#2C0F0C
(44,15,12)
#160A0B
(22,10,11)
#000000
(0,0,0)

Tints of #F23C15

#F23C15
(242,60,21)
#F34D2A
(243,77,42)
#F45E3F
(244,94,63)
#F56F54
(245,111,84)
#F68069
(246,128,105)
#F7917E
(247,145,126)
#F8A293
(248,162,147)
#F9B3A8
(249,179,168)
#FAC4BD
(250,196,189)
#FBD5D2
(251,213,210)
#FCE6E7
(252,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F23C15; }

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

This text font color is #F23C15.


Background Color

.myBgColor { background-color: #F23C15; }

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

This div background color is #F23C15.


Border color

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

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

This div border color is #F23C15.


Opacity

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

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

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

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

This text has shadow with #F23C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F23C15 on black background.


Color preview on white background

This text has color #F23C15 on white background.



Black color preview on #F23C15 background

This text has black color on #F23C15 background.


White color preview on #F23C15 background

This text has white color on #F23C15 background.