Color spaces of #da443b
RGB | 218 | 68 | 59 |
---|---|---|---|
HSL | 0.01 | 0.68 | 0.54 |
HSV | 3° | 73° | 85° |
CMYK | 0.00 | 0.69 | 0.73 0.15 |
XYZ | 31.7700 | 19.3554 | 6.1992 |
Yxy | 19.3554 | 0.5542 | 0.3376 |
Hunter Lab | 43.9948 | 51.9096 | 22.4419 |
CIE-Lab | 51.1004 | 57.7741 | 38.7499 |
#da443b color RGB value is (218,68,59).
#da443b hex color red value is 218, green value is 68 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #da443b hue: 0.01 , saturation: 0.68 and the lightness value of da443b is 0.54.
The process color (four color CMYK) of #da443b color hex is 0.00, 0.69, 0.73, 0.15. Web safe color of #da443b is #cc3333. Color #da443b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01000100 | 00111011 |
Octal | 332 | 104 | 73 |
Decimal | 218 | 68 | 59 |
Hex | DA | 44 | 3B |
Shades of #da443b
Tints of #da443b
RGB Percentages of Color #da443b
CMYK Percentages of Color #da443b
Complementary Color
#da443b | #3bd1da |
#da443b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da443b Color Preview on White Background
Lorem ipsum dolor sit amet.
#da443b Color CSS Codes
.mybgcolor {background-color:#da443b; } .myforecolor {color:#da443b; } .mybordercolor {border:3px solid #da443b; }
#da443b Text Font Color
<p style="color:#da443b">Text here</p>
This sample text font color is #da443b
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.
#da443b Background Color
<div style="background-color:#da443b">
Div content here</div>
This div background color is #da443b
#da443b Border Color
<div style="border:3px solid #da443b">
Div here</div>
This div border color is #da443b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,68,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da443b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da443b; -webkit-box-shadow: 1px 1px 3px 2px #da443b; box-shadow: 1px 1px 3px 2px #da443b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,68,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 #da443b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da443b; -webkit-box-shadow: 1px 1px 3px 2px #da443b; box-shadow: 1px 1px 3px 2px #da443b;">
Div content here</div>
This div box has shadow with color #da443b
Comments
No comments written yet.
Please login to write comment.