Color spaces of #df273b
RGB | 223 | 39 | 59 |
---|---|---|---|
HSL | 0.98 | 0.74 | 0.51 |
HSV | 353° | 83° | 87° |
CMYK | 0.00 | 0.83 | 0.74 0.13 |
XYZ | 31.9464 | 17.4548 | 5.8230 |
Yxy | 17.4548 | 0.5785 | 0.3161 |
Hunter Lab | 41.7789 | 63.3774 | 20.9816 |
CIE-Lab | 48.8280 | 68.2099 | 36.4209 |
#df273b color RGB value is (223,39,59).
#df273b hex color red value is 223, green value is 39 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #df273b hue: 0.98 , saturation: 0.74 and the lightness value of df273b is 0.51.
The process color (four color CMYK) of #df273b color hex is 0.00, 0.83, 0.74, 0.13. Web safe color of #df273b is #cc3333. Color #df273b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00100111 | 00111011 |
Octal | 337 | 47 | 73 |
Decimal | 223 | 39 | 59 |
Hex | DF | 27 | 3B |
Shades of #df273b
Tints of #df273b
RGB Percentages of Color #df273b
CMYK Percentages of Color #df273b
Complementary Color
#df273b | #27dfcb |
#df273b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df273b Color Preview on White Background
Lorem ipsum dolor sit amet.
#df273b Color CSS Codes
.mybgcolor {background-color:#df273b; } .myforecolor {color:#df273b; } .mybordercolor {border:3px solid #df273b; }
#df273b Text Font Color
<p style="color:#df273b">Text here</p>
This sample text font color is #df273b
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.
#df273b Background Color
<div style="background-color:#df273b">
Div content here</div>
This div background color is #df273b
#df273b Border Color
<div style="border:3px solid #df273b">
Div here</div>
This div border color is #df273b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,39,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df273b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df273b; -webkit-box-shadow: 1px 1px 3px 2px #df273b; box-shadow: 1px 1px 3px 2px #df273b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,39,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df273b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df273b; -webkit-box-shadow: 1px 1px 3px 2px #df273b; box-shadow: 1px 1px 3px 2px #df273b;">
Div content here</div>
This div box has shadow with color #df273b
Comments
No comments written yet.
Please login to write comment.