Color Hex Logo

#fb292f Color Hex

#FB292F
(251,41,47)
0 Favorites   0 Comments

Color spaces of #fb292f

RGB 2514147
HSL1.000.960.57
HSV358°84°98°
CMYK 0.000.840.81   0.02
XYZ41.089722.30034.8281
Yxy22.30030.60230.3269
Hunter Lab47.223272.675326.9944
CIE-Lab54.344274.858850.4936

#fb292f color RGB value is (251,41,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00101001 00101111
Octal 373 51 57
Decimal 251 41 47
Hex FB 29 2F

RGB Percentages of Color #fb292f

%74.04
%12.09
%13.86

CMYK Percentages of Color #fb292f

%0
%84
%81
%2

Triadic Colors of #fb292f

#fb292f #2ffb29 #292ffb

Analogous Colors of #fb292f

#fb292f #fb8c29 #fb2998

Monochromatic Colors of #fb292f

#fb292f

Complementary Color

#fb292f #29fbf5

#fb292f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb292f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb292f Color CSS Codes

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

#fb292f Text Font Color

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

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


#fb292f Background Color

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

This div background color is #fb292f


#fb292f Border Color

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

This div border color is #fb292f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb292f

Related Colors


Comments

No comments written yet.

Please login to write comment.