Color spaces of #df181a
RGB | 223 | 24 | 26 |
---|---|---|---|
HSL | 1.00 | 0.81 | 0.48 |
HSV | 359° | 89° | 87° |
CMYK | 0.00 | 0.89 | 0.88 0.13 |
XYZ | 30.9445 | 16.4158 | 2.5149 |
Yxy | 16.4158 | 0.6204 | 0.3291 |
Hunter Lab | 40.5164 | 65.4260 | 24.6813 |
CIE-Lab | 47.5153 | 70.1952 | 52.5518 |
#df181a color RGB value is (223,24,26).
#df181a hex color red value is 223, green value is 24 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #df181a hue: 1.00 , saturation: 0.81 and the lightness value of df181a is 0.48.
The process color (four color CMYK) of #df181a color hex is 0.00, 0.89, 0.88, 0.13. Web safe color of #df181a is #cc0033. Color #df181a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00011000 | 00011010 |
Octal | 337 | 30 | 32 |
Decimal | 223 | 24 | 26 |
Hex | DF | 18 | 1A |
Shades of #df181a
Tints of #df181a
RGB Percentages of Color #df181a
CMYK Percentages of Color #df181a
Complementary Color
#df181a | #18dfdd |
#df181a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df181a Color Preview on White Background
Lorem ipsum dolor sit amet.
#df181a Color CSS Codes
.mybgcolor {background-color:#df181a; } .myforecolor {color:#df181a; } .mybordercolor {border:3px solid #df181a; }
#df181a Text Font Color
<p style="color:#df181a">Text here</p>
This sample text font color is #df181a
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.
#df181a Background Color
<div style="background-color:#df181a">
Div content here</div>
This div background color is #df181a
#df181a Border Color
<div style="border:3px solid #df181a">
Div here</div>
This div border color is #df181a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,24,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df181a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df181a; -webkit-box-shadow: 1px 1px 3px 2px #df181a; box-shadow: 1px 1px 3px 2px #df181a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,24,26, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df181a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df181a; -webkit-box-shadow: 1px 1px 3px 2px #df181a; box-shadow: 1px 1px 3px 2px #df181a;">
Div content here</div>
This div box has shadow with color #df181a
Comments
No comments written yet.
Please login to write comment.