Shades of Ruby #CF1A57
Tints of Ruby #CF1A57
RGB
CMYK
RGB Variations
Color information
#CF1A57 (or 0xCF1A57) is known color: Ruby. HEX triplet: CF, 1A and 57. RGB value is (207,26,87). Sum of RGB (Red+Green+Blue) = 207+26+87=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1A57 is #30E5A8. Grayscale: #575757. Windows color (decimal): -3204521 or 5708495. OLE color: 5708495.
HSL color Cylindrical-coordinate representation of color #CF1A57: hue angle of 339.78º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1A57 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 26 | 87 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.19 |
| HSL | 339.78º | 0.78% | 0.46% | - |
| HSV(B) | 339.78º | 0.87% | 0.81% | - |
| XYZ | 27.82 | 14.69 | 10.39 | - |
| YUV | 87.07 | 127.97 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 87 | 0 | 0.87 | 0.58 | 0.19 | 339.78 | 0.78 | 0.46 |
| Hex | CF | 1A | 57 | 0 | 57 | 3A | 13 | 154 | 4E | 2E |
| Octal | 317 | 32 | 127 | 0 | 127 | 72 | 23 | 524 | 116 | 56 |
| Binary | 11001111 | 11010 | 1010111 | 0 | 1010111 | 111010 | 10011 | 101010100 | 1001110 | 101110 |
Color Harmonies of #CF1A57
Complementary color
Monochromatic Colors of #CF1A57
Black with #CF1A57
Text Example
Text Example
White with #CF1A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1A57; }
p { color: rgb(207,26,87); }
H1.HeaderClassName
{
color: #CF1A57;
}
.AnyTagClassName
{
color: #CF1A57;
}
</style>
background-color css
<style>
a { background-color: #CF1A57; }
a { background-color: rgb(207,26,87); }
div.DivClassName
{
background-color: #CF1A57;
}
.BgClassName
{
background-color: #CF1A57;
}
</style>
border-color css
<style>
span { border-color: #CF1A57; }
span { border-color: rgb(207,26,87); }
td.TdClassName
{
border-color: #CF1A57;
}
.TagClassName
{
border-color: #CF1A57;
}
</style>