COLOR #F14D41

HEX: #F14D41
RGB: (241,77,65)

Renk bilgisi

#F14D41 contains mainly red color. #F14D41 ‘ nin web güvenlik rengi #FF3333 (ya da #F33) dir.

RGB renk modeli

#F14D41 color RGB value is (241,77,65).

  • kırmız ton 241;
  • yeşil ton 77;
  • mavi ton 65.
RGB:
(241,77,65)
(95%,30%,25%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 77 of 255 = 30%
B 65 of 255 = 25%

241
77
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 77 + 65 = 383 (100%)
R 241 of 383 ~ 62.92%
G 77 of 383 ~ 20.1%
B 65 of 383 ~ 16.97%

%62.92
%20.1
%16.97

CMYK RENK MODELİ

#F14D41 rengi CMYK tonu (0,68,73,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 68.05%
  • sarı tonu 73.03%
  • ana renk tonu 5.49%
CMYK:
(0,68,73,5)
C0M68Y73K5 
(0%,68%,73%,5%)
(0.00/0.68/0.73/0.05)	

CMYK yüzdeleri

%0
%68.05
%73.03
%5.49

Codes

Color #F14D41 in popluar color models

F14D41
RGB2417765
HSL86.27%60.00%
HSB/HSV73.03%94.51%
CMYK0.00%68.05%73.03%
5.49%

Color #F14D41 in popluar number systems.

HEXF14D41
Decimal2417765
Binary1111000110011011000001
Octal361115101

Shades and tints

Shades of #F14D41

#F14D41
(241,77,65)
#DC463C
(220,70,60)
#C73F37
(199,63,55)
#B23832
(178,56,50)
#9D312D
(157,49,45)
#882A28
(136,42,40)
#732323
(115,35,35)
#5E1C1E
(94,28,30)
#491519
(73,21,25)
#340E14
(52,14,20)
#1F070F
(31,7,15)
#000000
(0,0,0)

Tints of #F14D41

#F14D41
(241,77,65)
#F25D52
(242,93,82)
#F36D63
(243,109,99)
#F47D74
(244,125,116)
#F58D85
(245,141,133)
#F69D96
(246,157,150)
#F7ADA7
(247,173,167)
#F8BDB8
(248,189,184)
#F9CDC9
(249,205,201)
#FADDDA
(250,221,218)
#FBEDEB
(251,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F14D41 color. Also use rgb(241,77,65) instead hex code.

Text Font Color

.myTextColor { color: #F14D41; }

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

This text font color is #F14D41.


Background Color

.myBgColor { background-color: #F14D41; }

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

This div background color is #F14D41.


Border color

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

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

This div border color is #F14D41.


Opacity

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

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

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

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

This text has shadow with #F14D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F14D41 on black background.


Color preview on white background

This text has color #F14D41 on white background.



Black color preview on #F14D41 background

This text has black color on #F14D41 background.


White color preview on #F14D41 background

This text has white color on #F14D41 background.