Color Hex Logo

#fb122d Color Hex

#FB122D
(251,18,45)
0 Favorites   0 Comments

Color spaces of #fb122d

RGB 2511845
HSL0.980.970.53
HSV353°93°98°
CMYK 0.000.930.82   0.02
XYZ40.473621.13134.4282
Yxy21.13130.61290.3200
Hunter Lab45.968876.716426.4667
CIE-Lab53.092978.353250.3472

#fb122d color RGB value is (251,18,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010010 00101101
Octal 373 22 55
Decimal 251 18 45
Hex FB 12 2D

RGB Percentages of Color #fb122d

%79.94
%5.73
%14.33

CMYK Percentages of Color #fb122d

%0
%93
%82
%2

Triadic Colors of #fb122d

#fb122d #2dfb12 #122dfb

Analogous Colors of #fb122d

#fb122d #fb6c12 #fb12a2

Monochromatic Colors of #fb122d

#fb122d

Complementary Color

#fb122d #12fbe0

#fb122d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb122d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb122d Color CSS Codes

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

#fb122d Text Font Color

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

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


#fb122d Background Color

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

This div background color is #fb122d


#fb122d Border Color

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

This div border color is #fb122d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb122d


Comments

No comments written yet.

Please login to write comment.