Color Hex Logo

#fc021d Color Hex

#FC021D
(252,2,29)
0 Favorites   0 Comments

Color spaces of #fc021d

RGB 252229
HSL0.980.980.50
HSV354°99°99°
CMYK 0.000.990.88   0.01
XYZ40.388420.82763.0538
Yxy20.82760.62840.3241
Hunter Lab45.637378.105027.9787
CIE-Lab52.760379.522757.7868

#fc021d color RGB value is (252,2,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000010 00011101
Octal 374 2 35
Decimal 252 2 29
Hex FC 2 1D

RGB Percentages of Color #fc021d

%89.05
%0.71
%10.25

CMYK Percentages of Color #fc021d

%0
%99
%88
%1

Triadic Colors of #fc021d

#fc021d #1dfc02 #021dfc

Analogous Colors of #fc021d

#fc021d #fc6402 #fc029a

Monochromatic Colors of #fc021d

#fc021d

Complementary Color

#fc021d #02fce1

#fc021d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc021d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc021d Color CSS Codes

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

#fc021d Text Font Color

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

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


#fc021d Background Color

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

This div background color is #fc021d


#fc021d Border Color

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

This div border color is #fc021d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc021d

Related Colors


Comments

No comments written yet.

Please login to write comment.