Shades of Ruby #CF1255
Tints of Ruby #CF1255
RGB
CMYK
RGB Variations
Color information
#CF1255 (or 0xCF1255) is known color: Ruby. HEX triplet: CF, 12 and 55. RGB value is (207,18,85). Sum of RGB (Red+Green+Blue) = 207+18+85=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1255 is #30EDAA. Grayscale: #525252. Windows color (decimal): -3206571 or 5575375. OLE color: 5575375.
HSL color Cylindrical-coordinate representation of color #CF1255: hue angle of 338.73º 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 #CF1255 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 85 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.19 |
| HSL | 338.73º | 0.84% | 0.44% | - |
| HSV(B) | 338.73º | 0.91% | 0.81% | - |
| XYZ | 27.59 | 14.35 | 9.91 | - |
| YUV | 82.15 | 129.62 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 85 | 0 | 0.91 | 0.59 | 0.19 | 338.73 | 0.84 | 0.44 |
| Hex | CF | 12 | 55 | 0 | 5B | 3B | 13 | 153 | 54 | 2C |
| Octal | 317 | 22 | 125 | 0 | 133 | 73 | 23 | 523 | 124 | 54 |
| Binary | 11001111 | 10010 | 1010101 | 0 | 1011011 | 111011 | 10011 | 101010011 | 1010100 | 101100 |
Color Harmonies of #CF1255
Complementary color
Monochromatic Colors of #CF1255
Black with #CF1255
Text Example
Text Example
White with #CF1255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1255; }
p { color: rgb(207,18,85); }
H1.HeaderClassName
{
color: #CF1255;
}
.AnyTagClassName
{
color: #CF1255;
}
</style>
background-color css
<style>
a { background-color: #CF1255; }
a { background-color: rgb(207,18,85); }
div.DivClassName
{
background-color: #CF1255;
}
.BgClassName
{
background-color: #CF1255;
}
</style>
border-color css
<style>
span { border-color: #CF1255; }
span { border-color: rgb(207,18,85); }
td.TdClassName
{
border-color: #CF1255;
}
.TagClassName
{
border-color: #CF1255;
}
</style>