Color spaces of #df131a
RGB | 223 | 19 | 26 |
---|---|---|---|
HSL | 0.99 | 0.84 | 0.47 |
HSV | 358° | 91° | 87° |
CMYK | 0.00 | 0.91 | 0.88 0.13 |
XYZ | 30.8508 | 16.2283 | 2.4836 |
Yxy | 16.2283 | 0.6225 | 0.3274 |
Hunter Lab | 40.2844 | 66.2022 | 24.5437 |
CIE-Lab | 47.2726 | 70.8940 | 52.3706 |
#df131a color RGB value is (223,19,26).
#df131a hex color red value is 223, green value is 19 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #df131a hue: 0.99 , saturation: 0.84 and the lightness value of df131a is 0.47.
The process color (four color CMYK) of #df131a color hex is 0.00, 0.91, 0.88, 0.13. Web safe color of #df131a is #cc0033. Color #df131a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00010011 | 00011010 |
Octal | 337 | 23 | 32 |
Decimal | 223 | 19 | 26 |
Hex | DF | 13 | 1A |
Shades of #df131a
Tints of #df131a
RGB Percentages of Color #df131a
CMYK Percentages of Color #df131a
Complementary Color
#df131a | #13dfd8 |
#df131a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df131a Color Preview on White Background
Lorem ipsum dolor sit amet.
#df131a Color CSS Codes
.mybgcolor {background-color:#df131a; } .myforecolor {color:#df131a; } .mybordercolor {border:3px solid #df131a; }
#df131a Text Font Color
<p style="color:#df131a">Text here</p>
This sample text font color is #df131a
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.
#df131a Background Color
<div style="background-color:#df131a">
Div content here</div>
This div background color is #df131a
#df131a Border Color
<div style="border:3px solid #df131a">
Div here</div>
This div border color is #df131a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,19,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df131a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df131a; -webkit-box-shadow: 1px 1px 3px 2px #df131a; box-shadow: 1px 1px 3px 2px #df131a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,19,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 #df131a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df131a; -webkit-box-shadow: 1px 1px 3px 2px #df131a; box-shadow: 1px 1px 3px 2px #df131a;">
Div content here</div>
This div box has shadow with color #df131a
Comments
No comments written yet.
Please login to write comment.