COLOR #FF1C29

HEX: #FF1C29
RGB: (255,28,41)

Color info

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

RGB color model

#FF1C29 color RGB value is (255,28,41).

  • red value is 255;
  • green value is 28;
  • blue value is 41.
RGB:
(255,28,41)
(100%,11%,16%)

RGB channels and saturation

R 255 of 255 = 100%
G 28 of 255 = 11%
B 41 of 255 = 16%

255
28
41

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

Portions of RGB colors in percentages

R + G + B =
255 + 28 + 41 = 324 (100%)
R 255 of 324 ~ 78.7%
G 28 of 324 ~ 8.64%
B 41 of 324 ~ 12.65%

%78.7
%12.65

CMYK color model

#FF1C29 color CMYK value is (0,89,84,0).

  • cyan value is 0.00%
  • magenta value is 89.02%
  • yellow value is 83.92%
  • key color value is 0.00%
CMYK:
(0,89,84,0)
C0M89Y84K0 
(0%,89%,84%,0%)
(0.00/0.89/0.84/0.00)	

CMYK percentages

%0
%89.02
%83.92
%0

Codes

Color #FF1C29 in popluar color models

FF1C29
RGB2552841
HSL357°100.00%55.49%
HSB/HSV357°89.02%100.00%
CMYK0.00%89.02%83.92%
0.00%

Color #FF1C29 in popluar number systems.

HEXFF1C29
Decimal2552841
Binary1111111111100101001
Octal3773451

Shades and tints

Shades of #FF1C29

#FF1C29
(255,28,41)
#E81A26
(232,26,38)
#D11823
(209,24,35)
#BA1620
(186,22,32)
#A3141D
(163,20,29)
#8C121A
(140,18,26)
#751017
(117,16,23)
#5E0E14
(94,14,20)
#470C11
(71,12,17)
#300A0E
(48,10,14)
#19080B
(25,8,11)
#000000
(0,0,0)

Tints of #FF1C29

#FF1C29
(255,28,41)
#FF303C
(255,48,60)
#FF444F
(255,68,79)
#FF5862
(255,88,98)
#FF6C75
(255,108,117)
#FF8088
(255,128,136)
#FF949B
(255,148,155)
#FFA8AE
(255,168,174)
#FFBCC1
(255,188,193)
#FFD0D4
(255,208,212)
#FFE4E7
(255,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF1C29 color. Also use rgb(255,28,41) instead hex code.

Text Font Color

.myTextColor { color: #FF1C29; }

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

This text font color is #FF1C29.


Background Color

.myBgColor { background-color: #FF1C29; }

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

This div background color is #FF1C29.


Border color

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

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

This div border color is #FF1C29.


Opacity

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

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

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

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

This text has shadow with #FF1C29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF1C29 on black background.


Color preview on white background

This text has color #FF1C29 on white background.



Black color preview on #FF1C29 background

This text has black color on #FF1C29 background.


White color preview on #FF1C29 background

This text has white color on #FF1C29 background.