COLOR #FD615D

HEX: #FD615D
RGB: (253,97,93)

Color info

#FD615D contains mainly red color. Web safe color of #FD615D is #FF6666 (or #F66).

RGB color model

#FD615D color RGB value is (253,97,93).

  • red value is 253;
  • green value is 97;
  • blue value is 93.
RGB:
(253,97,93)
(99%,38%,36%)

RGB channels and saturation

R 253 of 255 = 99%
G 97 of 255 = 38%
B 93 of 255 = 36%

253
97
93

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

Portions of RGB colors in percentages

R + G + B =
253 + 97 + 93 = 443 (100%)
R 253 of 443 ~ 57.11%
G 97 of 443 ~ 21.9%
B 93 of 443 ~ 20.99%

%57.11
%21.9
%20.99

CMYK color model

#FD615D color CMYK value is (0,62,63,1).

  • cyan value is 0.00%
  • magenta value is 61.66%
  • yellow value is 63.24%
  • key color value is 0.78%
CMYK:
(0,62,63,1)
C0M62Y63K1 
(0%,62%,63%,1%)
(0.00/0.62/0.63/0.01)	

CMYK percentages

%0
%61.66
%63.24
%0.78

Codes

Color #FD615D in popluar color models

FD615D
RGB2539793
HSL97.56%67.84%
HSB/HSV63.24%99.22%
CMYK0.00%61.66%63.24%
0.78%

Color #FD615D in popluar number systems.

HEXFD615D
Decimal2539793
Binary1111110111000011011101
Octal375141135

Shades and tints

Shades of #FD615D

#FD615D
(253,97,93)
#E65955
(230,89,85)
#CF514D
(207,81,77)
#B84945
(184,73,69)
#A1413D
(161,65,61)
#8A3935
(138,57,53)
#73312D
(115,49,45)
#5C2925
(92,41,37)
#45211D
(69,33,29)
#2E1915
(46,25,21)
#17110D
(23,17,13)
#000000
(0,0,0)

Tints of #FD615D

#FD615D
(253,97,93)
#FD6F6B
(253,111,107)
#FD7D79
(253,125,121)
#FD8B87
(253,139,135)
#FD9995
(253,153,149)
#FDA7A3
(253,167,163)
#FDB5B1
(253,181,177)
#FDC3BF
(253,195,191)
#FDD1CD
(253,209,205)
#FDDFDB
(253,223,219)
#FDEDE9
(253,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD615D color. Also use rgb(253,97,93) instead hex code.

Text Font Color

.myTextColor { color: #FD615D; }

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

This text font color is #FD615D.


Background Color

.myBgColor { background-color: #FD615D; }

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

This div background color is #FD615D.


Border color

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

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

This div border color is #FD615D.


Opacity

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

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

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

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

This text has shadow with #FD615D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD615D on black background.


Color preview on white background

This text has color #FD615D on white background.



Black color preview on #FD615D background

This text has black color on #FD615D background.


White color preview on #FD615D background

This text has white color on #FD615D background.