Shades of Ruby #CF1363
Tints of Ruby #CF1363
RGB
CMYK
RGB Variations
Color information
#CF1363 (or 0xCF1363) is known color: Ruby. HEX triplet: CF, 13 and 63. RGB value is (207,19,99). Sum of RGB (Red+Green+Blue) = 207+19+99=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1363 is #30EC9C. Grayscale: #545454. Windows color (decimal): -3206301 or 6493135. OLE color: 6493135.
HSL color Cylindrical-coordinate representation of color #CF1363: hue angle of 334.47º 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 #CF1363 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 99 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.19 |
| HSL | 334.47º | 0.83% | 0.44% | - |
| HSV(B) | 334.47º | 0.91% | 0.81% | - |
| XYZ | 28.22 | 14.63 | 13.14 | - |
| YUV | 84.33 | 136.28 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 99 | 0 | 0.91 | 0.52 | 0.19 | 334.47 | 0.83 | 0.44 |
| Hex | CF | 13 | 63 | 0 | 5B | 34 | 13 | 14E | 53 | 2C |
| Octal | 317 | 23 | 143 | 0 | 133 | 64 | 23 | 516 | 123 | 54 |
| Binary | 11001111 | 10011 | 1100011 | 0 | 1011011 | 110100 | 10011 | 101001110 | 1010011 | 101100 |
Color Harmonies of #CF1363
Complementary color
Monochromatic Colors of #CF1363
Black with #CF1363
Text Example
Text Example
White with #CF1363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1363; }
p { color: rgb(207,19,99); }
H1.HeaderClassName
{
color: #CF1363;
}
.AnyTagClassName
{
color: #CF1363;
}
</style>
background-color css
<style>
a { background-color: #CF1363; }
a { background-color: rgb(207,19,99); }
div.DivClassName
{
background-color: #CF1363;
}
.BgClassName
{
background-color: #CF1363;
}
</style>
border-color css
<style>
span { border-color: #CF1363; }
span { border-color: rgb(207,19,99); }
td.TdClassName
{
border-color: #CF1363;
}
.TagClassName
{
border-color: #CF1363;
}
</style>