Color spaces of #df430d
RGB | 223 | 67 | 13 |
---|---|---|---|
HSL | 0.04 | 0.89 | 0.46 |
HSV | 15° | 94° | 87° |
CMYK | 0.00 | 0.70 | 0.94 0.13 |
XYZ | 32.5112 | 19.7313 | 2.4758 |
Yxy | 19.7313 | 0.5942 | 0.3606 |
Hunter Lab | 44.4199 | 52.9103 | 27.7893 |
CIE-Lab | 51.5320 | 58.5915 | 59.7739 |
#df430d color RGB value is (223,67,13).
#df430d hex color red value is 223, green value is 67 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #df430d hue: 0.04 , saturation: 0.89 and the lightness value of df430d is 0.46.
The process color (four color CMYK) of #df430d color hex is 0.00, 0.70, 0.94, 0.13. Web safe color of #df430d is #cc3300. Color #df430d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01000011 | 00001101 |
Octal | 337 | 103 | 15 |
Decimal | 223 | 67 | 13 |
Hex | DF | 43 | D |
Shades of #df430d
Tints of #df430d
RGB Percentages of Color #df430d
CMYK Percentages of Color #df430d
Complementary Color
#df430d | #0da9df |
#df430d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df430d Color Preview on White Background
Lorem ipsum dolor sit amet.
#df430d Color CSS Codes
.mybgcolor {background-color:#df430d; } .myforecolor {color:#df430d; } .mybordercolor {border:3px solid #df430d; }
#df430d Text Font Color
<p style="color:#df430d">Text here</p>
This sample text font color is #df430d
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.
#df430d Background Color
<div style="background-color:#df430d">
Div content here</div>
This div background color is #df430d
#df430d Border Color
<div style="border:3px solid #df430d">
Div here</div>
This div border color is #df430d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,67,13, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df430d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df430d; -webkit-box-shadow: 1px 1px 3px 2px #df430d; box-shadow: 1px 1px 3px 2px #df430d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,67,13, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df430d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df430d; -webkit-box-shadow: 1px 1px 3px 2px #df430d; box-shadow: 1px 1px 3px 2px #df430d;">
Div content here</div>
This div box has shadow with color #df430d
Comments
No comments written yet.
Please login to write comment.