Shades of Bittersweet #FD5D5B
Tints of Bittersweet #FD5D5B
RGB
CMYK
RGB Variations
Color information
#FD5D5B (or 0xFD5D5B) is known color: Bittersweet. HEX triplet: FD, 5D and 5B. RGB value is (253,93,91). Sum of RGB (Red+Green+Blue) = 253+93+91=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5D5B is #02A2A4. Grayscale: #8C8C8C. Windows color (decimal): -172709 or 5987837. OLE color: 5987837.
HSL color Cylindrical-coordinate representation of color #FD5D5B: hue angle of 0.74º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5D5B is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 93 | 91 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.01 |
| HSL | 0.74º | 0.98% | 0.67% | - |
| HSV(B) | 0.74º | 0.64% | 0.99% | - |
| XYZ | 46.31 | 29.47 | 13.14 | - |
| YUV | 140.61 | 100.01 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 93 | 91 | 0 | 0.63 | 0.64 | 0.01 | 0.74 | 0.98 | 0.67 |
| Hex | FD | 5D | 5B | 0 | 3F | 40 | 1 | 1 | 62 | 43 |
| Octal | 375 | 135 | 133 | 0 | 77 | 100 | 1 | 1 | 142 | 103 |
| Binary | 11111101 | 1011101 | 1011011 | 0 | 111111 | 1000000 | 1 | 1 | 1100010 | 1000011 |
Color Harmonies of #FD5D5B
Complementary color
Monochromatic Colors of #FD5D5B
Black with #FD5D5B
Text Example
Text Example
White with #FD5D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5D5B; }
p { color: rgb(253,93,91); }
H1.HeaderClassName
{
color: #FD5D5B;
}
.AnyTagClassName
{
color: #FD5D5B;
}
</style>
background-color css
<style>
a { background-color: #FD5D5B; }
a { background-color: rgb(253,93,91); }
div.DivClassName
{
background-color: #FD5D5B;
}
.BgClassName
{
background-color: #FD5D5B;
}
</style>
border-color css
<style>
span { border-color: #FD5D5B; }
span { border-color: rgb(253,93,91); }
td.TdClassName
{
border-color: #FD5D5B;
}
.TagClassName
{
border-color: #FD5D5B;
}
</style>