Color Hex Logo

#fc183c Color Hex

#FC183C
(252,24,60)
0 Favorites   0 Comments

Color spaces of #fc183c

RGB 2522460
HSL0.970.970.54
HSV351°90°99°
CMYK 0.000.900.76   0.01
XYZ41.287121.67506.2826
Yxy21.67500.59620.3130
Hunter Lab46.556476.823424.5885
CIE-Lab53.680578.324142.8547

#fc183c color RGB value is (252,24,60).

#fc183c hex color red value is 252, green value is 24 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #fc183c hue: 0.97 , saturation: 0.97 and the lightness value of fc183c is 0.54.

The process color (four color CMYK) of #fc183c color hex is 0.00, 0.90, 0.76, 0.01. Web safe color of #fc183c is #ff0033. Color #fc183c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011000 00111100
Octal 374 30 74
Decimal 252 24 60
Hex FC 18 3C

RGB Percentages of Color #fc183c

%75.00
%7.14
%17.86

CMYK Percentages of Color #fc183c

%0
%90
%76
%1

Triadic Colors of #fc183c

#fc183c #3cfc18 #183cfc

Analogous Colors of #fc183c

#fc183c #fc6618 #fc18ae

Monochromatic Colors of #fc183c

#fc183c

Complementary Color

#fc183c #18fcd8

#fc183c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc183c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc183c Color CSS Codes

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

#fc183c Text Font Color

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

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


#fc183c Background Color

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

This div background color is #fc183c


#fc183c Border Color

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

This div border color is #fc183c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc183c


Comments

No comments written yet.

Please login to write comment.