Color Hex Logo

#fb141d Color Hex

#FB141D
(251,20,29)
0 Favorites   0 Comments

Color spaces of #fb141d

RGB 2512029
HSL0.990.970.53
HSV358°92°98°
CMYK 0.000.920.88   0.02
XYZ40.255621.09823.1131
Yxy21.09820.62440.3273
Hunter Lab45.932876.055528.1346
CIE-Lab53.056877.832257.9072

#fb141d color RGB value is (251,20,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010100 00011101
Octal 373 24 35
Decimal 251 20 29
Hex FB 14 1D

RGB Percentages of Color #fb141d

%83.67
%6.67
%9.67

CMYK Percentages of Color #fb141d

%0
%92
%88
%2

Triadic Colors of #fb141d

#fb141d #1dfb14 #141dfb

Analogous Colors of #fb141d

#fb141d #fb7f14 #fb1491

Monochromatic Colors of #fb141d

#fb141d

Complementary Color

#fb141d #14fbf2

#fb141d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb141d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb141d Color CSS Codes

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

#fb141d Text Font Color

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

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


#fb141d Background Color

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

This div background color is #fb141d


#fb141d Border Color

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

This div border color is #fb141d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb141d


Comments

No comments written yet.

Please login to write comment.