Color Hex Logo

#fb292a Color Hex

#FB292A
(251,41,42)
0 Favorites   0 Comments

Color spaces of #fb292a

RGB 2514142
HSL1.000.960.57
HSV360°84°98°
CMYK 0.000.840.83   0.02
XYZ40.994522.26234.3269
Yxy22.26230.60660.3294
Hunter Lab47.182972.518127.5909
CIE-Lab54.304274.738952.9642

#fb292a color RGB value is (251,41,42).

#fb292a hex color red value is 251, green value is 41 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #fb292a hue: 1.00 , saturation: 0.96 and the lightness value of fb292a is 0.57.

The process color (four color CMYK) of #fb292a color hex is 0.00, 0.84, 0.83, 0.02. Web safe color of #fb292a is #ff3333. Color #fb292a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00101001 00101010
Octal 373 51 52
Decimal 251 41 42
Hex FB 29 2A

RGB Percentages of Color #fb292a

%75.15
%12.28
%12.57

CMYK Percentages of Color #fb292a

%0
%84
%83
%2

Triadic Colors of #fb292a

#fb292a #2afb29 #292afb

Analogous Colors of #fb292a

#fb292a #fb9129 #fb2993

Monochromatic Colors of #fb292a

#fb292a

Complementary Color

#fb292a #29fbfa

#fb292a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb292a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb292a Color CSS Codes

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

#fb292a Text Font Color

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

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


#fb292a Background Color

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

This div background color is #fb292a


#fb292a Border Color

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

This div border color is #fb292a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb292a


Comments

No comments written yet.

Please login to write comment.