Color Hex Logo

#fb372e Color Hex

#FB372E
(251,55,46)
0 Favorites   0 Comments

Color spaces of #fb372e

RGB 2515546
HSL0.010.960.58
HSV82°98°
CMYK 0.000.780.82   0.02
XYZ41.643023.43894.9141
Yxy23.43890.59490.3349
Hunter Lab48.413768.812527.8716
CIE-Lab55.521671.473352.1057

#fb372e color RGB value is (251,55,46).

#fb372e hex color red value is 251, green value is 55 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fb372e hue: 0.01 , saturation: 0.96 and the lightness value of fb372e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110111 00101110
Octal 373 67 56
Decimal 251 55 46
Hex FB 37 2E

RGB Percentages of Color #fb372e

%71.31
%15.63
%13.07

CMYK Percentages of Color #fb372e

%0
%78
%82
%2

Triadic Colors of #fb372e

#fb372e #2efb37 #372efb

Analogous Colors of #fb372e

#fb372e #fb9e2e #fb2e8c

Monochromatic Colors of #fb372e

#fb372e

Complementary Color

#fb372e #2ef2fb

#fb372e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb372e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb372e Color CSS Codes

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

#fb372e Text Font Color

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

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


#fb372e Background Color

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

This div background color is #fb372e


#fb372e Border Color

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

This div border color is #fb372e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb372e


Comments

No comments written yet.

Please login to write comment.