COLOR #FD2F2E

HEX: #FD2F2E
RGB: (253,47,46)

Color info

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

RGB color model

#FD2F2E color RGB value is (253,47,46).

  • red value is 253;
  • green value is 47;
  • blue value is 46.
RGB:
(253,47,46)
(99%,18%,18%)

RGB channels and saturation

R 253 of 255 = 99%
G 47 of 255 = 18%
B 46 of 255 = 18%

253
47
46

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

Portions of RGB colors in percentages

R + G + B =
253 + 47 + 46 = 346 (100%)
R 253 of 346 ~ 73.12%
G 47 of 346 ~ 13.58%
B 46 of 346 ~ 13.29%

%73.12
%13.58
%13.29

CMYK color model

#FD2F2E color CMYK value is (0,81,82,1).

  • cyan value is 0.00%
  • magenta value is 81.42%
  • yellow value is 81.82%
  • key color value is 0.78%
CMYK:
(0,81,82,1)
C0M81Y82K1 
(0%,81%,82%,1%)
(0.00/0.81/0.82/0.01)	

CMYK percentages

%0
%81.42
%81.82
%0.78

Codes

Color #FD2F2E in popluar color models

FD2F2E
RGB2534746
HSL98.10%58.63%
HSB/HSV81.82%99.22%
CMYK0.00%81.42%81.82%
0.78%

Color #FD2F2E in popluar number systems.

HEXFD2F2E
Decimal2534746
Binary11111101101111101110
Octal3755756

Shades and tints

Shades of #FD2F2E

#FD2F2E
(253,47,46)
#E62B2A
(230,43,42)
#CF2726
(207,39,38)
#B82322
(184,35,34)
#A11F1E
(161,31,30)
#8A1B1A
(138,27,26)
#731716
(115,23,22)
#5C1312
(92,19,18)
#450F0E
(69,15,14)
#2E0B0A
(46,11,10)
#170706
(23,7,6)
#000000
(0,0,0)

Tints of #FD2F2E

#FD2F2E
(253,47,46)
#FD4141
(253,65,65)
#FD5354
(253,83,84)
#FD6567
(253,101,103)
#FD777A
(253,119,122)
#FD898D
(253,137,141)
#FD9BA0
(253,155,160)
#FDADB3
(253,173,179)
#FDBFC6
(253,191,198)
#FDD1D9
(253,209,217)
#FDE3EC
(253,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD2F2E color. Also use rgb(253,47,46) instead hex code.

Text Font Color

.myTextColor { color: #FD2F2E; }

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

This text font color is #FD2F2E.


Background Color

.myBgColor { background-color: #FD2F2E; }

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

This div background color is #FD2F2E.


Border color

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

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

This div border color is #FD2F2E.


Opacity

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

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

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

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

This text has shadow with #FD2F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD2F2E on black background.


Color preview on white background

This text has color #FD2F2E on white background.



Black color preview on #FD2F2E background

This text has black color on #FD2F2E background.


White color preview on #FD2F2E background

This text has white color on #FD2F2E background.