Color Hex Logo

#fc021b Color Hex

#FC021B
(252,2,27)
0 Favorites   0 Comments

Color spaces of #fc021b

RGB 252227
HSL0.980.980.50
HSV354°99°99°
CMYK 0.000.990.89   0.01
XYZ40.364420.81802.9277
Yxy20.81800.62960.3247
Hunter Lab45.626778.066028.1343
CIE-Lab52.749779.493758.6167

#fc021b color RGB value is (252,2,27).

#fc021b hex color red value is 252, green value is 2 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #fc021b hue: 0.98 , saturation: 0.98 and the lightness value of fc021b is 0.50.

The process color (four color CMYK) of #fc021b color hex is 0.00, 0.99, 0.89, 0.01. Web safe color of #fc021b is #ff0033. Color #fc021b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000010 00011011
Octal 374 2 33
Decimal 252 2 27
Hex FC 2 1B

RGB Percentages of Color #fc021b

%89.68
%0.71
%9.61

CMYK Percentages of Color #fc021b

%0
%99
%89
%1

Triadic Colors of #fc021b

#fc021b #1bfc02 #021bfc

Analogous Colors of #fc021b

#fc021b #fc6602 #fc0298

Monochromatic Colors of #fc021b

#fc021b

Complementary Color

#fc021b #02fce3

#fc021b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc021b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc021b Color CSS Codes

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

#fc021b Text Font Color

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

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


#fc021b Background Color

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

This div background color is #fc021b


#fc021b Border Color

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

This div border color is #fc021b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc021b

Related Colors


Comments

No comments written yet.

Please login to write comment.