COLOR #F23C1C

HEX: #F23C1C
RGB: (242,60,28)

Color info

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

RGB color model

#F23C1C color RGB value is (242,60,28).

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

RGB channels and saturation

R 242 of 255 = 95%
G 60 of 255 = 24%
B 28 of 255 = 11%

242
60
28

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

Portions of RGB colors in percentages

R + G + B =
242 + 60 + 28 = 330 (100%)
R 242 of 330 ~ 73.33%
G 60 of 330 ~ 18.18%
B 28 of 330 ~ 8.48%

%73.33
%18.18

CMYK color model

#F23C1C color CMYK value is (0,75,88,5).

  • cyan value is 0.00%
  • magenta value is 75.21%
  • yellow value is 88.43%
  • key color value is 5.10%
CMYK:
(0,75,88,5)
C0M75Y88K5 
(0%,75%,88%,5%)
(0.00/0.75/0.88/0.05)	

CMYK percentages

%0
%75.21
%88.43
%5.1

Codes

Color #F23C1C in popluar color models

F23C1C
RGB2426028
HSL89.17%52.94%
HSB/HSV88.43%94.90%
CMYK0.00%75.21%88.43%
5.10%

Color #F23C1C in popluar number systems.

HEXF23C1C
Decimal2426028
Binary1111001011110011100
Octal3627434

Shades and tints

Shades of #F23C1C

#F23C1C
(242,60,28)
#DC371A
(220,55,26)
#C63218
(198,50,24)
#B02D16
(176,45,22)
#9A2814
(154,40,20)
#842312
(132,35,18)
#6E1E10
(110,30,16)
#58190E
(88,25,14)
#42140C
(66,20,12)
#2C0F0A
(44,15,10)
#160A08
(22,10,8)
#000000
(0,0,0)

Tints of #F23C1C

#F23C1C
(242,60,28)
#F34D30
(243,77,48)
#F45E44
(244,94,68)
#F56F58
(245,111,88)
#F6806C
(246,128,108)
#F79180
(247,145,128)
#F8A294
(248,162,148)
#F9B3A8
(249,179,168)
#FAC4BC
(250,196,188)
#FBD5D0
(251,213,208)
#FCE6E4
(252,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F23C1C; }

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

This text font color is #F23C1C.


Background Color

.myBgColor { background-color: #F23C1C; }

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

This div background color is #F23C1C.


Border color

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

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

This div border color is #F23C1C.


Opacity

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

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

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

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

This text has shadow with #F23C1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F23C1C on black background.


Color preview on white background

This text has color #F23C1C on white background.



Black color preview on #F23C1C background

This text has black color on #F23C1C background.


White color preview on #F23C1C background

This text has white color on #F23C1C background.