Shades of Ruby #CF1361
Tints of Ruby #CF1361
RGB
CMYK
RGB Variations
Color information
#CF1361 (or 0xCF1361) is known color: Ruby. HEX triplet: CF, 13 and 61. RGB value is (207,19,97). Sum of RGB (Red+Green+Blue) = 207+19+97=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1361 is #30EC9E. Grayscale: #535353. Windows color (decimal): -3206303 or 6362063. OLE color: 6362063.
HSL color Cylindrical-coordinate representation of color #CF1361: hue angle of 335.11º 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 #CF1361 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 97 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.19 |
| HSL | 335.11º | 0.83% | 0.44% | - |
| HSV(B) | 335.11º | 0.91% | 0.81% | - |
| XYZ | 28.12 | 14.59 | 12.64 | - |
| YUV | 84.1 | 135.28 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 97 | 0 | 0.91 | 0.53 | 0.19 | 335.11 | 0.83 | 0.44 |
| Hex | CF | 13 | 61 | 0 | 5B | 35 | 13 | 14F | 53 | 2C |
| Octal | 317 | 23 | 141 | 0 | 133 | 65 | 23 | 517 | 123 | 54 |
| Binary | 11001111 | 10011 | 1100001 | 0 | 1011011 | 110101 | 10011 | 101001111 | 1010011 | 101100 |
Color Harmonies of #CF1361
Complementary color
Monochromatic Colors of #CF1361
Black with #CF1361
Text Example
Text Example
White with #CF1361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1361; }
p { color: rgb(207,19,97); }
H1.HeaderClassName
{
color: #CF1361;
}
.AnyTagClassName
{
color: #CF1361;
}
</style>
background-color css
<style>
a { background-color: #CF1361; }
a { background-color: rgb(207,19,97); }
div.DivClassName
{
background-color: #CF1361;
}
.BgClassName
{
background-color: #CF1361;
}
</style>
border-color css
<style>
span { border-color: #CF1361; }
span { border-color: rgb(207,19,97); }
td.TdClassName
{
border-color: #CF1361;
}
.TagClassName
{
border-color: #CF1361;
}
</style>