Shades of Bittersweet #FF6755
Tints of Bittersweet #FF6755
RGB
CMYK
RGB Variations
Color information
#FF6755 (or 0xFF6755) is known color: Bittersweet. HEX triplet: FF, 67 and 55. RGB value is (255,103,85). Sum of RGB (Red+Green+Blue) = 255+103+85=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6755 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6755 is #0098AA. Grayscale: #929292. Windows color (decimal): -39083 or 5597183. OLE color: 5597183.
HSL color Cylindrical-coordinate representation of color #FF6755: hue angle of 6.35º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF6755 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 85 | - |
| CMYK | 0 | 0.60 | 0.67 | 0 |
| HSL | 6.35º | 1% | 0.67% | - |
| HSV(B) | 6.35º | 0.67% | 1% | - |
| XYZ | 47.73 | 31.62 | 12.18 | - |
| YUV | 146.4 | 93.36 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 85 | 0 | 0.60 | 0.67 | 0 | 6.35 | 1 | 0.67 |
| Hex | FF | 67 | 55 | 0 | 3C | 43 | 0 | 6 | 64 | 43 |
| Octal | 377 | 147 | 125 | 0 | 74 | 103 | 0 | 6 | 144 | 103 |
| Binary | 11111111 | 1100111 | 1010101 | 0 | 111100 | 1000011 | 0 | 110 | 1100100 | 1000011 |
Color Harmonies of #FF6755
Complementary color
Monochromatic Colors of #FF6755
Black with #FF6755
Text Example
Text Example
White with #FF6755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6755; }
p { color: rgb(255,103,85); }
H1.HeaderClassName
{
color: #FF6755;
}
.AnyTagClassName
{
color: #FF6755;
}
</style>
background-color css
<style>
a { background-color: #FF6755; }
a { background-color: rgb(255,103,85); }
div.DivClassName
{
background-color: #FF6755;
}
.BgClassName
{
background-color: #FF6755;
}
</style>
border-color css
<style>
span { border-color: #FF6755; }
span { border-color: rgb(255,103,85); }
td.TdClassName
{
border-color: #FF6755;
}
.TagClassName
{
border-color: #FF6755;
}
</style>