Color spaces of #df223f
RGB | 223 | 34 | 63 |
---|---|---|---|
HSL | 0.97 | 0.75 | 0.50 |
HSV | 351° | 85° | 87° |
CMYK | 0.00 | 0.85 | 0.72 0.13 |
XYZ | 31.9007 | 17.1909 | 6.3395 |
Yxy | 17.1909 | 0.5755 | 0.3101 |
Hunter Lab | 41.4619 | 64.7792 | 19.9579 |
CIE-Lab | 48.4997 | 69.4595 | 33.6897 |
#df223f color RGB value is (223,34,63).
#df223f hex color red value is 223, green value is 34 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #df223f hue: 0.97 , saturation: 0.75 and the lightness value of df223f is 0.50.
The process color (four color CMYK) of #df223f color hex is 0.00, 0.85, 0.72, 0.13. Web safe color of #df223f is #cc3333. Color #df223f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00100010 | 00111111 |
Octal | 337 | 42 | 77 |
Decimal | 223 | 34 | 63 |
Hex | DF | 22 | 3F |
Shades of #df223f
Tints of #df223f
RGB Percentages of Color #df223f
CMYK Percentages of Color #df223f
Complementary Color
#df223f | #22dfc2 |
#df223f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df223f Color Preview on White Background
Lorem ipsum dolor sit amet.
#df223f Color CSS Codes
.mybgcolor {background-color:#df223f; } .myforecolor {color:#df223f; } .mybordercolor {border:3px solid #df223f; }
#df223f Text Font Color
<p style="color:#df223f">Text here</p>
This sample text font color is #df223f
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.
#df223f Background Color
<div style="background-color:#df223f">
Div content here</div>
This div background color is #df223f
#df223f Border Color
<div style="border:3px solid #df223f">
Div here</div>
This div border color is #df223f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,34,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df223f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df223f; -webkit-box-shadow: 1px 1px 3px 2px #df223f; box-shadow: 1px 1px 3px 2px #df223f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,34,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df223f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df223f; -webkit-box-shadow: 1px 1px 3px 2px #df223f; box-shadow: 1px 1px 3px 2px #df223f;">
Div content here</div>
This div box has shadow with color #df223f
Comments
No comments written yet.
Please login to write comment.