Color Hex Logo

#fc252d Color Hex

#FC252D
(252,37,45)
0 Favorites   0 Comments

Color spaces of #fc252d

RGB 2523745
HSL0.990.970.57
HSV358°85°99°
CMYK 0.000.850.82   0.01
XYZ41.280122.20804.5935
Yxy22.20800.60630.3262
Hunter Lab47.125473.890127.2085
CIE-Lab54.247075.860751.4917

#fc252d color RGB value is (252,37,45).

#fc252d hex color red value is 252, green value is 37 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #fc252d hue: 0.99 , saturation: 0.97 and the lightness value of fc252d is 0.57.

The process color (four color CMYK) of #fc252d color hex is 0.00, 0.85, 0.82, 0.01. Web safe color of #fc252d is #ff3333. Color #fc252d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100101 00101101
Octal 374 45 55
Decimal 252 37 45
Hex FC 25 2D

RGB Percentages of Color #fc252d

%75.45
%11.08
%13.47

CMYK Percentages of Color #fc252d

%0
%85
%82
%1

Triadic Colors of #fc252d

#fc252d #2dfc25 #252dfc

Analogous Colors of #fc252d

#fc252d #fc8925 #fc2599

Monochromatic Colors of #fc252d

#fc252d

Complementary Color

#fc252d #25fcf4

#fc252d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc252d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc252d Color CSS Codes

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

#fc252d Text Font Color

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

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


#fc252d Background Color

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

This div background color is #fc252d


#fc252d Border Color

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

This div border color is #fc252d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc252d

Related Colors


Comments

No comments written yet.

Please login to write comment.