Color spaces of #dd130e
RGB | 221 | 19 | 14 |
---|---|---|---|
HSL | 0.00 | 0.88 | 0.46 |
HSV | 1° | 94° | 87° |
CMYK | 0.00 | 0.91 | 0.94 0.13 |
XYZ | 30.1309 | 15.8696 | 1.8905 |
Yxy | 15.8696 | 0.6292 | 0.3314 |
Hunter Lab | 39.8367 | 65.2963 | 25.0720 |
CIE-Lab | 46.8029 | 70.2245 | 56.4922 |
#dd130e color RGB value is (221,19,14).
#dd130e hex color red value is 221, green value is 19 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dd130e hue: 0.00 , saturation: 0.88 and the lightness value of dd130e is 0.46.
The process color (four color CMYK) of #dd130e color hex is 0.00, 0.91, 0.94, 0.13. Web safe color of #dd130e is #cc0000. Color #dd130e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 00010011 | 00001110 |
Octal | 335 | 23 | 16 |
Decimal | 221 | 19 | 14 |
Hex | DD | 13 | E |
Shades of #dd130e
Tints of #dd130e
RGB Percentages of Color #dd130e
CMYK Percentages of Color #dd130e
Complementary Color
#dd130e | #0ed8dd |
#dd130e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd130e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd130e Color CSS Codes
.mybgcolor {background-color:#dd130e; } .myforecolor {color:#dd130e; } .mybordercolor {border:3px solid #dd130e; }
#dd130e Text Font Color
<p style="color:#dd130e">Text here</p>
This sample text font color is #dd130e
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.
#dd130e Background Color
<div style="background-color:#dd130e">
Div content here</div>
This div background color is #dd130e
#dd130e Border Color
<div style="border:3px solid #dd130e">
Div here</div>
This div border color is #dd130e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,19,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd130e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd130e; -webkit-box-shadow: 1px 1px 3px 2px #dd130e; box-shadow: 1px 1px 3px 2px #dd130e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,19,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd130e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd130e; -webkit-box-shadow: 1px 1px 3px 2px #dd130e; box-shadow: 1px 1px 3px 2px #dd130e;">
Div content here</div>
This div box has shadow with color #dd130e
Comments
No comments written yet.
Please login to write comment.