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