Color spaces of #ff453f
RGB | 255 | 69 | 63 |
---|---|---|---|
HSL | 0.01 | 1.00 | 0.62 |
HSV | 2° | 75° | 100° |
CMYK | 0.00 | 0.73 | 0.75 0.00 |
XYZ | 44.2653 | 25.8751 | 7.3640 |
Yxy | 25.8751 | 0.5711 | 0.3339 |
Hunter Lab | 50.8676 | 66.3136 | 27.0240 |
CIE-Lab | 57.9183 | 68.9520 | 45.9597 |
#ff453f color RGB value is (255,69,63).
#ff453f hex color red value is 255, green value is 69 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ff453f hue: 0.01 , saturation: 1.00 and the lightness value of ff453f is 0.62.
The process color (four color CMYK) of #ff453f color hex is 0.00, 0.73, 0.75, 0.00. Web safe color of #ff453f is #ff3333. Color #ff453f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 01000101 | 00111111 |
Octal | 377 | 105 | 77 |
Decimal | 255 | 69 | 63 |
Hex | FF | 45 | 3F |
Shades of #ff453f
Tints of #ff453f
RGB Percentages of Color #ff453f
CMYK Percentages of Color #ff453f
Complementary Color
#ff453f | #3ff9ff |
#ff453f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff453f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff453f Color CSS Codes
.mybgcolor {background-color:#ff453f; } .myforecolor {color:#ff453f; } .mybordercolor {border:3px solid #ff453f; }
#ff453f Text Font Color
<p style="color:#ff453f">Text here</p>
This sample text font color is #ff453f
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.
#ff453f Background Color
<div style="background-color:#ff453f">
Div content here</div>
This div background color is #ff453f
#ff453f Border Color
<div style="border:3px solid #ff453f">
Div here</div>
This div border color is #ff453f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,69,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff453f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff453f; -webkit-box-shadow: 1px 1px 3px 2px #ff453f; box-shadow: 1px 1px 3px 2px #ff453f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,69,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ff453f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff453f; -webkit-box-shadow: 1px 1px 3px 2px #ff453f; box-shadow: 1px 1px 3px 2px #ff453f;">
Div content here</div>
This div box has shadow with color #ff453f
Comments
No comments written yet.
Please login to write comment.