Color spaces of #f33315
RGB | 243 | 51 | 21 |
---|---|---|---|
HSL | 0.02 | 0.90 | 0.52 |
HSV | 8° | 91° | 95° |
CMYK | 0.00 | 0.79 | 0.91 0.05 |
XYZ | 38.2813 | 21.4765 | 2.8372 |
Yxy | 21.4765 | 0.6116 | 0.3431 |
Hunter Lab | 46.3427 | 66.3496 | 28.8101 |
CIE-Lab | 53.4671 | 69.8219 | 60.4774 |
#f33315 color RGB value is (243,51,21).
#f33315 hex color red value is 243, green value is 51 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #f33315 hue: 0.02 , saturation: 0.90 and the lightness value of f33315 is 0.52.
The process color (four color CMYK) of #f33315 color hex is 0.00, 0.79, 0.91, 0.05. Web safe color of #f33315 is #ff3300. Color #f33315 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110011 | 00110011 | 00010101 |
Octal | 363 | 63 | 25 |
Decimal | 243 | 51 | 21 |
Hex | F3 | 33 | 15 |
Shades of #f33315
Tints of #f33315
RGB Percentages of Color #f33315
CMYK Percentages of Color #f33315
Complementary Color
#f33315 | #15d5f3 |
#f33315 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f33315 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f33315 Color CSS Codes
.mybgcolor {background-color:#f33315; } .myforecolor {color:#f33315; } .mybordercolor {border:3px solid #f33315; }
#f33315 Text Font Color
<p style="color:#f33315">Text here</p>
This sample text font color is #f33315
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.
#f33315 Background Color
<div style="background-color:#f33315">
Div content here</div>
This div background color is #f33315
#f33315 Border Color
<div style="border:3px solid #f33315">
Div here</div>
This div border color is #f33315
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(243,51,21, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f33315; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f33315; -webkit-box-shadow: 1px 1px 3px 2px #f33315; box-shadow: 1px 1px 3px 2px #f33315; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(243,51,21, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f33315">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f33315; -webkit-box-shadow: 1px 1px 3px 2px #f33315; box-shadow: 1px 1px 3px 2px #f33315;">
Div content here</div>
This div box has shadow with color #f33315
Comments
No comments written yet.
Please login to write comment.