COLOR #F2270C

HEX: #F2270C
RGB: (242,39,12)

Color info

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

RGB color model

#F2270C color RGB value is (242,39,12).

  • red value is 242;
  • green value is 39;
  • blue value is 12.
RGB:
(242,39,12)
(95%,15%,5%)

RGB channels and saturation

R 242 of 255 = 95%
G 39 of 255 = 15%
B 12 of 255 = 5%

242
39
12

R + G + B ~ 38%. #F2270C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
242 + 39 + 12 = 293 (100%)
R 242 of 293 ~ 82.59%
G 39 of 293 ~ 13.31%
B 12 of 293 ~ 4.1%

%82.59
%13.31

CMYK color model

#F2270C color CMYK value is (0,84,95,5).

  • cyan value is 0.00%
  • magenta value is 83.88%
  • yellow value is 95.04%
  • key color value is 5.10%
CMYK:
(0,84,95,5)
C0M84Y95K5 
(0%,84%,95%,5%)
(0.00/0.84/0.95/0.05)	

CMYK percentages

%0
%83.88
%95.04
%5.1

Codes

Color #F2270C in popluar color models

F2270C
RGB2423912
HSL90.55%49.80%
HSB/HSV95.04%94.90%
CMYK0.00%83.88%95.04%
5.10%

Color #F2270C in popluar number systems.

HEXF2270C
Decimal2423912
Binary111100101001111100
Octal3624714

Shades and tints

Shades of #F2270C

#F2270C
(242,39,12)
#DC240B
(220,36,11)
#C6210A
(198,33,10)
#B01E09
(176,30,9)
#9A1B08
(154,27,8)
#841807
(132,24,7)
#6E1506
(110,21,6)
#581205
(88,18,5)
#420F04
(66,15,4)
#2C0C03
(44,12,3)
#160902
(22,9,2)
#000000
(0,0,0)

Tints of #F2270C

#F2270C
(242,39,12)
#F33A22
(243,58,34)
#F44D38
(244,77,56)
#F5604E
(245,96,78)
#F67364
(246,115,100)
#F7867A
(247,134,122)
#F89990
(248,153,144)
#F9ACA6
(249,172,166)
#FABFBC
(250,191,188)
#FBD2D2
(251,210,210)
#FCE5E8
(252,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2270C color. Also use rgb(242,39,12) instead hex code.

Text Font Color

.myTextColor { color: #F2270C; }

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

This text font color is #F2270C.


Background Color

.myBgColor { background-color: #F2270C; }

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

This div background color is #F2270C.


Border color

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

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

This div border color is #F2270C.


Opacity

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

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

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

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

This text has shadow with #F2270C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2270C on black background.


Color preview on white background

This text has color #F2270C on white background.



Black color preview on #F2270C background

This text has black color on #F2270C background.


White color preview on #F2270C background

This text has white color on #F2270C background.