Shades of Ruby #CF1656
Tints of Ruby #CF1656
RGB
CMYK
RGB Variations
Color information
#CF1656 (or 0xCF1656) is known color: Ruby. HEX triplet: CF, 16 and 56. RGB value is (207,22,86). Sum of RGB (Red+Green+Blue) = 207+22+86=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1656 is #30E9A9. Grayscale: #545454. Windows color (decimal): -3205546 or 5641935. OLE color: 5641935.
HSL color Cylindrical-coordinate representation of color #CF1656: hue angle of 339.24º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1656 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 86 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.19 |
| HSL | 339.24º | 0.81% | 0.45% | - |
| HSV(B) | 339.24º | 0.89% | 0.81% | - |
| XYZ | 27.7 | 14.51 | 10.15 | - |
| YUV | 84.61 | 128.79 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 86 | 0 | 0.89 | 0.58 | 0.19 | 339.24 | 0.81 | 0.45 |
| Hex | CF | 16 | 56 | 0 | 59 | 3A | 13 | 153 | 51 | 2D |
| Octal | 317 | 26 | 126 | 0 | 131 | 72 | 23 | 523 | 121 | 55 |
| Binary | 11001111 | 10110 | 1010110 | 0 | 1011001 | 111010 | 10011 | 101010011 | 1010001 | 101101 |
Color Harmonies of #CF1656
Complementary color
Monochromatic Colors of #CF1656
Black with #CF1656
Text Example
Text Example
White with #CF1656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1656; }
p { color: rgb(207,22,86); }
H1.HeaderClassName
{
color: #CF1656;
}
.AnyTagClassName
{
color: #CF1656;
}
</style>
background-color css
<style>
a { background-color: #CF1656; }
a { background-color: rgb(207,22,86); }
div.DivClassName
{
background-color: #CF1656;
}
.BgClassName
{
background-color: #CF1656;
}
</style>
border-color css
<style>
span { border-color: #CF1656; }
span { border-color: rgb(207,22,86); }
td.TdClassName
{
border-color: #CF1656;
}
.TagClassName
{
border-color: #CF1656;
}
</style>