Color spaces of #fd353d
RGB | 253 | 53 | 61 |
---|---|---|---|
HSL | 0.99 | 0.98 | 0.60 |
HSV | 358° | 79° | 99° |
CMYK | 0.00 | 0.79 | 0.76 0.01 |
XYZ | 42.6234 | 23.7658 | 6.7556 |
Yxy | 23.7658 | 0.5827 | 0.3249 |
Hunter Lab | 48.7502 | 70.7538 | 25.9090 |
CIE-Lab | 55.8525 | 73.0038 | 44.7069 |
#fd353d color RGB value is (253,53,61).
#fd353d hex color red value is 253, green value is 53 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #fd353d hue: 0.99 , saturation: 0.98 and the lightness value of fd353d is 0.60.
The process color (four color CMYK) of #fd353d color hex is 0.00, 0.79, 0.76, 0.01. Web safe color of #fd353d is #ff3333. Color #fd353d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 00110101 | 00111101 |
Octal | 375 | 65 | 75 |
Decimal | 253 | 53 | 61 |
Hex | FD | 35 | 3D |
Shades of #fd353d
Tints of #fd353d
RGB Percentages of Color #fd353d
CMYK Percentages of Color #fd353d
Complementary Color
#fd353d | #35fdf5 |
#fd353d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd353d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd353d Color CSS Codes
.mybgcolor {background-color:#fd353d; } .myforecolor {color:#fd353d; } .mybordercolor {border:3px solid #fd353d; }
#fd353d Text Font Color
<p style="color:#fd353d">Text here</p>
This sample text font color is #fd353d
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.
#fd353d Background Color
<div style="background-color:#fd353d">
Div content here</div>
This div background color is #fd353d
#fd353d Border Color
<div style="border:3px solid #fd353d">
Div here</div>
This div border color is #fd353d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,53,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd353d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd353d; -webkit-box-shadow: 1px 1px 3px 2px #fd353d; box-shadow: 1px 1px 3px 2px #fd353d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,53,61, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd353d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd353d; -webkit-box-shadow: 1px 1px 3px 2px #fd353d; box-shadow: 1px 1px 3px 2px #fd353d;">
Div content here</div>
This div box has shadow with color #fd353d
Comments
No comments written yet.
Please login to write comment.