Color Hex Logo

#fc133b Color Hex

#FC133B
(252,19,59)
0 Favorites   0 Comments

Color spaces of #fc133b

RGB 2521959
HSL0.970.970.53
HSV350°92°99°
CMYK 0.000.920.77   0.01
XYZ41.167221.47706.1134
Yxy21.47700.59870.3124
Hunter Lab46.343377.462624.6190
CIE-Lab53.467678.874643.1879

#fc133b color RGB value is (252,19,59).

#fc133b hex color red value is 252, green value is 19 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #fc133b hue: 0.97 , saturation: 0.97 and the lightness value of fc133b is 0.53.

The process color (four color CMYK) of #fc133b color hex is 0.00, 0.92, 0.77, 0.01. Web safe color of #fc133b is #ff0033. Color #fc133b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010011 00111011
Octal 374 23 73
Decimal 252 19 59
Hex FC 13 3B

RGB Percentages of Color #fc133b

%76.36
%5.76
%17.88

CMYK Percentages of Color #fc133b

%0
%92
%77
%1

Triadic Colors of #fc133b

#fc133b #3bfc13 #133bfc

Analogous Colors of #fc133b

#fc133b #fc6013 #fc13b0

Monochromatic Colors of #fc133b

#fc133b

Complementary Color

#fc133b #13fcd4

#fc133b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc133b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc133b Color CSS Codes

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

#fc133b Text Font Color

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

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


#fc133b Background Color

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

This div background color is #fc133b


#fc133b Border Color

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

This div border color is #fc133b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,19,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc133b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc133b;
  -webkit-box-shadow: 1px 1px 3px 2px #fc133b;
  box-shadow:         1px 1px 3px 2px #fc133b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,19,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc133b

Related Colors


Comments

No comments written yet.

Please login to write comment.