Shades of Ruby #CF1155
Tints of Ruby #CF1155
RGB
CMYK
RGB Variations
Color information
#CF1155 (or 0xCF1155) is known color: Ruby. HEX triplet: CF, 11 and 55. RGB value is (207,17,85). Sum of RGB (Red+Green+Blue) = 207+17+85=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1155 is #30EEAA. Grayscale: #515151. Windows color (decimal): -3206827 or 5575119. OLE color: 5575119.
HSL color Cylindrical-coordinate representation of color #CF1155: hue angle of 338.53º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF1155 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 85 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.19 |
| HSL | 338.53º | 0.85% | 0.44% | - |
| HSV(B) | 338.53º | 0.92% | 0.81% | - |
| XYZ | 27.57 | 14.32 | 9.91 | - |
| YUV | 81.56 | 129.95 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 85 | 0 | 0.92 | 0.59 | 0.19 | 338.53 | 0.85 | 0.44 |
| Hex | CF | 11 | 55 | 0 | 5C | 3B | 13 | 153 | 55 | 2C |
| Octal | 317 | 21 | 125 | 0 | 134 | 73 | 23 | 523 | 125 | 54 |
| Binary | 11001111 | 10001 | 1010101 | 0 | 1011100 | 111011 | 10011 | 101010011 | 1010101 | 101100 |
Color Harmonies of #CF1155
Complementary color
Monochromatic Colors of #CF1155
Black with #CF1155
Text Example
Text Example
White with #CF1155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1155; }
p { color: rgb(207,17,85); }
H1.HeaderClassName
{
color: #CF1155;
}
.AnyTagClassName
{
color: #CF1155;
}
</style>
background-color css
<style>
a { background-color: #CF1155; }
a { background-color: rgb(207,17,85); }
div.DivClassName
{
background-color: #CF1155;
}
.BgClassName
{
background-color: #CF1155;
}
</style>
border-color css
<style>
span { border-color: #CF1155; }
span { border-color: rgb(207,17,85); }
td.TdClassName
{
border-color: #CF1155;
}
.TagClassName
{
border-color: #CF1155;
}
</style>