Shades of Ruby #CF1259
Tints of Ruby #CF1259
RGB
CMYK
RGB Variations
Color information
#CF1259 (or 0xCF1259) is known color: Ruby. HEX triplet: CF, 12 and 59. RGB value is (207,18,89). Sum of RGB (Red+Green+Blue) = 207+18+89=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1259 is #30EDA6. Grayscale: #525252. Windows color (decimal): -3206567 or 5837519. OLE color: 5837519.
HSL color Cylindrical-coordinate representation of color #CF1259: hue angle of 337.46º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1259 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 89 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.19 |
| HSL | 337.46º | 0.84% | 0.44% | - |
| HSV(B) | 337.46º | 0.91% | 0.81% | - |
| XYZ | 27.75 | 14.42 | 10.77 | - |
| YUV | 82.61 | 131.62 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 89 | 0 | 0.91 | 0.57 | 0.19 | 337.46 | 0.84 | 0.44 |
| Hex | CF | 12 | 59 | 0 | 5B | 39 | 13 | 151 | 54 | 2C |
| Octal | 317 | 22 | 131 | 0 | 133 | 71 | 23 | 521 | 124 | 54 |
| Binary | 11001111 | 10010 | 1011001 | 0 | 1011011 | 111001 | 10011 | 101010001 | 1010100 | 101100 |
Color Harmonies of #CF1259
Complementary color
Monochromatic Colors of #CF1259
Black with #CF1259
Text Example
Text Example
White with #CF1259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1259; }
p { color: rgb(207,18,89); }
H1.HeaderClassName
{
color: #CF1259;
}
.AnyTagClassName
{
color: #CF1259;
}
</style>
background-color css
<style>
a { background-color: #CF1259; }
a { background-color: rgb(207,18,89); }
div.DivClassName
{
background-color: #CF1259;
}
.BgClassName
{
background-color: #CF1259;
}
</style>
border-color css
<style>
span { border-color: #CF1259; }
span { border-color: rgb(207,18,89); }
td.TdClassName
{
border-color: #CF1259;
}
.TagClassName
{
border-color: #CF1259;
}
</style>