COLOR #FD4C47

HEX: #FD4C47
RGB: (253,76,71)

Renk bilgisi

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

RGB renk modeli

#FD4C47 color RGB value is (253,76,71).

  • kırmız ton 253;
  • yeşil ton 76;
  • mavi ton 71.
RGB:
(253,76,71)
(99%,30%,28%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 76 of 255 = 30%
B 71 of 255 = 28%

253
76
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 76 + 71 = 400 (100%)
R 253 of 400 ~ 63.25%
G 76 of 400 ~ 19%
B 71 of 400 ~ 17.75%

%63.25
%19
%17.75

CMYK RENK MODELİ

#FD4C47 rengi CMYK tonu (0,70,72,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 69.96%
  • sarı tonu 71.94%
  • ana renk tonu 0.78%
CMYK:
(0,70,72,1)
C0M70Y72K1 
(0%,70%,72%,1%)
(0.00/0.70/0.72/0.01)	

CMYK yüzdeleri

%0
%69.96
%71.94
%0.78

Codes

Color #FD4C47 in popluar color models

FD4C47
RGB2537671
HSL97.85%63.53%
HSB/HSV71.94%99.22%
CMYK0.00%69.96%71.94%
0.78%

Color #FD4C47 in popluar number systems.

HEXFD4C47
Decimal2537671
Binary1111110110011001000111
Octal375114107

Shades and tints

Shades of #FD4C47

#FD4C47
(253,76,71)
#E64641
(230,70,65)
#CF403B
(207,64,59)
#B83A35
(184,58,53)
#A1342F
(161,52,47)
#8A2E29
(138,46,41)
#732823
(115,40,35)
#5C221D
(92,34,29)
#451C17
(69,28,23)
#2E1611
(46,22,17)
#17100B
(23,16,11)
#000000
(0,0,0)

Tints of #FD4C47

#FD4C47
(253,76,71)
#FD5C57
(253,92,87)
#FD6C67
(253,108,103)
#FD7C77
(253,124,119)
#FD8C87
(253,140,135)
#FD9C97
(253,156,151)
#FDACA7
(253,172,167)
#FDBCB7
(253,188,183)
#FDCCC7
(253,204,199)
#FDDCD7
(253,220,215)
#FDECE7
(253,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD4C47 color. Also use rgb(253,76,71) instead hex code.

Text Font Color

.myTextColor { color: #FD4C47; }

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

This text font color is #FD4C47.


Background Color

.myBgColor { background-color: #FD4C47; }

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

This div background color is #FD4C47.


Border color

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

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

This div border color is #FD4C47.


Opacity

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

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

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

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

This text has shadow with #FD4C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD4C47 on black background.


Color preview on white background

This text has color #FD4C47 on white background.



Black color preview on #FD4C47 background

This text has black color on #FD4C47 background.


White color preview on #FD4C47 background

This text has white color on #FD4C47 background.