Color spaces of #ff242d
RGB | 255 | 36 | 45 |
---|---|---|---|
HSL | 0.99 | 1.00 | 0.57 |
HSV | 358° | 86° | 100° |
CMYK | 0.00 | 0.86 | 0.82 0.00 |
XYZ | 42.3445 | 22.7112 | 4.6345 |
Yxy | 22.7112 | 0.6076 | 0.3259 |
Hunter Lab | 47.6563 | 75.2059 | 27.5935 |
CIE-Lab | 54.7736 | 76.8178 | 52.1931 |
#ff242d color RGB value is (255,36,45).
#ff242d hex color red value is 255, green value is 36 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ff242d hue: 0.99 , saturation: 1.00 and the lightness value of ff242d is 0.57.
The process color (four color CMYK) of #ff242d color hex is 0.00, 0.86, 0.82, 0.00. Web safe color of #ff242d is #ff3333. Color #ff242d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 00100100 | 00101101 |
Octal | 377 | 44 | 55 |
Decimal | 255 | 36 | 45 |
Hex | FF | 24 | 2D |
Shades of #ff242d
Tints of #ff242d
RGB Percentages of Color #ff242d
CMYK Percentages of Color #ff242d
Complementary Color
#ff242d | #24fff6 |
#ff242d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff242d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff242d Color CSS Codes
.mybgcolor {background-color:#ff242d; } .myforecolor {color:#ff242d; } .mybordercolor {border:3px solid #ff242d; }
#ff242d Text Font Color
<p style="color:#ff242d">Text here</p>
This sample text font color is #ff242d
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.
#ff242d Background Color
<div style="background-color:#ff242d">
Div content here</div>
This div background color is #ff242d
#ff242d Border Color
<div style="border:3px solid #ff242d">
Div here</div>
This div border color is #ff242d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,36,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff242d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff242d; -webkit-box-shadow: 1px 1px 3px 2px #ff242d; box-shadow: 1px 1px 3px 2px #ff242d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,36,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ff242d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff242d; -webkit-box-shadow: 1px 1px 3px 2px #ff242d; box-shadow: 1px 1px 3px 2px #ff242d;">
Div content here</div>
This div box has shadow with color #ff242d
Comments
No comments written yet.
Please login to write comment.