Color spaces of #da471f
RGB | 218 | 71 | 31 |
---|---|---|---|
HSL | 0.04 | 0.75 | 0.49 |
HSV | 13° | 86° | 85° |
CMYK | 0.00 | 0.67 | 0.86 0.15 |
XYZ | 31.4140 | 19.5108 | 3.4066 |
Yxy | 19.5108 | 0.5782 | 0.3591 |
Hunter Lab | 44.1710 | 49.6481 | 26.3471 |
CIE-Lab | 51.2795 | 55.7011 | 52.9784 |
#da471f color RGB value is (218,71,31).
#da471f hex color red value is 218, green value is 71 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #da471f hue: 0.04 , saturation: 0.75 and the lightness value of da471f is 0.49.
The process color (four color CMYK) of #da471f color hex is 0.00, 0.67, 0.86, 0.15. Web safe color of #da471f is #cc3333. Color #da471f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01000111 | 00011111 |
Octal | 332 | 107 | 37 |
Decimal | 218 | 71 | 31 |
Hex | DA | 47 | 1F |
Shades of #da471f
Tints of #da471f
RGB Percentages of Color #da471f
CMYK Percentages of Color #da471f
Complementary Color
#da471f | #1fb2da |
#da471f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da471f Color Preview on White Background
Lorem ipsum dolor sit amet.
#da471f Color CSS Codes
.mybgcolor {background-color:#da471f; } .myforecolor {color:#da471f; } .mybordercolor {border:3px solid #da471f; }
#da471f Text Font Color
<p style="color:#da471f">Text here</p>
This sample text font color is #da471f
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.
#da471f Background Color
<div style="background-color:#da471f">
Div content here</div>
This div background color is #da471f
#da471f Border Color
<div style="border:3px solid #da471f">
Div here</div>
This div border color is #da471f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,71,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da471f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da471f; -webkit-box-shadow: 1px 1px 3px 2px #da471f; box-shadow: 1px 1px 3px 2px #da471f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,71,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da471f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da471f; -webkit-box-shadow: 1px 1px 3px 2px #da471f; box-shadow: 1px 1px 3px 2px #da471f;">
Div content here</div>
This div box has shadow with color #da471f
#da471f Color Palettes
Comments
No comments written yet.
Please login to write comment.