Color spaces of #fd0303
RGB | 253 | 3 | 3 |
---|---|---|---|
HSL | 0.00 | 0.98 | 0.50 |
HSV | 0° | 99° | 99° |
CMYK | 0.00 | 0.99 | 0.99 0.01 |
XYZ | 40.5570 | 20.9543 | 1.9931 |
Yxy | 20.9543 | 0.6386 | 0.3300 |
Hunter Lab | 45.7759 | 78.0416 | 29.4616 |
CIE-Lab | 52.8994 | 79.4452 | 66.0830 |
#fd0303 color RGB value is (253,3,3).
#fd0303 hex color red value is 253, green value is 3 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #fd0303 hue: 0.00 , saturation: 0.98 and the lightness value of fd0303 is 0.50.
The process color (four color CMYK) of #fd0303 color hex is 0.00, 0.99, 0.99, 0.01. Web safe color of #fd0303 is #ff0000. Color #fd0303 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 00000011 | 00000011 |
Octal | 375 | 3 | 3 |
Decimal | 253 | 3 | 3 |
Hex | FD | 3 | 3 |
Shades of #fd0303
Tints of #fd0303
RGB Percentages of Color #fd0303
CMYK Percentages of Color #fd0303
Complementary Color
#fd0303 | #03fdfd |
#fd0303 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd0303 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd0303 Color CSS Codes
.mybgcolor {background-color:#fd0303; } .myforecolor {color:#fd0303; } .mybordercolor {border:3px solid #fd0303; }
#fd0303 Text Font Color
<p style="color:#fd0303">Text here</p>
This sample text font color is #fd0303
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.
#fd0303 Background Color
<div style="background-color:#fd0303">
Div content here</div>
This div background color is #fd0303
#fd0303 Border Color
<div style="border:3px solid #fd0303">
Div here</div>
This div border color is #fd0303
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,3,3, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd0303; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd0303; -webkit-box-shadow: 1px 1px 3px 2px #fd0303; box-shadow: 1px 1px 3px 2px #fd0303; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,3,3, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd0303">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd0303; -webkit-box-shadow: 1px 1px 3px 2px #fd0303; box-shadow: 1px 1px 3px 2px #fd0303;">
Div content here</div>
This div box has shadow with color #fd0303
#fd0303 Color Palettes
Comments
No comments written yet.
Please login to write comment.