Shades of Bittersweet #FF5D5B
Tints of Bittersweet #FF5D5B
RGB
CMYK
RGB Variations
Color information
#FF5D5B (or 0xFF5D5B) is known color: Bittersweet. HEX triplet: FF, 5D and 5B. RGB value is (255,93,91). Sum of RGB (Red+Green+Blue) = 255+93+91=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5D5B is #00A2A4. Grayscale: #8D8D8D. Windows color (decimal): -41637 or 5987839. OLE color: 5987839.
HSL color Cylindrical-coordinate representation of color #FF5D5B: hue angle of 0.73º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5D5B is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 91 | - |
| CMYK | 0 | 0.64 | 0.64 | 0 |
| HSL | 0.73º | 1% | 0.68% | - |
| HSV(B) | 0.73º | 0.64% | 1% | - |
| XYZ | 47.04 | 29.84 | 13.18 | - |
| YUV | 141.21 | 99.67 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 91 | 0 | 0.64 | 0.64 | 0 | 0.73 | 1 | 0.68 |
| Hex | FF | 5D | 5B | 0 | 40 | 40 | 0 | 1 | 64 | 44 |
| Octal | 377 | 135 | 133 | 0 | 100 | 100 | 0 | 1 | 144 | 104 |
| Binary | 11111111 | 1011101 | 1011011 | 0 | 1000000 | 1000000 | 0 | 1 | 1100100 | 1000100 |
Color Harmonies of #FF5D5B
Complementary color
Monochromatic Colors of #FF5D5B
Black with #FF5D5B
Text Example
Text Example
White with #FF5D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D5B; }
p { color: rgb(255,93,91); }
H1.HeaderClassName
{
color: #FF5D5B;
}
.AnyTagClassName
{
color: #FF5D5B;
}
</style>
background-color css
<style>
a { background-color: #FF5D5B; }
a { background-color: rgb(255,93,91); }
div.DivClassName
{
background-color: #FF5D5B;
}
.BgClassName
{
background-color: #FF5D5B;
}
</style>
border-color css
<style>
span { border-color: #FF5D5B; }
span { border-color: rgb(255,93,91); }
td.TdClassName
{
border-color: #FF5D5B;
}
.TagClassName
{
border-color: #FF5D5B;
}
</style>