COLOR #FE1D21

HEX: #FE1D21
RGB: (254,29,33)

Color info

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

RGB color model

#FE1D21 color RGB value is (254,29,33).

  • red value is 254;
  • green value is 29;
  • blue value is 33.
RGB:
(254,29,33)
(100%,11%,13%)

RGB channels and saturation

R 254 of 255 = 100%
G 29 of 255 = 11%
B 33 of 255 = 13%

254
29
33

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

Portions of RGB colors in percentages

R + G + B =
254 + 29 + 33 = 316 (100%)
R 254 of 316 ~ 80.38%
G 29 of 316 ~ 9.18%
B 33 of 316 ~ 10.44%

%80.38
%10.44

CMYK color model

#FE1D21 color CMYK value is (0,89,87,0).

  • cyan value is 0.00%
  • magenta value is 88.58%
  • yellow value is 87.01%
  • key color value is 0.39%
CMYK:
(0,89,87,0)
C0M89Y87K0 
(0%,89%,87%,0%)
(0.00/0.89/0.87/0.00)	

CMYK percentages

%0
%88.58
%87.01
%0.39

Codes

Color #FE1D21 in popluar color models

FE1D21
RGB2542933
HSL359°99.12%55.49%
HSB/HSV359°88.58%99.61%
CMYK0.00%88.58%87.01%
0.39%

Color #FE1D21 in popluar number systems.

HEXFE1D21
Decimal2542933
Binary1111111011101100001
Octal3763541

Shades and tints

Shades of #FE1D21

#FE1D21
(254,29,33)
#E71B1E
(231,27,30)
#D0191B
(208,25,27)
#B91718
(185,23,24)
#A21515
(162,21,21)
#8B1312
(139,19,18)
#74110F
(116,17,15)
#5D0F0C
(93,15,12)
#460D09
(70,13,9)
#2F0B06
(47,11,6)
#180903
(24,9,3)
#000000
(0,0,0)

Tints of #FE1D21

#FE1D21
(254,29,33)
#FE3135
(254,49,53)
#FE4549
(254,69,73)
#FE595D
(254,89,93)
#FE6D71
(254,109,113)
#FE8185
(254,129,133)
#FE9599
(254,149,153)
#FEA9AD
(254,169,173)
#FEBDC1
(254,189,193)
#FED1D5
(254,209,213)
#FEE5E9
(254,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE1D21 color. Also use rgb(254,29,33) instead hex code.

Text Font Color

.myTextColor { color: #FE1D21; }

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

This text font color is #FE1D21.


Background Color

.myBgColor { background-color: #FE1D21; }

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

This div background color is #FE1D21.


Border color

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

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

This div border color is #FE1D21.


Opacity

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

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

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

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

This text has shadow with #FE1D21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE1D21 on black background.


Color preview on white background

This text has color #FE1D21 on white background.



Black color preview on #FE1D21 background

This text has black color on #FE1D21 background.


White color preview on #FE1D21 background

This text has white color on #FE1D21 background.