Shades of Ruby #CF1751
Tints of Ruby #CF1751
RGB
CMYK
RGB Variations
Color information
#CF1751 (or 0xCF1751) is known color: Ruby. HEX triplet: CF, 17 and 51. RGB value is (207,23,81). Sum of RGB (Red+Green+Blue) = 207+23+81=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1751 is #30E8AE. Grayscale: #545454. Windows color (decimal): -3205295 or 5314511. OLE color: 5314511.
HSL color Cylindrical-coordinate representation of color #CF1751: hue angle of 341.09º degrees, saturation: 0.8, 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 #CF1751 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 81 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.19 |
| HSL | 341.09º | 0.8% | 0.45% | - |
| HSV(B) | 341.09º | 0.89% | 0.81% | - |
| XYZ | 27.52 | 14.47 | 9.13 | - |
| YUV | 84.63 | 125.96 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 81 | 0 | 0.89 | 0.61 | 0.19 | 341.09 | 0.8 | 0.45 |
| Hex | CF | 17 | 51 | 0 | 59 | 3D | 13 | 155 | 50 | 2D |
| Octal | 317 | 27 | 121 | 0 | 131 | 75 | 23 | 525 | 120 | 55 |
| Binary | 11001111 | 10111 | 1010001 | 0 | 1011001 | 111101 | 10011 | 101010101 | 1010000 | 101101 |
Color Harmonies of #CF1751
Complementary color
Monochromatic Colors of #CF1751
Black with #CF1751
Text Example
Text Example
White with #CF1751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1751; }
p { color: rgb(207,23,81); }
H1.HeaderClassName
{
color: #CF1751;
}
.AnyTagClassName
{
color: #CF1751;
}
</style>
background-color css
<style>
a { background-color: #CF1751; }
a { background-color: rgb(207,23,81); }
div.DivClassName
{
background-color: #CF1751;
}
.BgClassName
{
background-color: #CF1751;
}
</style>
border-color css
<style>
span { border-color: #CF1751; }
span { border-color: rgb(207,23,81); }
td.TdClassName
{
border-color: #CF1751;
}
.TagClassName
{
border-color: #CF1751;
}
</style>