Color Hex Logo

#fc272f Color Hex

#FC272F
(252,39,47)
0 Favorites   0 Comments

Color spaces of #fc272f

RGB 2523947
HSL0.990.970.57
HSV358°85°99°
CMYK 0.000.850.81   0.01
XYZ41.383522.35174.8225
Yxy22.35170.60360.3260
Hunter Lab47.277673.510727.0465
CIE-Lab54.398275.525050.6141

#fc272f color RGB value is (252,39,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100111 00101111
Octal 374 47 57
Decimal 252 39 47
Hex FC 27 2F

RGB Percentages of Color #fc272f

%74.56
%11.54
%13.91

CMYK Percentages of Color #fc272f

%0
%85
%81
%1

Triadic Colors of #fc272f

#fc272f #2ffc27 #272ffc

Analogous Colors of #fc272f

#fc272f #fc8a27 #fc279a

Monochromatic Colors of #fc272f

#fc272f

Complementary Color

#fc272f #27fcf4

#fc272f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc272f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc272f Color CSS Codes

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

#fc272f Text Font Color

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

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


#fc272f Background Color

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

This div background color is #fc272f


#fc272f Border Color

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

This div border color is #fc272f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc272f

Related Colors

#fc272f Color Palettes


Comments

No comments written yet.

Please login to write comment.