Shades of Ruby #CF1359
Tints of Ruby #CF1359
RGB
CMYK
RGB Variations
Color information
#CF1359 (or 0xCF1359) is known color: Ruby. HEX triplet: CF, 13 and 59. RGB value is (207,19,89). Sum of RGB (Red+Green+Blue) = 207+19+89=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1359 is #30ECA6. Grayscale: #535353. Windows color (decimal): -3206311 or 5837775. OLE color: 5837775.
HSL color Cylindrical-coordinate representation of color #CF1359: hue angle of 337.66º degrees, saturation: 0.83, 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 #CF1359 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 89 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.19 |
| HSL | 337.66º | 0.83% | 0.44% | - |
| HSV(B) | 337.66º | 0.91% | 0.81% | - |
| XYZ | 27.77 | 14.45 | 10.78 | - |
| YUV | 83.19 | 131.28 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 89 | 0 | 0.91 | 0.57 | 0.19 | 337.66 | 0.83 | 0.44 |
| Hex | CF | 13 | 59 | 0 | 5B | 39 | 13 | 152 | 53 | 2C |
| Octal | 317 | 23 | 131 | 0 | 133 | 71 | 23 | 522 | 123 | 54 |
| Binary | 11001111 | 10011 | 1011001 | 0 | 1011011 | 111001 | 10011 | 101010010 | 1010011 | 101100 |
Color Harmonies of #CF1359
Complementary color
Monochromatic Colors of #CF1359
Black with #CF1359
Text Example
Text Example
White with #CF1359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1359; }
p { color: rgb(207,19,89); }
H1.HeaderClassName
{
color: #CF1359;
}
.AnyTagClassName
{
color: #CF1359;
}
</style>
background-color css
<style>
a { background-color: #CF1359; }
a { background-color: rgb(207,19,89); }
div.DivClassName
{
background-color: #CF1359;
}
.BgClassName
{
background-color: #CF1359;
}
</style>
border-color css
<style>
span { border-color: #CF1359; }
span { border-color: rgb(207,19,89); }
td.TdClassName
{
border-color: #CF1359;
}
.TagClassName
{
border-color: #CF1359;
}
</style>