Color Hex Logo

#fb1731 Color Hex

#FB1731
(251,23,49)
0 Favorites   0 Comments

Color spaces of #fb1731

RGB 2512349
HSL0.980.970.54
HSV353°91°98°
CMYK 0.000.910.80   0.02
XYZ40.644421.34384.8833
Yxy21.34380.60780.3192
Hunter Lab46.199476.188526.0726
CIE-Lab53.323777.886648.4654

#fb1731 color RGB value is (251,23,49).

#fb1731 hex color red value is 251, green value is 23 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #fb1731 hue: 0.98 , saturation: 0.97 and the lightness value of fb1731 is 0.54.

The process color (four color CMYK) of #fb1731 color hex is 0.00, 0.91, 0.80, 0.02. Web safe color of #fb1731 is #ff0033. Color #fb1731 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010111 00110001
Octal 373 27 61
Decimal 251 23 49
Hex FB 17 31

RGB Percentages of Color #fb1731

%77.71
%7.12
%15.17

CMYK Percentages of Color #fb1731

%0
%91
%80
%2

Triadic Colors of #fb1731

#fb1731 #31fb17 #1731fb

Analogous Colors of #fb1731

#fb1731 #fb6f17 #fb17a3

Monochromatic Colors of #fb1731

#fb1731

Complementary Color

#fb1731 #17fbe1

#fb1731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb1731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb1731 Color CSS Codes

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

#fb1731 Text Font Color

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

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


#fb1731 Background Color

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

This div background color is #fb1731


#fb1731 Border Color

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

This div border color is #fb1731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb1731


Comments

No comments written yet.

Please login to write comment.