Shades of Ruby #CF1369
Tints of Ruby #CF1369
RGB
CMYK
RGB Variations
Color information
#CF1369 (or 0xCF1369) is known color: Ruby. HEX triplet: CF, 13 and 69. RGB value is (207,19,105). Sum of RGB (Red+Green+Blue) = 207+19+105=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1369 is #30EC96. Grayscale: #545454. Windows color (decimal): -3206295 or 6886351. OLE color: 6886351.
HSL color Cylindrical-coordinate representation of color #CF1369: hue angle of 332.55º 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 #CF1369 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 105 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.19 |
| HSL | 332.55º | 0.83% | 0.44% | - |
| HSV(B) | 332.55º | 0.91% | 0.81% | - |
| XYZ | 28.51 | 14.75 | 14.71 | - |
| YUV | 85.02 | 139.28 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 105 | 0 | 0.91 | 0.49 | 0.19 | 332.55 | 0.83 | 0.44 |
| Hex | CF | 13 | 69 | 0 | 5B | 31 | 13 | 14D | 53 | 2C |
| Octal | 317 | 23 | 151 | 0 | 133 | 61 | 23 | 515 | 123 | 54 |
| Binary | 11001111 | 10011 | 1101001 | 0 | 1011011 | 110001 | 10011 | 101001101 | 1010011 | 101100 |
Color Harmonies of #CF1369
Complementary color
Monochromatic Colors of #CF1369
Black with #CF1369
Text Example
Text Example
White with #CF1369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1369; }
p { color: rgb(207,19,105); }
H1.HeaderClassName
{
color: #CF1369;
}
.AnyTagClassName
{
color: #CF1369;
}
</style>
background-color css
<style>
a { background-color: #CF1369; }
a { background-color: rgb(207,19,105); }
div.DivClassName
{
background-color: #CF1369;
}
.BgClassName
{
background-color: #CF1369;
}
</style>
border-color css
<style>
span { border-color: #CF1369; }
span { border-color: rgb(207,19,105); }
td.TdClassName
{
border-color: #CF1369;
}
.TagClassName
{
border-color: #CF1369;
}
</style>