color codes Logo

#fe121c color codes

#FE121C
(254,18,28)
0 Favorites   0 Comments

Color spaces of #fe121c

RGB 2541828
HSL0.990.990.53
HSV357°93°100°
CMYK 0.000.930.89   0.00
XYZ41.299021.58733.0887
Yxy21.58730.62600.3272
Hunter Lab46.462177.355328.5820
CIE-Lab53.586478.766158.9804

#fe121c color RGB value is (254,18,28).

#fe121c hex color red value is 254, green value is 18 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #fe121c hue: 0.99 , saturation: 0.99 and the lightness value of fe121c is 0.53.

The process color (four color CMYK) of #fe121c color code is 0.00, 0.93, 0.89, 0.00. Web safe color of #fe121c is #ff0033. Color #fe121c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010010 00011100
Octal 376 22 34
Decimal 254 18 28
Hex FE 12 1C

RGB Percentages of Color #fe121c

%84.67
%6.00
%9.33

CMYK Percentages of Color #fe121c

%0
%93
%89
%0

Triadic Colors of #fe121c

#fe121c #1cfe12 #121cfe

Analogous Colors of #fe121c

#fe121c #fe7e12 #fe1292

Monochromatic Colors of #fe121c

#fe121c

Complementary Color

#fe121c #12fef4

#fe121c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe121c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe121c Color CSS Codes

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

#fe121c Text Font Color

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

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


#fe121c Background Color

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

This div background color is #fe121c


#fe121c Border Color

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

This div border color is #fe121c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe121c


Comments

No comments written yet.

Please login to write comment.