Color spaces of #fd291b
RGB | 253 | 41 | 27 |
---|---|---|---|
HSL | 0.01 | 0.98 | 0.55 |
HSV | 4° | 89° | 99° |
CMYK | 0.00 | 0.84 | 0.89 0.01 |
XYZ | 41.4988 | 22.5477 | 3.2018 |
Yxy | 22.5477 | 0.6171 | 0.3353 |
Hunter Lab | 47.4844 | 72.9016 | 29.2413 |
CIE-Lab | 54.6034 | 74.9922 | 59.9983 |
#fd291b color RGB value is (253,41,27).
#fd291b hex color red value is 253, green value is 41 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #fd291b hue: 0.01 , saturation: 0.98 and the lightness value of fd291b is 0.55.
The process color (four color CMYK) of #fd291b color hex is 0.00, 0.84, 0.89, 0.01. Web safe color of #fd291b is #ff3333. Color #fd291b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 00101001 | 00011011 |
Octal | 375 | 51 | 33 |
Decimal | 253 | 41 | 27 |
Hex | FD | 29 | 1B |
Shades of #fd291b
Tints of #fd291b
RGB Percentages of Color #fd291b
CMYK Percentages of Color #fd291b
Complementary Color
#fd291b | #1beffd |
#fd291b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd291b Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd291b Color CSS Codes
.mybgcolor {background-color:#fd291b; } .myforecolor {color:#fd291b; } .mybordercolor {border:3px solid #fd291b; }
#fd291b Text Font Color
<p style="color:#fd291b">Text here</p>
This sample text font color is #fd291b
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.
#fd291b Background Color
<div style="background-color:#fd291b">
Div content here</div>
This div background color is #fd291b
#fd291b Border Color
<div style="border:3px solid #fd291b">
Div here</div>
This div border color is #fd291b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,41,27, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd291b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd291b; -webkit-box-shadow: 1px 1px 3px 2px #fd291b; box-shadow: 1px 1px 3px 2px #fd291b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,41,27, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd291b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd291b; -webkit-box-shadow: 1px 1px 3px 2px #fd291b; box-shadow: 1px 1px 3px 2px #fd291b;">
Div content here</div>
This div box has shadow with color #fd291b
Comments
No comments written yet.
Please login to write comment.