Color spaces of #da413f
RGB | 218 | 65 | 63 |
---|---|---|---|
HSL | 0.00 | 0.68 | 0.55 |
HSV | 1° | 71° | 85° |
CMYK | 0.00 | 0.70 | 0.71 0.15 |
XYZ | 31.7009 | 19.0449 | 6.7078 |
Yxy | 19.0449 | 0.5518 | 0.3315 |
Hunter Lab | 43.6405 | 53.2935 | 21.4351 |
CIE-Lab | 50.7397 | 59.0772 | 36.0788 |
#da413f color RGB value is (218,65,63).
#da413f hex color red value is 218, green value is 65 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #da413f hue: 0.00 , saturation: 0.68 and the lightness value of da413f is 0.55.
The process color (four color CMYK) of #da413f color hex is 0.00, 0.70, 0.71, 0.15. Web safe color of #da413f is #cc3333. Color #da413f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01000001 | 00111111 |
Octal | 332 | 101 | 77 |
Decimal | 218 | 65 | 63 |
Hex | DA | 41 | 3F |
Shades of #da413f
Tints of #da413f
RGB Percentages of Color #da413f
CMYK Percentages of Color #da413f
Complementary Color
#da413f | #3fd8da |
#da413f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da413f Color Preview on White Background
Lorem ipsum dolor sit amet.
#da413f Color CSS Codes
.mybgcolor {background-color:#da413f; } .myforecolor {color:#da413f; } .mybordercolor {border:3px solid #da413f; }
#da413f Text Font Color
<p style="color:#da413f">Text here</p>
This sample text font color is #da413f
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.
#da413f Background Color
<div style="background-color:#da413f">
Div content here</div>
This div background color is #da413f
#da413f Border Color
<div style="border:3px solid #da413f">
Div here</div>
This div border color is #da413f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,65,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da413f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da413f; -webkit-box-shadow: 1px 1px 3px 2px #da413f; box-shadow: 1px 1px 3px 2px #da413f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,65,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 #da413f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da413f; -webkit-box-shadow: 1px 1px 3px 2px #da413f; box-shadow: 1px 1px 3px 2px #da413f;">
Div content here</div>
This div box has shadow with color #da413f
Comments
No comments written yet.
Please login to write comment.