Color Hex Logo

#fb141c Color Hex

#FB141C
(251,20,28)
0 Favorites   0 Comments

Color spaces of #fb141c

RGB 2512028
HSL0.990.970.53
HSV358°92°98°
CMYK 0.000.920.89   0.02
XYZ40.243421.09343.0490
Yxy21.09340.62500.3276
Hunter Lab45.927676.035028.2132
CIE-Lab53.051677.816858.3208

#fb141c color RGB value is (251,20,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010100 00011100
Octal 373 24 34
Decimal 251 20 28
Hex FB 14 1C

RGB Percentages of Color #fb141c

%83.95
%6.69
%9.36

CMYK Percentages of Color #fb141c

%0
%92
%89
%2

Triadic Colors of #fb141c

#fb141c #1cfb14 #141cfb

Analogous Colors of #fb141c

#fb141c #fb8014 #fb1490

Monochromatic Colors of #fb141c

#fb141c

Complementary Color

#fb141c #14fbf3

#fb141c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb141c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb141c Color CSS Codes

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

#fb141c Text Font Color

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

This sample text font color is #fb141c
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.


#fb141c Background Color

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

This div background color is #fb141c


#fb141c Border Color

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

This div border color is #fb141c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,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 #fb141c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb141c


Comments

No comments written yet.

Please login to write comment.