COLOR #F12214

HEX: #F12214 RGB: (241,34,20)

Color info

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

RGB color model

#F12214 color RGB value is (241,34,20).

RGB: (241,34,20) (95%, 13%, 8%)

RGB channels and saturation

R 241 of 255 = 95%
G 34 of 255 = 13%
B 20 of 255 = 8%

241
34
20

R + G + B ~ 39%. #F12214 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 241 + 34 + 20 = 295 (100%)
R 241 of 295 ~ 81.69%
G 34 of 295 ~ 11.53%
B 20 of 295 ~ 6.78'%

%81.69
%11.53

CMYK color model

#F12214 color CMYK value is (0,86,92,5).

  • cyan value is 0.00%
  • magenta value is 85.89%
  • yellow value is 91.70%
  • key color value is 5.49%

CMYK: (0,86,92,5)
C0M86Y92K5 (0%, 86%, 92%, 5%)
(0.00 / 0.86 / 0.92 / 0.05)

CMYK percentages

%0
%85.89
%91.7
%5.49

Codes

Color #F12214 in popluar color models

F1 22 14
RGB 241 34 20
HSL 88.76% 51.18%
HSB/HSV 91.70% 94.51%
CMYK 0.00% 85.89% 91.70%
5.49%

Color #F12214 in popluar number systems.

HEX F1 22 14
Decimal 241 34 20
Binary 11110001 100010 10100
Octal 361 42 24

Shades and tints

Shades of #F12214

#F12214
(241,34,20)
#DC1F13
(220,31,19)
#C71C12
(199,28,18)
#B21911
(178,25,17)
#9D1610
(157,22,16)
#88130F
(136,19,15)
#73100E
(115,16,14)
#5E0D0D
(94,13,13)
#490A0C
(73,10,12)
#34070B
(52,7,11)
#1F040A
(31,4,10)
#000000
(0,0,0)

Tints of #F12214

#F12214
(241,34,20)
#F23629
(242,54,41)
#F34A3E
(243,74,62)
#F45E53
(244,94,83)
#F57268
(245,114,104)
#F6867D
(246,134,125)
#F79A92
(247,154,146)
#F8AEA7
(248,174,167)
#F9C2BC
(249,194,188)
#FAD6D1
(250,214,209)
#FBEAE6
(251,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F12214 color. Also use rgb(241,34,20) instead hex code.

Text Font Color

.myTextColor { color: #F12214; }

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

This text font color is #F12214.

Background Color

.myBgColor { background-color: #F12214; }

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

This div background color is #F12214.

Border color

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

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

This div border color is #F12214.

Opacity

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

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

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

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

This text has shadow with #F12214 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F12214.

Preview

Color preview on black background

This text has color #F12214 on black background.


Color preview on white background

This text has color #F12214 on white background.


Black color preview on #F12214 background

This text has black color on #F12214 background.


White color preview on #F12214 background

This text has white color on #F12214 background.


Related colors

Complementary color

Complementary color for #hex is #0EDDEB.


I love getcolorcode.com

Triadic colors

1 #14F122 and #2214F1 with #F12214 are triadic colors.

2 #1422F1 and #22F114 with #F12214 are triadic colors.