Color spaces of #fd193e
RGB | 253 | 25 | 62 |
---|---|---|---|
HSL | 0.97 | 0.98 | 0.55 |
HSV | 350° | 90° | 99° |
CMYK | 0.00 | 0.90 | 0.75 0.01 |
XYZ | 41.7251 | 21.9257 | 6.5904 |
Yxy | 21.9257 | 0.5940 | 0.3121 |
Hunter Lab | 46.8249 | 77.1157 | 24.4326 |
CIE-Lab | 53.9481 | 78.5050 | 42.0741 |
#fd193e color RGB value is (253,25,62).
#fd193e hex color red value is 253, green value is 25 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fd193e hue: 0.97 , saturation: 0.98 and the lightness value of fd193e is 0.55.
The process color (four color CMYK) of #fd193e color hex is 0.00, 0.90, 0.75, 0.01. Web safe color of #fd193e is #ff0033. Color #fd193e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 00011001 | 00111110 |
Octal | 375 | 31 | 76 |
Decimal | 253 | 25 | 62 |
Hex | FD | 19 | 3E |
Shades of #fd193e
Tints of #fd193e
RGB Percentages of Color #fd193e
CMYK Percentages of Color #fd193e
Complementary Color
#fd193e | #19fdd8 |
#fd193e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd193e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd193e Color CSS Codes
.mybgcolor {background-color:#fd193e; } .myforecolor {color:#fd193e; } .mybordercolor {border:3px solid #fd193e; }
#fd193e Text Font Color
<p style="color:#fd193e">Text here</p>
This sample text font color is #fd193e
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.
#fd193e Background Color
<div style="background-color:#fd193e">
Div content here</div>
This div background color is #fd193e
#fd193e Border Color
<div style="border:3px solid #fd193e">
Div here</div>
This div border color is #fd193e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,25,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd193e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd193e; -webkit-box-shadow: 1px 1px 3px 2px #fd193e; box-shadow: 1px 1px 3px 2px #fd193e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,25,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd193e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd193e; -webkit-box-shadow: 1px 1px 3px 2px #fd193e; box-shadow: 1px 1px 3px 2px #fd193e;">
Div content here</div>
This div box has shadow with color #fd193e
Related Colors
Comments
No comments written yet.
Please login to write comment.