Shades of Bittersweet #FF5D5C
Tints of Bittersweet #FF5D5C
RGB
CMYK
RGB Variations
Color information
#FF5D5C (or 0xFF5D5C) is known color: Bittersweet. HEX triplet: FF, 5D and 5C. RGB value is (255,93,92). Sum of RGB (Red+Green+Blue) = 255+93+92=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5D5C is #00A2A3. Grayscale: #8D8D8D. Windows color (decimal): -41636 or 6053375. OLE color: 6053375.
HSL color Cylindrical-coordinate representation of color #FF5D5C: hue angle of 0.37º 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 #FF5D5C is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 92 | - |
| CMYK | 0 | 0.64 | 0.64 | 0 |
| HSL | 0.37º | 1% | 0.68% | - |
| HSV(B) | 0.37º | 0.64% | 1% | - |
| XYZ | 47.09 | 29.86 | 13.41 | - |
| YUV | 141.32 | 100.17 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 92 | 0 | 0.64 | 0.64 | 0 | 0.37 | 1 | 0.68 |
| Hex | FF | 5D | 5C | 0 | 40 | 40 | 0 | 0 | 64 | 44 |
| Octal | 377 | 135 | 134 | 0 | 100 | 100 | 0 | 0 | 144 | 104 |
| Binary | 11111111 | 1011101 | 1011100 | 0 | 1000000 | 1000000 | 0 | 0 | 1100100 | 1000100 |
Color Harmonies of #FF5D5C
Complementary color
Monochromatic Colors of #FF5D5C
Black with #FF5D5C
Text Example
Text Example
White with #FF5D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D5C; }
p { color: rgb(255,93,92); }
H1.HeaderClassName
{
color: #FF5D5C;
}
.AnyTagClassName
{
color: #FF5D5C;
}
</style>
background-color css
<style>
a { background-color: #FF5D5C; }
a { background-color: rgb(255,93,92); }
div.DivClassName
{
background-color: #FF5D5C;
}
.BgClassName
{
background-color: #FF5D5C;
}
</style>
border-color css
<style>
span { border-color: #FF5D5C; }
span { border-color: rgb(255,93,92); }
td.TdClassName
{
border-color: #FF5D5C;
}
.TagClassName
{
border-color: #FF5D5C;
}
</style>