COLOR #F74939

HEX: #F74939
RGB: (247,73,57)

Renk bilgisi

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

RGB renk modeli

#F74939 color RGB value is (247,73,57).

  • kırmız ton 247;
  • yeşil ton 73;
  • mavi ton 57.
RGB:
(247,73,57)
(97%,29%,22%)

RGB bağlantıları ve doygunluk

R 247 of 255 = 97%
G 73 of 255 = 29%
B 57 of 255 = 22%

247
73
57

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

Yüzdelerle RGB renk parçaları

R + G + B =
247 + 73 + 57 = 377 (100%)
R 247 of 377 ~ 65.52%
G 73 of 377 ~ 19.36%
B 57 of 377 ~ 15.12%

%65.52
%19.36
%15.12

CMYK RENK MODELİ

#F74939 rengi CMYK tonu (0,70,77,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 70.45%
  • sarı tonu 76.92%
  • ana renk tonu 3.14%
CMYK:
(0,70,77,3)
C0M70Y77K3 
(0%,70%,77%,3%)
(0.00/0.70/0.77/0.03)	

CMYK yüzdeleri

%0
%70.45
%76.92
%3.14

Codes

Color #F74939 in popluar color models

F74939
RGB2477357
HSL92.23%59.61%
HSB/HSV76.92%96.86%
CMYK0.00%70.45%76.92%
3.14%

Color #F74939 in popluar number systems.

HEXF74939
Decimal2477357
Binary111101111001001111001
Octal36711171

Shades and tints

Shades of #F74939

#F74939
(247,73,57)
#E14334
(225,67,52)
#CB3D2F
(203,61,47)
#B5372A
(181,55,42)
#9F3125
(159,49,37)
#892B20
(137,43,32)
#73251B
(115,37,27)
#5D1F16
(93,31,22)
#471911
(71,25,17)
#31130C
(49,19,12)
#1B0D07
(27,13,7)
#000000
(0,0,0)

Tints of #F74939

#F74939
(247,73,57)
#F7594B
(247,89,75)
#F7695D
(247,105,93)
#F7796F
(247,121,111)
#F78981
(247,137,129)
#F79993
(247,153,147)
#F7A9A5
(247,169,165)
#F7B9B7
(247,185,183)
#F7C9C9
(247,201,201)
#F7D9DB
(247,217,219)
#F7E9ED
(247,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F74939 color. Also use rgb(247,73,57) instead hex code.

Text Font Color

.myTextColor { color: #F74939; }

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

This text font color is #F74939.


Background Color

.myBgColor { background-color: #F74939; }

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

This div background color is #F74939.


Border color

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

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

This div border color is #F74939.


Opacity

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

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

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

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

This text has shadow with #F74939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F74939 on black background.


Color preview on white background

This text has color #F74939 on white background.



Black color preview on #F74939 background

This text has black color on #F74939 background.


White color preview on #F74939 background

This text has white color on #F74939 background.