Color Hex Logo

#fb292d Color Hex

#FB292D
(251,41,45)
0 Favorites   0 Comments

Color spaces of #fb292d

RGB 2514145
HSL1.000.960.57
HSV359°84°98°
CMYK 0.000.840.82   0.02
XYZ41.050322.28464.6204
Yxy22.28460.60410.3279
Hunter Lab47.206672.610127.2415
CIE-Lab54.327774.809151.4951

#fb292d color RGB value is (251,41,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00101001 00101101
Octal 373 51 55
Decimal 251 41 45
Hex FB 29 2D

RGB Percentages of Color #fb292d

%74.48
%12.17
%13.35

CMYK Percentages of Color #fb292d

%0
%84
%82
%2

Triadic Colors of #fb292d

#fb292d #2dfb29 #292dfb

Analogous Colors of #fb292d

#fb292d #fb8e29 #fb2996

Monochromatic Colors of #fb292d

#fb292d

Complementary Color

#fb292d #29fbf7

#fb292d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb292d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb292d Color CSS Codes

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

#fb292d Text Font Color

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

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


#fb292d Background Color

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

This div background color is #fb292d


#fb292d Border Color

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

This div border color is #fb292d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb292d


Comments

No comments written yet.

Please login to write comment.