Color Hex Logo

#fc0815 Color Hex

#FC0815
(252,8,21)
0 Favorites   0 Comments

Color spaces of #fc0815

RGB 252821
HSL0.990.980.51
HSV357°97°99°
CMYK 0.000.970.92   0.01
XYZ40.367120.92332.6205
Yxy20.92330.63160.3274
Hunter Lab45.742077.476928.6227
CIE-Lab52.865479.003360.9898

#fc0815 color RGB value is (252,8,21).

#fc0815 hex color red value is 252, green value is 8 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #fc0815 hue: 0.99 , saturation: 0.98 and the lightness value of fc0815 is 0.51.

The process color (four color CMYK) of #fc0815 color hex is 0.00, 0.97, 0.92, 0.01. Web safe color of #fc0815 is #ff0000. Color #fc0815 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00001000 00010101
Octal 374 10 25
Decimal 252 8 21
Hex FC 8 15

RGB Percentages of Color #fc0815

%89.68
%2.85
%7.47

CMYK Percentages of Color #fc0815

%0
%97
%92
%1

Triadic Colors of #fc0815

#fc0815 #15fc08 #0815fc

Analogous Colors of #fc0815

#fc0815 #fc7508 #fc088f

Monochromatic Colors of #fc0815

#fc0815

Complementary Color

#fc0815 #08fcef

#fc0815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0815 Color CSS Codes

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

#fc0815 Text Font Color

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

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


#fc0815 Background Color

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

This div background color is #fc0815


#fc0815 Border Color

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

This div border color is #fc0815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0815

Related Colors


Comments

No comments written yet.

Please login to write comment.