Color Hex Logo

#fb292c Color Hex

#FB292C
(251,41,44)
0 Favorites   0 Comments

Color spaces of #fb292c

RGB 2514144
HSL1.000.960.57
HSV359°84°98°
CMYK 0.000.840.82   0.02
XYZ41.031222.27704.5202
Yxy22.27700.60490.3284
Hunter Lab47.198572.578427.3608
CIE-Lab54.319774.784951.9893

#fb292c color RGB value is (251,41,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00101001 00101100
Octal 373 51 54
Decimal 251 41 44
Hex FB 29 2C

RGB Percentages of Color #fb292c

%74.70
%12.20
%13.10

CMYK Percentages of Color #fb292c

%0
%84
%82
%2

Triadic Colors of #fb292c

#fb292c #2cfb29 #292cfb

Analogous Colors of #fb292c

#fb292c #fb8f29 #fb2995

Monochromatic Colors of #fb292c

#fb292c

Complementary Color

#fb292c #29fbf8

#fb292c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb292c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb292c Color CSS Codes

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

#fb292c Text Font Color

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

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


#fb292c Background Color

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

This div background color is #fb292c


#fb292c Border Color

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

This div border color is #fb292c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb292c


Comments

No comments written yet.

Please login to write comment.