COLOR #FA0C1D

HEX: #FA0C1D
RGB: (250,12,29)

Color info

#FA0C1D contains mainly red color. Web safe color of #FA0C1D is #FF0033 (or #F03).

RGB color model

#FA0C1D color RGB value is (250,12,29).

  • red value is 250;
  • green value is 12;
  • blue value is 29.
RGB:
(250,12,29)
(98%,5%,11%)

RGB channels and saturation

R 250 of 255 = 98%
G 12 of 255 = 5%
B 29 of 255 = 11%

250
12
29

R + G + B ~ 38%. #FA0C1D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
250 + 12 + 29 = 291 (100%)
R 250 of 291 ~ 85.91%
G 12 of 291 ~ 4.12%
B 29 of 291 ~ 9.97%

%85.91
%9.97

CMYK color model

#FA0C1D color CMYK value is (0,95,88,2).

  • cyan value is 0.00%
  • magenta value is 95.20%
  • yellow value is 88.40%
  • key color value is 1.96%
CMYK:
(0,95,88,2)
C0M95Y88K2 
(0%,95%,88%,2%)
(0.00/0.95/0.88/0.02)	

CMYK percentages

%0
%95.2
%88.4
%1.96

Codes

Color #FA0C1D in popluar color models

FA0C1D
RGB2501229
HSL356°95.97%51.37%
HSB/HSV356°95.20%98.04%
CMYK0.00%95.20%88.40%
1.96%

Color #FA0C1D in popluar number systems.

HEXFA0C1D
Decimal2501229
Binary11111010110011101
Octal3721435

Shades and tints

Shades of #FA0C1D

#FA0C1D
(250,12,29)
#E40B1B
(228,11,27)
#CE0A19
(206,10,25)
#B80917
(184,9,23)
#A20815
(162,8,21)
#8C0713
(140,7,19)
#760611
(118,6,17)
#60050F
(96,5,15)
#4A040D
(74,4,13)
#34030B
(52,3,11)
#1E0209
(30,2,9)
#000000
(0,0,0)

Tints of #FA0C1D

#FA0C1D
(250,12,29)
#FA2231
(250,34,49)
#FA3845
(250,56,69)
#FA4E59
(250,78,89)
#FA646D
(250,100,109)
#FA7A81
(250,122,129)
#FA9095
(250,144,149)
#FAA6A9
(250,166,169)
#FABCBD
(250,188,189)
#FAD2D1
(250,210,209)
#FAE8E5
(250,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA0C1D color. Also use rgb(250,12,29) instead hex code.

Text Font Color

.myTextColor { color: #FA0C1D; }

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

This text font color is #FA0C1D.


Background Color

.myBgColor { background-color: #FA0C1D; }

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

This div background color is #FA0C1D.


Border color

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

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

This div border color is #FA0C1D.


Opacity

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

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

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

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

This text has shadow with #FA0C1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA0C1D on black background.


Color preview on white background

This text has color #FA0C1D on white background.



Black color preview on #FA0C1D background

This text has black color on #FA0C1D background.


White color preview on #FA0C1D background

This text has white color on #FA0C1D background.