COLOR #F1121D

HEX: #F1121D
RGB: (241,18,29)

Renk bilgisi

#F1121D contains mainly red color. #F1121D ‘ nin web güvenlik rengi #FF0033 (ya da #F03) dir.

RGB renk modeli

#F1121D color RGB value is (241,18,29).

  • kırmız ton 241;
  • yeşil ton 18;
  • mavi ton 29.
RGB:
(241,18,29)
(95%,7%,11%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 18 of 255 = 7%
B 29 of 255 = 11%

241
18
29

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

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 18 + 29 = 288 (100%)
R 241 of 288 ~ 83.68%
G 18 of 288 ~ 6.25%
B 29 of 288 ~ 10.07%

%83.68
%10.07

CMYK RENK MODELİ

#F1121D rengi CMYK tonu (0,93,88,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 92.53%
  • sarı tonu 87.97%
  • ana renk tonu 5.49%
CMYK:
(0,93,88,5)
C0M93Y88K5 
(0%,93%,88%,5%)
(0.00/0.93/0.88/0.05)	

CMYK yüzdeleri

%0
%92.53
%87.97
%5.49

Codes

Color #F1121D in popluar color models

F1121D
RGB2411829
HSL357°88.84%50.78%
HSB/HSV357°92.53%94.51%
CMYK0.00%92.53%87.97%
5.49%

Color #F1121D in popluar number systems.

HEXF1121D
Decimal2411829
Binary111100011001011101
Octal3612235

Shades and tints

Shades of #F1121D

#F1121D
(241,18,29)
#DC111B
(220,17,27)
#C71019
(199,16,25)
#B20F17
(178,15,23)
#9D0E15
(157,14,21)
#880D13
(136,13,19)
#730C11
(115,12,17)
#5E0B0F
(94,11,15)
#490A0D
(73,10,13)
#34090B
(52,9,11)
#1F0809
(31,8,9)
#000000
(0,0,0)

Tints of #F1121D

#F1121D
(241,18,29)
#F22731
(242,39,49)
#F33C45
(243,60,69)
#F45159
(244,81,89)
#F5666D
(245,102,109)
#F67B81
(246,123,129)
#F79095
(247,144,149)
#F8A5A9
(248,165,169)
#F9BABD
(249,186,189)
#FACFD1
(250,207,209)
#FBE4E5
(251,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1121D color. Also use rgb(241,18,29) instead hex code.

Text Font Color

.myTextColor { color: #F1121D; }

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

This text font color is #F1121D.


Background Color

.myBgColor { background-color: #F1121D; }

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

This div background color is #F1121D.


Border color

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

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

This div border color is #F1121D.


Opacity

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

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

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

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

This text has shadow with #F1121D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1121D on black background.


Color preview on white background

This text has color #F1121D on white background.



Black color preview on #F1121D background

This text has black color on #F1121D background.


White color preview on #F1121D background

This text has white color on #F1121D background.