color codes Logo

#fe1b1f color codes

#FE1B1F
(254,27,31)
0 Favorites   0 Comments

Color spaces of #fe1b1f

RGB 2542731
HSL1.000.990.55
HSV359°89°100°
CMYK 0.000.890.88   0.00
XYZ41.512321.95363.3459
Yxy21.95360.62130.3286
Hunter Lab46.854776.151828.5644
CIE-Lab53.977777.730058.0071

#fe1b1f color RGB value is (254,27,31).

#fe1b1f hex color red value is 254, green value is 27 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fe1b1f hue: 1.00 , saturation: 0.99 and the lightness value of fe1b1f is 0.55.

The process color (four color CMYK) of #fe1b1f color code is 0.00, 0.89, 0.88, 0.00. Web safe color of #fe1b1f is #ff3333. Color #fe1b1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011011 00011111
Octal 376 33 37
Decimal 254 27 31
Hex FE 1B 1F

RGB Percentages of Color #fe1b1f

%81.41
%8.65
%9.94

CMYK Percentages of Color #fe1b1f

%0
%89
%88
%0

Triadic Colors of #fe1b1f

#fe1b1f #1ffe1b #1b1ffe

Analogous Colors of #fe1b1f

#fe1b1f #fe891b #fe1b91

Monochromatic Colors of #fe1b1f

#fe1b1f

Complementary Color

#fe1b1f #1bfefa

#fe1b1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe1b1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe1b1f Color CSS Codes

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

#fe1b1f Text Font Color

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

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


#fe1b1f Background Color

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

This div background color is #fe1b1f


#fe1b1f Border Color

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

This div border color is #fe1b1f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,27,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fe1b1f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fe1b1f;
  -webkit-box-shadow: 1px 1px 3px 2px #fe1b1f;
  box-shadow:         1px 1px 3px 2px #fe1b1f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,27,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe1b1f

Related Colors


Comments

No comments written yet.

Please login to write comment.