Color spaces of #fc224d
RGB | 252 | 34 | 77 |
---|---|---|---|
HSL | 0.97 | 0.97 | 0.56 |
HSV | 348° | 87° | 99° |
CMYK | 0.00 | 0.87 | 0.69 0.01 |
XYZ | 42.0565 | 22.3753 | 9.1234 |
Yxy | 22.3753 | 0.5718 | 0.3042 |
Hunter Lab | 47.3025 | 75.9242 | 21.6763 |
CIE-Lab | 54.4230 | 77.4615 | 33.9013 |
#fc224d color RGB value is (252,34,77).
#fc224d hex color red value is 252, green value is 34 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #fc224d hue: 0.97 , saturation: 0.97 and the lightness value of fc224d is 0.56.
The process color (four color CMYK) of #fc224d color hex is 0.00, 0.87, 0.69, 0.01. Web safe color of #fc224d is #ff3366. Color #fc224d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 00100010 | 01001101 |
Octal | 374 | 42 | 115 |
Decimal | 252 | 34 | 77 |
Hex | FC | 22 | 4D |
Shades of #fc224d
Tints of #fc224d
RGB Percentages of Color #fc224d
CMYK Percentages of Color #fc224d
Complementary Color
#fc224d | #22fcd1 |
#fc224d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc224d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc224d Color CSS Codes
.mybgcolor {background-color:#fc224d; } .myforecolor {color:#fc224d; } .mybordercolor {border:3px solid #fc224d; }
#fc224d Text Font Color
<p style="color:#fc224d">Text here</p>
This sample text font color is #fc224d
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.
#fc224d Background Color
<div style="background-color:#fc224d">
Div content here</div>
This div background color is #fc224d
#fc224d Border Color
<div style="border:3px solid #fc224d">
Div here</div>
This div border color is #fc224d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,34,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc224d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc224d; -webkit-box-shadow: 1px 1px 3px 2px #fc224d; box-shadow: 1px 1px 3px 2px #fc224d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,34,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc224d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc224d; -webkit-box-shadow: 1px 1px 3px 2px #fc224d; box-shadow: 1px 1px 3px 2px #fc224d;">
Div content here</div>
This div box has shadow with color #fc224d
Comments
No comments written yet.
Please login to write comment.