COLOR #FD2548

HEX: #FD2548
RGB: (253,37,72)

Color info

#FD2548 contains mainly red color. Web safe color of #FD2548 is #FF3333 (or #F33).

RGB color model

#FD2548 color RGB value is (253,37,72).

  • red value is 253;
  • green value is 37;
  • blue value is 72.
RGB:
(253,37,72)
(99%,15%,28%)

RGB channels and saturation

R 253 of 255 = 99%
G 37 of 255 = 15%
B 72 of 255 = 28%

253
37
72

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

Portions of RGB colors in percentages

R + G + B =
253 + 37 + 72 = 362 (100%)
R 253 of 362 ~ 69.89%
G 37 of 362 ~ 10.22%
B 72 of 362 ~ 19.89%

%69.89
%10.22
%19.89

CMYK color model

#FD2548 color CMYK value is (0,85,72,1).

  • cyan value is 0.00%
  • magenta value is 85.38%
  • yellow value is 71.54%
  • key color value is 0.78%
CMYK:
(0,85,72,1)
C0M85Y72K1 
(0%,85%,72%,1%)
(0.00/0.85/0.72/0.01)	

CMYK percentages

%0
%85.38
%71.54
%0.78

Codes

Color #FD2548 in popluar color models

FD2548
RGB2533772
HSL350°98.18%56.86%
HSB/HSV350°85.38%99.22%
CMYK0.00%85.38%71.54%
0.78%

Color #FD2548 in popluar number systems.

HEXFD2548
Decimal2533772
Binary111111011001011001000
Octal37545110

Shades and tints

Shades of #FD2548

#FD2548
(253,37,72)
#E62242
(230,34,66)
#CF1F3C
(207,31,60)
#B81C36
(184,28,54)
#A11930
(161,25,48)
#8A162A
(138,22,42)
#731324
(115,19,36)
#5C101E
(92,16,30)
#450D18
(69,13,24)
#2E0A12
(46,10,18)
#17070C
(23,7,12)
#000000
(0,0,0)

Tints of #FD2548

#FD2548
(253,37,72)
#FD3858
(253,56,88)
#FD4B68
(253,75,104)
#FD5E78
(253,94,120)
#FD7188
(253,113,136)
#FD8498
(253,132,152)
#FD97A8
(253,151,168)
#FDAAB8
(253,170,184)
#FDBDC8
(253,189,200)
#FDD0D8
(253,208,216)
#FDE3E8
(253,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD2548 color. Also use rgb(253,37,72) instead hex code.

Text Font Color

.myTextColor { color: #FD2548; }

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

This text font color is #FD2548.


Background Color

.myBgColor { background-color: #FD2548; }

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

This div background color is #FD2548.


Border color

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

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

This div border color is #FD2548.


Opacity

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

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

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

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

This text has shadow with #FD2548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD2548 on black background.


Color preview on white background

This text has color #FD2548 on white background.



Black color preview on #FD2548 background

This text has black color on #FD2548 background.


White color preview on #FD2548 background

This text has white color on #FD2548 background.