COLOR #FF4D49

HEX: #FF4D49
RGB: (255,77,73)

Renk bilgisi

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

RGB renk modeli

#FF4D49 color RGB value is (255,77,73).

  • kırmız ton 255;
  • yeşil ton 77;
  • mavi ton 73.
RGB:
(255,77,73)
(100%,30%,29%)

RGB bağlantıları ve doygunluk

R 255 of 255 = 100%
G 77 of 255 = 30%
B 73 of 255 = 29%

255
77
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
255 + 77 + 73 = 405 (100%)
R 255 of 405 ~ 62.96%
G 77 of 405 ~ 19.01%
B 73 of 405 ~ 18.02%

%62.96
%19.01
%18.02

CMYK RENK MODELİ

#FF4D49 rengi CMYK tonu (0,70,71,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 69.80%
  • sarı tonu 71.37%
  • ana renk tonu 0.00%
CMYK:
(0,70,71,0)
C0M70Y71K0 
(0%,70%,71%,0%)
(0.00/0.70/0.71/0.00)	

CMYK yüzdeleri

%0
%69.8
%71.37
%0

Codes

Color #FF4D49 in popluar color models

FF4D49
RGB2557773
HSL100.00%64.31%
HSB/HSV71.37%100.00%
CMYK0.00%69.80%71.37%
0.00%

Color #FF4D49 in popluar number systems.

HEXFF4D49
Decimal2557773
Binary1111111110011011001001
Octal377115111

Shades and tints

Shades of #FF4D49

#FF4D49
(255,77,73)
#E84643
(232,70,67)
#D13F3D
(209,63,61)
#BA3837
(186,56,55)
#A33131
(163,49,49)
#8C2A2B
(140,42,43)
#752325
(117,35,37)
#5E1C1F
(94,28,31)
#471519
(71,21,25)
#300E13
(48,14,19)
#19070D
(25,7,13)
#000000
(0,0,0)

Tints of #FF4D49

#FF4D49
(255,77,73)
#FF5D59
(255,93,89)
#FF6D69
(255,109,105)
#FF7D79
(255,125,121)
#FF8D89
(255,141,137)
#FF9D99
(255,157,153)
#FFADA9
(255,173,169)
#FFBDB9
(255,189,185)
#FFCDC9
(255,205,201)
#FFDDD9
(255,221,217)
#FFEDE9
(255,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF4D49 color. Also use rgb(255,77,73) instead hex code.

Text Font Color

.myTextColor { color: #FF4D49; }

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

This text font color is #FF4D49.


Background Color

.myBgColor { background-color: #FF4D49; }

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

This div background color is #FF4D49.


Border color

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

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

This div border color is #FF4D49.


Opacity

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

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

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

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

This text has shadow with #FF4D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF4D49 on black background.


Color preview on white background

This text has color #FF4D49 on white background.



Black color preview on #FF4D49 background

This text has black color on #FF4D49 background.


White color preview on #FF4D49 background

This text has white color on #FF4D49 background.