Shades of Ruby #CF1561
Tints of Ruby #CF1561
RGB
CMYK
RGB Variations
Color information
#CF1561 (or 0xCF1561) is known color: Ruby. HEX triplet: CF, 15 and 61. RGB value is (207,21,97). Sum of RGB (Red+Green+Blue) = 207+21+97=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1561 is #30EA9E. Grayscale: #555555. Windows color (decimal): -3205791 or 6362575. OLE color: 6362575.
HSL color Cylindrical-coordinate representation of color #CF1561: hue angle of 335.48º 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 #CF1561 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 97 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.19 |
| HSL | 335.48º | 0.82% | 0.45% | - |
| HSV(B) | 335.48º | 0.9% | 0.81% | - |
| XYZ | 28.16 | 14.66 | 12.66 | - |
| YUV | 85.28 | 134.62 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 97 | 0 | 0.90 | 0.53 | 0.19 | 335.48 | 0.82 | 0.45 |
| Hex | CF | 15 | 61 | 0 | 5A | 35 | 13 | 14F | 52 | 2D |
| Octal | 317 | 25 | 141 | 0 | 132 | 65 | 23 | 517 | 122 | 55 |
| Binary | 11001111 | 10101 | 1100001 | 0 | 1011010 | 110101 | 10011 | 101001111 | 1010010 | 101101 |
Color Harmonies of #CF1561
Complementary color
Monochromatic Colors of #CF1561
Black with #CF1561
Text Example
Text Example
White with #CF1561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1561; }
p { color: rgb(207,21,97); }
H1.HeaderClassName
{
color: #CF1561;
}
.AnyTagClassName
{
color: #CF1561;
}
</style>
background-color css
<style>
a { background-color: #CF1561; }
a { background-color: rgb(207,21,97); }
div.DivClassName
{
background-color: #CF1561;
}
.BgClassName
{
background-color: #CF1561;
}
</style>
border-color css
<style>
span { border-color: #CF1561; }
span { border-color: rgb(207,21,97); }
td.TdClassName
{
border-color: #CF1561;
}
.TagClassName
{
border-color: #CF1561;
}
</style>