Shades of Ruby #CF1657
Tints of Ruby #CF1657
RGB
CMYK
RGB Variations
Color information
#CF1657 (or 0xCF1657) is known color: Ruby. HEX triplet: CF, 16 and 57. RGB value is (207,22,87). Sum of RGB (Red+Green+Blue) = 207+22+87=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1657 is #30E9A8. Grayscale: #545454. Windows color (decimal): -3205545 or 5707471. OLE color: 5707471.
HSL color Cylindrical-coordinate representation of color #CF1657: hue angle of 338.92º 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 #CF1657 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 87 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.19 |
| HSL | 338.92º | 0.81% | 0.45% | - |
| HSV(B) | 338.92º | 0.89% | 0.81% | - |
| XYZ | 27.74 | 14.53 | 10.36 | - |
| YUV | 84.73 | 129.29 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 87 | 0 | 0.89 | 0.58 | 0.19 | 338.92 | 0.81 | 0.45 |
| Hex | CF | 16 | 57 | 0 | 59 | 3A | 13 | 153 | 51 | 2D |
| Octal | 317 | 26 | 127 | 0 | 131 | 72 | 23 | 523 | 121 | 55 |
| Binary | 11001111 | 10110 | 1010111 | 0 | 1011001 | 111010 | 10011 | 101010011 | 1010001 | 101101 |
Color Harmonies of #CF1657
Complementary color
Monochromatic Colors of #CF1657
Black with #CF1657
Text Example
Text Example
White with #CF1657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1657; }
p { color: rgb(207,22,87); }
H1.HeaderClassName
{
color: #CF1657;
}
.AnyTagClassName
{
color: #CF1657;
}
</style>
background-color css
<style>
a { background-color: #CF1657; }
a { background-color: rgb(207,22,87); }
div.DivClassName
{
background-color: #CF1657;
}
.BgClassName
{
background-color: #CF1657;
}
</style>
border-color css
<style>
span { border-color: #CF1657; }
span { border-color: rgb(207,22,87); }
td.TdClassName
{
border-color: #CF1657;
}
.TagClassName
{
border-color: #CF1657;
}
</style>