Color spaces of #df192c
RGB | 223 | 25 | 44 |
---|---|---|---|
HSL | 0.98 | 0.80 | 0.49 |
HSV | 354° | 89° | 87° |
CMYK | 0.00 | 0.89 | 0.80 0.13 |
XYZ | 31.2337 | 16.5651 | 3.9341 |
Yxy | 16.5651 | 0.6037 | 0.3202 |
Hunter Lab | 40.7002 | 65.7569 | 22.7592 |
CIE-Lab | 47.7073 | 70.4360 | 43.7214 |
#df192c color RGB value is (223,25,44).
#df192c hex color red value is 223, green value is 25 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #df192c hue: 0.98 , saturation: 0.80 and the lightness value of df192c is 0.49.
The process color (four color CMYK) of #df192c color hex is 0.00, 0.89, 0.80, 0.13. Web safe color of #df192c is #cc0033. Color #df192c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00011001 | 00101100 |
Octal | 337 | 31 | 54 |
Decimal | 223 | 25 | 44 |
Hex | DF | 19 | 2C |
Shades of #df192c
Tints of #df192c
RGB Percentages of Color #df192c
CMYK Percentages of Color #df192c
Complementary Color
#df192c | #19dfcc |
#df192c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df192c Color Preview on White Background
Lorem ipsum dolor sit amet.
#df192c Color CSS Codes
.mybgcolor {background-color:#df192c; } .myforecolor {color:#df192c; } .mybordercolor {border:3px solid #df192c; }
#df192c Text Font Color
<p style="color:#df192c">Text here</p>
This sample text font color is #df192c
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.
#df192c Background Color
<div style="background-color:#df192c">
Div content here</div>
This div background color is #df192c
#df192c Border Color
<div style="border:3px solid #df192c">
Div here</div>
This div border color is #df192c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,25,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df192c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df192c; -webkit-box-shadow: 1px 1px 3px 2px #df192c; box-shadow: 1px 1px 3px 2px #df192c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,25,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df192c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df192c; -webkit-box-shadow: 1px 1px 3px 2px #df192c; box-shadow: 1px 1px 3px 2px #df192c;">
Div content here</div>
This div box has shadow with color #df192c
Comments
No comments written yet.
Please login to write comment.