Color Hex Logo

#fb212e Color Hex

#FB212E
(251,33,46)
0 Favorites   0 Comments

Color spaces of #fb212e

RGB 2513346
HSL0.990.960.56
HSV356°87°98°
CMYK 0.000.870.82   0.02
XYZ40.820721.79424.6400
Yxy21.79420.60700.3241
Hunter Lab46.684374.382926.7861
CIE-Lab53.808076.343350.5006

#fb212e color RGB value is (251,33,46).

#fb212e hex color red value is 251, green value is 33 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fb212e hue: 0.99 , saturation: 0.96 and the lightness value of fb212e is 0.56.

The process color (four color CMYK) of #fb212e color hex is 0.00, 0.87, 0.82, 0.02. Web safe color of #fb212e is #ff3333. Color #fb212e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100001 00101110
Octal 373 41 56
Decimal 251 33 46
Hex FB 21 2E

RGB Percentages of Color #fb212e

%76.06
%10.00
%13.94

CMYK Percentages of Color #fb212e

%0
%87
%82
%2

Triadic Colors of #fb212e

#fb212e #2efb21 #212efb

Analogous Colors of #fb212e

#fb212e #fb8121 #fb219b

Monochromatic Colors of #fb212e

#fb212e

Complementary Color

#fb212e #21fbee

#fb212e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb212e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb212e Color CSS Codes

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

#fb212e Text Font Color

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

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


#fb212e Background Color

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

This div background color is #fb212e


#fb212e Border Color

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

This div border color is #fb212e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb212e


Comments

No comments written yet.

Please login to write comment.