Color Hex Logo

#fb112d Color Hex

#FB112D
(251,17,45)
0 Favorites   0 Comments

Color spaces of #fb112d

RGB 2511745
HSL0.980.970.53
HSV353°93°98°
CMYK 0.000.930.82   0.02
XYZ40.457821.09964.4229
Yxy21.09960.61320.3198
Hunter Lab45.934376.833426.4451
CIE-Lab53.058378.453250.3151

#fb112d color RGB value is (251,17,45).

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

The process color (four color CMYK) of #fb112d color hex is 0.00, 0.93, 0.82, 0.02. Web safe color of #fb112d is #ff0033. Color #fb112d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010001 00101101
Octal 373 21 55
Decimal 251 17 45
Hex FB 11 2D

RGB Percentages of Color #fb112d

%80.19
%5.43
%14.38

CMYK Percentages of Color #fb112d

%0
%93
%82
%2

Triadic Colors of #fb112d

#fb112d #2dfb11 #112dfb

Analogous Colors of #fb112d

#fb112d #fb6a11 #fb11a2

Monochromatic Colors of #fb112d

#fb112d

Complementary Color

#fb112d #11fbdf

#fb112d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb112d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb112d Color CSS Codes

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

#fb112d Text Font Color

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

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


#fb112d Background Color

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

This div background color is #fb112d


#fb112d Border Color

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

This div border color is #fb112d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb112d


Comments

No comments written yet.

Please login to write comment.