Color Hex Logo

#fb151d Color Hex

#FB151D
(251,21,29)
0 Favorites   0 Comments

Color spaces of #fb151d

RGB 2512129
HSL0.990.970.53
HSV358°92°98°
CMYK 0.000.920.88   0.02
XYZ40.273621.13433.1191
Yxy21.13430.62410.3275
Hunter Lab45.972175.923028.1577
CIE-Lab53.096277.718557.9358

#fb151d color RGB value is (251,21,29).

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

The process color (four color CMYK) of #fb151d color hex is 0.00, 0.92, 0.88, 0.02. Web safe color of #fb151d is #ff0033. Color #fb151d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010101 00011101
Octal 373 25 35
Decimal 251 21 29
Hex FB 15 1D

RGB Percentages of Color #fb151d

%83.39
%6.98
%9.63

CMYK Percentages of Color #fb151d

%0
%92
%88
%2

Triadic Colors of #fb151d

#fb151d #1dfb15 #151dfb

Analogous Colors of #fb151d

#fb151d #fb8015 #fb1590

Monochromatic Colors of #fb151d

#fb151d

Complementary Color

#fb151d #15fbf3

#fb151d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb151d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb151d Color CSS Codes

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

#fb151d Text Font Color

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

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


#fb151d Background Color

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

This div background color is #fb151d


#fb151d Border Color

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

This div border color is #fb151d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb151d


Comments

No comments written yet.

Please login to write comment.