Color spaces of #f51405
RGB | 245 | 20 | 5 |
---|---|---|---|
HSL | 0.01 | 0.96 | 0.49 |
HSV | 4° | 98° | 96° |
CMYK | 0.00 | 0.92 | 0.98 0.04 |
XYZ | 37.9337 | 19.9237 | 1.9899 |
Yxy | 19.9237 | 0.6338 | 0.3329 |
Hunter Lab | 44.6360 | 73.5846 | 28.6020 |
CIE-Lab | 51.7508 | 76.0986 | 64.1308 |
#f51405 color RGB value is (245,20,5).
#f51405 hex color red value is 245, green value is 20 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #f51405 hue: 0.01 , saturation: 0.96 and the lightness value of f51405 is 0.49.
The process color (four color CMYK) of #f51405 color hex is 0.00, 0.92, 0.98, 0.04. Web safe color of #f51405 is #ff0000. Color #f51405 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 00010100 | 00000101 |
Octal | 365 | 24 | 5 |
Decimal | 245 | 20 | 5 |
Hex | F5 | 14 | 5 |
Shades of #f51405
Tints of #f51405
RGB Percentages of Color #f51405
CMYK Percentages of Color #f51405
Complementary Color
#f51405 | #05e6f5 |
#f51405 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f51405 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f51405 Color CSS Codes
.mybgcolor {background-color:#f51405; } .myforecolor {color:#f51405; } .mybordercolor {border:3px solid #f51405; }
#f51405 Text Font Color
<p style="color:#f51405">Text here</p>
This sample text font color is #f51405
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.
#f51405 Background Color
<div style="background-color:#f51405">
Div content here</div>
This div background color is #f51405
#f51405 Border Color
<div style="border:3px solid #f51405">
Div here</div>
This div border color is #f51405
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,20,5, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f51405; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f51405; -webkit-box-shadow: 1px 1px 3px 2px #f51405; box-shadow: 1px 1px 3px 2px #f51405; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,20,5, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f51405">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f51405; -webkit-box-shadow: 1px 1px 3px 2px #f51405; box-shadow: 1px 1px 3px 2px #f51405;">
Div content here</div>
This div box has shadow with color #f51405
Comments
No comments written yet.
Please login to write comment.