Shades of Ruby #CF1351
Tints of Ruby #CF1351
RGB
CMYK
RGB Variations
Color information
#CF1351 (or 0xCF1351) is known color: Ruby. HEX triplet: CF, 13 and 51. RGB value is (207,19,81). Sum of RGB (Red+Green+Blue) = 207+19+81=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1351 is #30ECAE. Grayscale: #525252. Windows color (decimal): -3206319 or 5313487. OLE color: 5313487.
HSL color Cylindrical-coordinate representation of color #CF1351: hue angle of 340.21º 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 #CF1351 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 81 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.19 |
| HSL | 340.21º | 0.83% | 0.44% | - |
| HSV(B) | 340.21º | 0.91% | 0.81% | - |
| XYZ | 27.45 | 14.33 | 9.1 | - |
| YUV | 82.28 | 127.28 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 81 | 0 | 0.91 | 0.61 | 0.19 | 340.21 | 0.83 | 0.44 |
| Hex | CF | 13 | 51 | 0 | 5B | 3D | 13 | 154 | 53 | 2C |
| Octal | 317 | 23 | 121 | 0 | 133 | 75 | 23 | 524 | 123 | 54 |
| Binary | 11001111 | 10011 | 1010001 | 0 | 1011011 | 111101 | 10011 | 101010100 | 1010011 | 101100 |
Color Harmonies of #CF1351
Complementary color
Monochromatic Colors of #CF1351
Black with #CF1351
Text Example
Text Example
White with #CF1351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1351; }
p { color: rgb(207,19,81); }
H1.HeaderClassName
{
color: #CF1351;
}
.AnyTagClassName
{
color: #CF1351;
}
</style>
background-color css
<style>
a { background-color: #CF1351; }
a { background-color: rgb(207,19,81); }
div.DivClassName
{
background-color: #CF1351;
}
.BgClassName
{
background-color: #CF1351;
}
</style>
border-color css
<style>
span { border-color: #CF1351; }
span { border-color: rgb(207,19,81); }
td.TdClassName
{
border-color: #CF1351;
}
.TagClassName
{
border-color: #CF1351;
}
</style>