Shades of Ruby #CF1459
Tints of Ruby #CF1459
RGB
CMYK
RGB Variations
Color information
#CF1459 (or 0xCF1459) is known color: Ruby. HEX triplet: CF, 14 and 59. RGB value is (207,20,89). Sum of RGB (Red+Green+Blue) = 207+20+89=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1459 is #30EBA6. Grayscale: #535353. Windows color (decimal): -3206055 or 5838031. OLE color: 5838031.
HSL color Cylindrical-coordinate representation of color #CF1459: hue angle of 337.86º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1459 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 89 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.19 |
| HSL | 337.86º | 0.82% | 0.45% | - |
| HSV(B) | 337.86º | 0.9% | 0.81% | - |
| XYZ | 27.79 | 14.49 | 10.78 | - |
| YUV | 83.78 | 130.95 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 89 | 0 | 0.90 | 0.57 | 0.19 | 337.86 | 0.82 | 0.45 |
| Hex | CF | 14 | 59 | 0 | 5A | 39 | 13 | 152 | 52 | 2D |
| Octal | 317 | 24 | 131 | 0 | 132 | 71 | 23 | 522 | 122 | 55 |
| Binary | 11001111 | 10100 | 1011001 | 0 | 1011010 | 111001 | 10011 | 101010010 | 1010010 | 101101 |
Color Harmonies of #CF1459
Complementary color
Monochromatic Colors of #CF1459
Black with #CF1459
Text Example
Text Example
White with #CF1459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1459; }
p { color: rgb(207,20,89); }
H1.HeaderClassName
{
color: #CF1459;
}
.AnyTagClassName
{
color: #CF1459;
}
</style>
background-color css
<style>
a { background-color: #CF1459; }
a { background-color: rgb(207,20,89); }
div.DivClassName
{
background-color: #CF1459;
}
.BgClassName
{
background-color: #CF1459;
}
</style>
border-color css
<style>
span { border-color: #CF1459; }
span { border-color: rgb(207,20,89); }
td.TdClassName
{
border-color: #CF1459;
}
.TagClassName
{
border-color: #CF1459;
}
</style>