Color Hex Logo

#fa141c Color Hex

#FA141C
(250,20,28)
0 Favorites   0 Comments

Color spaces of #fa141c

RGB 2502028
HSL0.990.960.53
HSV358°92°98°
CMYK 0.000.920.89   0.02
XYZ39.884120.90813.0322
Yxy20.90810.62490.3276
Hunter Lab45.725475.677828.0760
CIE-Lab52.848877.570258.0829

#fa141c color RGB value is (250,20,28).

#fa141c hex color red value is 250, green value is 20 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #fa141c hue: 0.99 , saturation: 0.96 and the lightness value of fa141c is 0.53.

The process color (four color CMYK) of #fa141c color hex is 0.00, 0.92, 0.89, 0.02. Web safe color of #fa141c is #ff0033. Color #fa141c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010100 00011100
Octal 372 24 34
Decimal 250 20 28
Hex FA 14 1C

RGB Percentages of Color #fa141c

%83.89
%6.71
%9.40

CMYK Percentages of Color #fa141c

%0
%92
%89
%2

Triadic Colors of #fa141c

#fa141c #1cfa14 #141cfa

Analogous Colors of #fa141c

#fa141c #fa7f14 #fa148f

Monochromatic Colors of #fa141c

#fa141c

Complementary Color

#fa141c #14faf2

#fa141c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa141c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa141c Color CSS Codes

.mybgcolor {background-color:#fa141c; } 
.myforecolor {color:#fa141c; }
.mybordercolor {border:3px solid #fa141c; }

#fa141c Text Font Color

<p style="color:#fa141c">Text here</p>

This sample text font color is #fa141c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fa141c Background Color

<div style="background-color:#fa141c">
Div content here</div>

This div background color is #fa141c


#fa141c Border Color

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

This div border color is #fa141c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,20,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fa141c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fa141c;
  -webkit-box-shadow: 1px 1px 3px 2px #fa141c;
  box-shadow:         1px 1px 3px 2px #fa141c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,20,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fa141c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fa141c;
  -webkit-box-shadow: 1px 1px 3px 2px #fa141c;
  box-shadow:         1px 1px 3px 2px #fa141c;">
Div content here</div>

This div box has shadow with color #fa141c


Comments

No comments written yet.

Please login to write comment.