Color spaces of #fc3225
RGB | 252 | 50 | 37 |
---|---|---|---|
HSL | 0.01 | 0.97 | 0.57 |
HSV | 4° | 85° | 99° |
CMYK | 0.00 | 0.80 | 0.85 0.01 |
XYZ | 41.6194 | 23.1102 | 4.0174 |
Yxy | 23.1102 | 0.6054 | 0.3362 |
Hunter Lab | 48.0731 | 70.4090 | 28.6964 |
CIE-Lab | 55.1857 | 72.8494 | 56.1517 |
#fc3225 color RGB value is (252,50,37).
#fc3225 hex color red value is 252, green value is 50 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #fc3225 hue: 0.01 , saturation: 0.97 and the lightness value of fc3225 is 0.57.
The process color (four color CMYK) of #fc3225 color hex is 0.00, 0.80, 0.85, 0.01. Web safe color of #fc3225 is #ff3333. Color #fc3225 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 00110010 | 00100101 |
Octal | 374 | 62 | 45 |
Decimal | 252 | 50 | 37 |
Hex | FC | 32 | 25 |
Shades of #fc3225
Tints of #fc3225
RGB Percentages of Color #fc3225
CMYK Percentages of Color #fc3225
Complementary Color
#fc3225 | #25effc |
#fc3225 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc3225 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc3225 Color CSS Codes
.mybgcolor {background-color:#fc3225; } .myforecolor {color:#fc3225; } .mybordercolor {border:3px solid #fc3225; }
#fc3225 Text Font Color
<p style="color:#fc3225">Text here</p>
This sample text font color is #fc3225
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.
#fc3225 Background Color
<div style="background-color:#fc3225">
Div content here</div>
This div background color is #fc3225
#fc3225 Border Color
<div style="border:3px solid #fc3225">
Div here</div>
This div border color is #fc3225
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,50,37, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc3225; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc3225; -webkit-box-shadow: 1px 1px 3px 2px #fc3225; box-shadow: 1px 1px 3px 2px #fc3225; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,50,37, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc3225">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc3225; -webkit-box-shadow: 1px 1px 3px 2px #fc3225; box-shadow: 1px 1px 3px 2px #fc3225;">
Div content here</div>
This div box has shadow with color #fc3225
Comments
No comments written yet.
Please login to write comment.