Color Hex Logo

#fb291d Color Hex

#FB291D
(251,41,29)
0 Favorites   0 Comments

Color spaces of #fb291d

RGB 2514129
HSL0.010.970.55
HSV88°98°
CMYK 0.000.840.88   0.02
XYZ40.798422.18383.2940
Yxy22.18380.61560.3347
Hunter Lab47.099772.194728.8232
CIE-Lab54.221574.492258.7529

#fb291d color RGB value is (251,41,29).

#fb291d hex color red value is 251, green value is 41 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #fb291d hue: 0.01 , saturation: 0.97 and the lightness value of fb291d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00101001 00011101
Octal 373 51 35
Decimal 251 41 29
Hex FB 29 1D

RGB Percentages of Color #fb291d

%78.19
%12.77
%9.03

CMYK Percentages of Color #fb291d

%0
%84
%88
%2

Triadic Colors of #fb291d

#fb291d #1dfb29 #291dfb

Analogous Colors of #fb291d

#fb291d #fb981d #fb1d80

Monochromatic Colors of #fb291d

#fb291d

Complementary Color

#fb291d #1deffb

#fb291d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb291d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb291d Color CSS Codes

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

#fb291d Text Font Color

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

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


#fb291d Background Color

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

This div background color is #fb291d


#fb291d Border Color

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

This div border color is #fb291d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb291d


Comments

No comments written yet.

Please login to write comment.