Shades of Ruby #CF1366
Tints of Ruby #CF1366
RGB
CMYK
RGB Variations
Color information
#CF1366 (or 0xCF1366) is known color: Ruby. HEX triplet: CF, 13 and 66. RGB value is (207,19,102). Sum of RGB (Red+Green+Blue) = 207+19+102=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1366 is #30EC99. Grayscale: #545454. Windows color (decimal): -3206298 or 6689743. OLE color: 6689743.
HSL color Cylindrical-coordinate representation of color #CF1366: hue angle of 333.51º 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 #CF1366 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 102 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.19 |
| HSL | 333.51º | 0.83% | 0.44% | - |
| HSV(B) | 333.51º | 0.91% | 0.81% | - |
| XYZ | 28.36 | 14.69 | 13.91 | - |
| YUV | 84.67 | 137.78 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 102 | 0 | 0.91 | 0.51 | 0.19 | 333.51 | 0.83 | 0.44 |
| Hex | CF | 13 | 66 | 0 | 5B | 33 | 13 | 14E | 53 | 2C |
| Octal | 317 | 23 | 146 | 0 | 133 | 63 | 23 | 516 | 123 | 54 |
| Binary | 11001111 | 10011 | 1100110 | 0 | 1011011 | 110011 | 10011 | 101001110 | 1010011 | 101100 |
Color Harmonies of #CF1366
Complementary color
Monochromatic Colors of #CF1366
Black with #CF1366
Text Example
Text Example
White with #CF1366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1366; }
p { color: rgb(207,19,102); }
H1.HeaderClassName
{
color: #CF1366;
}
.AnyTagClassName
{
color: #CF1366;
}
</style>
background-color css
<style>
a { background-color: #CF1366; }
a { background-color: rgb(207,19,102); }
div.DivClassName
{
background-color: #CF1366;
}
.BgClassName
{
background-color: #CF1366;
}
</style>
border-color css
<style>
span { border-color: #CF1366; }
span { border-color: rgb(207,19,102); }
td.TdClassName
{
border-color: #CF1366;
}
.TagClassName
{
border-color: #CF1366;
}
</style>