Color spaces of #dd150f
RGB | 221 | 21 | 15 |
---|---|---|---|
HSL | 0.00 | 0.87 | 0.46 |
HSV | 2° | 93° | 87° |
CMYK | 0.00 | 0.90 | 0.93 0.13 |
XYZ | 30.1732 | 15.9430 | 1.9389 |
Yxy | 15.9430 | 0.6279 | 0.3318 |
Hunter Lab | 39.9287 | 65.0132 | 25.0710 |
CIE-Lab | 46.8996 | 69.9673 | 56.2206 |
#dd150f color RGB value is (221,21,15).
#dd150f hex color red value is 221, green value is 21 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dd150f hue: 0.00 , saturation: 0.87 and the lightness value of dd150f is 0.46.
The process color (four color CMYK) of #dd150f color hex is 0.00, 0.90, 0.93, 0.13. Web safe color of #dd150f is #cc0000. Color #dd150f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 00010101 | 00001111 |
Octal | 335 | 25 | 17 |
Decimal | 221 | 21 | 15 |
Hex | DD | 15 | F |
Shades of #dd150f
Tints of #dd150f
RGB Percentages of Color #dd150f
CMYK Percentages of Color #dd150f
Complementary Color
#dd150f | #0fd7dd |
#dd150f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd150f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd150f Color CSS Codes
.mybgcolor {background-color:#dd150f; } .myforecolor {color:#dd150f; } .mybordercolor {border:3px solid #dd150f; }
#dd150f Text Font Color
<p style="color:#dd150f">Text here</p>
This sample text font color is #dd150f
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.
#dd150f Background Color
<div style="background-color:#dd150f">
Div content here</div>
This div background color is #dd150f
#dd150f Border Color
<div style="border:3px solid #dd150f">
Div here</div>
This div border color is #dd150f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,21,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd150f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd150f; -webkit-box-shadow: 1px 1px 3px 2px #dd150f; box-shadow: 1px 1px 3px 2px #dd150f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,21,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd150f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd150f; -webkit-box-shadow: 1px 1px 3px 2px #dd150f; box-shadow: 1px 1px 3px 2px #dd150f;">
Div content here</div>
This div box has shadow with color #dd150f
Comments
No comments written yet.
Please login to write comment.