Shades of Ruby #CF1654
Tints of Ruby #CF1654
RGB
CMYK
RGB Variations
Color information
#CF1654 (or 0xCF1654) is known color: Ruby. HEX triplet: CF, 16 and 54. RGB value is (207,22,84). Sum of RGB (Red+Green+Blue) = 207+22+84=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1654 is #30E9AB. Grayscale: #545454. Windows color (decimal): -3205548 or 5510863. OLE color: 5510863.
HSL color Cylindrical-coordinate representation of color #CF1654: hue angle of 339.89º 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 #CF1654 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 84 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.19 |
| HSL | 339.89º | 0.81% | 0.45% | - |
| HSV(B) | 339.89º | 0.89% | 0.81% | - |
| XYZ | 27.62 | 14.48 | 9.73 | - |
| YUV | 84.38 | 127.79 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 84 | 0 | 0.89 | 0.59 | 0.19 | 339.89 | 0.81 | 0.45 |
| Hex | CF | 16 | 54 | 0 | 59 | 3B | 13 | 154 | 51 | 2D |
| Octal | 317 | 26 | 124 | 0 | 131 | 73 | 23 | 524 | 121 | 55 |
| Binary | 11001111 | 10110 | 1010100 | 0 | 1011001 | 111011 | 10011 | 101010100 | 1010001 | 101101 |
Color Harmonies of #CF1654
Complementary color
Monochromatic Colors of #CF1654
Black with #CF1654
Text Example
Text Example
White with #CF1654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1654; }
p { color: rgb(207,22,84); }
H1.HeaderClassName
{
color: #CF1654;
}
.AnyTagClassName
{
color: #CF1654;
}
</style>
background-color css
<style>
a { background-color: #CF1654; }
a { background-color: rgb(207,22,84); }
div.DivClassName
{
background-color: #CF1654;
}
.BgClassName
{
background-color: #CF1654;
}
</style>
border-color css
<style>
span { border-color: #CF1654; }
span { border-color: rgb(207,22,84); }
td.TdClassName
{
border-color: #CF1654;
}
.TagClassName
{
border-color: #CF1654;
}
</style>