Shades of Ruby #CF1556
Tints of Ruby #CF1556
RGB
CMYK
RGB Variations
Color information
#CF1556 (or 0xCF1556) is known color: Ruby. HEX triplet: CF, 15 and 56. RGB value is (207,21,86). Sum of RGB (Red+Green+Blue) = 207+21+86=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1556 is #30EAA9. Grayscale: #535353. Windows color (decimal): -3205802 or 5641679. OLE color: 5641679.
HSL color Cylindrical-coordinate representation of color #CF1556: hue angle of 339.03º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1556 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 86 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.19 |
| HSL | 339.03º | 0.82% | 0.45% | - |
| HSV(B) | 339.03º | 0.9% | 0.81% | - |
| XYZ | 27.68 | 14.47 | 10.14 | - |
| YUV | 84.02 | 129.12 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 86 | 0 | 0.90 | 0.58 | 0.19 | 339.03 | 0.82 | 0.45 |
| Hex | CF | 15 | 56 | 0 | 5A | 3A | 13 | 153 | 52 | 2D |
| Octal | 317 | 25 | 126 | 0 | 132 | 72 | 23 | 523 | 122 | 55 |
| Binary | 11001111 | 10101 | 1010110 | 0 | 1011010 | 111010 | 10011 | 101010011 | 1010010 | 101101 |
Color Harmonies of #CF1556
Complementary color
Monochromatic Colors of #CF1556
Black with #CF1556
Text Example
Text Example
White with #CF1556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1556; }
p { color: rgb(207,21,86); }
H1.HeaderClassName
{
color: #CF1556;
}
.AnyTagClassName
{
color: #CF1556;
}
</style>
background-color css
<style>
a { background-color: #CF1556; }
a { background-color: rgb(207,21,86); }
div.DivClassName
{
background-color: #CF1556;
}
.BgClassName
{
background-color: #CF1556;
}
</style>
border-color css
<style>
span { border-color: #CF1556; }
span { border-color: rgb(207,21,86); }
td.TdClassName
{
border-color: #CF1556;
}
.TagClassName
{
border-color: #CF1556;
}
</style>