Color spaces of #ff151b
RGB | 255 | 21 | 27 |
---|---|---|---|
HSL | 1.00 | 1.00 | 0.54 |
HSV | 358° | 92° | 100° |
CMYK | 0.00 | 0.92 | 0.89 0.00 |
XYZ | 41.7060 | 21.8755 | 3.0611 |
Yxy | 21.8755 | 0.6258 | 0.3283 |
Hunter Lab | 46.7713 | 77.3190 | 28.8594 |
CIE-Lab | 53.8947 | 78.6772 | 59.6942 |
#ff151b color RGB value is (255,21,27).
#ff151b hex color red value is 255, green value is 21 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ff151b hue: 1.00 , saturation: 1.00 and the lightness value of ff151b is 0.54.
The process color (four color CMYK) of #ff151b color hex is 0.00, 0.92, 0.89, 0.00. Web safe color of #ff151b is #ff0033. Color #ff151b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 00010101 | 00011011 |
Octal | 377 | 25 | 33 |
Decimal | 255 | 21 | 27 |
Hex | FF | 15 | 1B |
Shades of #ff151b
Tints of #ff151b
RGB Percentages of Color #ff151b
CMYK Percentages of Color #ff151b
Complementary Color
#ff151b | #15fff9 |
#ff151b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff151b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff151b Color CSS Codes
.mybgcolor {background-color:#ff151b; } .myforecolor {color:#ff151b; } .mybordercolor {border:3px solid #ff151b; }
#ff151b Text Font Color
<p style="color:#ff151b">Text here</p>
This sample text font color is #ff151b
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.
#ff151b Background Color
<div style="background-color:#ff151b">
Div content here</div>
This div background color is #ff151b
#ff151b Border Color
<div style="border:3px solid #ff151b">
Div here</div>
This div border color is #ff151b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,21,27, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff151b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff151b; -webkit-box-shadow: 1px 1px 3px 2px #ff151b; box-shadow: 1px 1px 3px 2px #ff151b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,21,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 #ff151b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff151b; -webkit-box-shadow: 1px 1px 3px 2px #ff151b; box-shadow: 1px 1px 3px 2px #ff151b;">
Div content here</div>
This div box has shadow with color #ff151b
Comments
No comments written yet.
Please login to write comment.