Shades of Ruby #CF1056
Tints of Ruby #CF1056
RGB
CMYK
RGB Variations
Color information
#CF1056 (or 0xCF1056) is known color: Ruby. HEX triplet: CF, 10 and 56. RGB value is (207,16,86). Sum of RGB (Red+Green+Blue) = 207+16+86=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1056 is #30EFA9. Grayscale: #515151. Windows color (decimal): -3207082 or 5640399. OLE color: 5640399.
HSL color Cylindrical-coordinate representation of color #CF1056: hue angle of 338.01º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF1056 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 86 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.19 |
| HSL | 338.01º | 0.86% | 0.44% | - |
| HSV(B) | 338.01º | 0.92% | 0.81% | - |
| XYZ | 27.6 | 14.31 | 10.11 | - |
| YUV | 81.09 | 130.78 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 86 | 0 | 0.92 | 0.58 | 0.19 | 338.01 | 0.86 | 0.44 |
| Hex | CF | 10 | 56 | 0 | 5C | 3A | 13 | 152 | 56 | 2C |
| Octal | 317 | 20 | 126 | 0 | 134 | 72 | 23 | 522 | 126 | 54 |
| Binary | 11001111 | 10000 | 1010110 | 0 | 1011100 | 111010 | 10011 | 101010010 | 1010110 | 101100 |
Color Harmonies of #CF1056
Complementary color
Monochromatic Colors of #CF1056
Black with #CF1056
Text Example
Text Example
White with #CF1056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1056; }
p { color: rgb(207,16,86); }
H1.HeaderClassName
{
color: #CF1056;
}
.AnyTagClassName
{
color: #CF1056;
}
</style>
background-color css
<style>
a { background-color: #CF1056; }
a { background-color: rgb(207,16,86); }
div.DivClassName
{
background-color: #CF1056;
}
.BgClassName
{
background-color: #CF1056;
}
</style>
border-color css
<style>
span { border-color: #CF1056; }
span { border-color: rgb(207,16,86); }
td.TdClassName
{
border-color: #CF1056;
}
.TagClassName
{
border-color: #CF1056;
}
</style>