COLOR #FF4C49

HEX: #FF4C49
RGB: (255,76,73)

Renk bilgisi

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

RGB renk modeli

#FF4C49 color RGB value is (255,76,73).

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

RGB bağlantıları ve doygunluk

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

255
76
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
255 + 76 + 73 = 404 (100%)
R 255 of 404 ~ 63.12%
G 76 of 404 ~ 18.81%
B 73 of 404 ~ 18.07%

%63.12
%18.81
%18.07

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 70.20%
  • 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
%70.2
%71.37
%0

Codes

Color #FF4C49 in popluar color models

FF4C49
RGB2557673
HSL100.00%64.31%
HSB/HSV71.37%100.00%
CMYK0.00%70.20%71.37%
0.00%

Color #FF4C49 in popluar number systems.

HEXFF4C49
Decimal2557673
Binary1111111110011001001001
Octal377114111

Shades and tints

Shades of #FF4C49

#FF4C49
(255,76,73)
#E84643
(232,70,67)
#D1403D
(209,64,61)
#BA3A37
(186,58,55)
#A33431
(163,52,49)
#8C2E2B
(140,46,43)
#752825
(117,40,37)
#5E221F
(94,34,31)
#471C19
(71,28,25)
#301613
(48,22,19)
#19100D
(25,16,13)
#000000
(0,0,0)

Tints of #FF4C49

#FF4C49
(255,76,73)
#FF5C59
(255,92,89)
#FF6C69
(255,108,105)
#FF7C79
(255,124,121)
#FF8C89
(255,140,137)
#FF9C99
(255,156,153)
#FFACA9
(255,172,169)
#FFBCB9
(255,188,185)
#FFCCC9
(255,204,201)
#FFDCD9
(255,220,217)
#FFECE9
(255,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF4C49; }

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

This text font color is #FF4C49.


Background Color

.myBgColor { background-color: #FF4C49; }

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

This div background color is #FF4C49.


Border color

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

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

This div border color is #FF4C49.


Opacity

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

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

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

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

This text has shadow with #FF4C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF4C49 on black background.


Color preview on white background

This text has color #FF4C49 on white background.



Black color preview on #FF4C49 background

This text has black color on #FF4C49 background.


White color preview on #FF4C49 background

This text has white color on #FF4C49 background.