COLOR #FD1B1A

HEX: #FD1B1A
RGB: (253,27,26)

Color info

#FD1B1A contains mainly red color. Web safe color of #FD1B1A is #FF3300 (or #F30).

RGB color model

#FD1B1A color RGB value is (253,27,26).

  • red value is 253;
  • green value is 27;
  • blue value is 26.
RGB:
(253,27,26)
(99%,11%,10%)

RGB channels and saturation

R 253 of 255 = 99%
G 27 of 255 = 11%
B 26 of 255 = 10%

253
27
26

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

Portions of RGB colors in percentages

R + G + B =
253 + 27 + 26 = 306 (100%)
R 253 of 306 ~ 82.68%
G 27 of 306 ~ 8.82%
B 26 of 306 ~ 8.5%

%82.68

CMYK color model

#FD1B1A color CMYK value is (0,89,90,1).

  • cyan value is 0.00%
  • magenta value is 89.33%
  • yellow value is 89.72%
  • key color value is 0.78%
CMYK:
(0,89,90,1)
C0M89Y90K1 
(0%,89%,90%,1%)
(0.00/0.89/0.90/0.01)	

CMYK percentages

%0
%89.33
%89.72
%0.78

Codes

Color #FD1B1A in popluar color models

FD1B1A
RGB2532726
HSL98.27%54.71%
HSB/HSV89.72%99.22%
CMYK0.00%89.33%89.72%
0.78%

Color #FD1B1A in popluar number systems.

HEXFD1B1A
Decimal2532726
Binary111111011101111010
Octal3753332

Shades and tints

Shades of #FD1B1A

#FD1B1A
(253,27,26)
#E61918
(230,25,24)
#CF1716
(207,23,22)
#B81514
(184,21,20)
#A11312
(161,19,18)
#8A1110
(138,17,16)
#730F0E
(115,15,14)
#5C0D0C
(92,13,12)
#450B0A
(69,11,10)
#2E0908
(46,9,8)
#170706
(23,7,6)
#000000
(0,0,0)

Tints of #FD1B1A

#FD1B1A
(253,27,26)
#FD2F2E
(253,47,46)
#FD4342
(253,67,66)
#FD5756
(253,87,86)
#FD6B6A
(253,107,106)
#FD7F7E
(253,127,126)
#FD9392
(253,147,146)
#FDA7A6
(253,167,166)
#FDBBBA
(253,187,186)
#FDCFCE
(253,207,206)
#FDE3E2
(253,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD1B1A color. Also use rgb(253,27,26) instead hex code.

Text Font Color

.myTextColor { color: #FD1B1A; }

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

This text font color is #FD1B1A.


Background Color

.myBgColor { background-color: #FD1B1A; }

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

This div background color is #FD1B1A.


Border color

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

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

This div border color is #FD1B1A.


Opacity

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

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

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

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

This text has shadow with #FD1B1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD1B1A on black background.


Color preview on white background

This text has color #FD1B1A on white background.



Black color preview on #FD1B1A background

This text has black color on #FD1B1A background.


White color preview on #FD1B1A background

This text has white color on #FD1B1A background.