Shades of Ruby #CF1653
Tints of Ruby #CF1653
RGB
CMYK
RGB Variations
Color information
#CF1653 (or 0xCF1653) is known color: Ruby. HEX triplet: CF, 16 and 53. RGB value is (207,22,83). Sum of RGB (Red+Green+Blue) = 207+22+83=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1653 is #30E9AC. Grayscale: #545454. Windows color (decimal): -3205549 or 5445327. OLE color: 5445327.
HSL color Cylindrical-coordinate representation of color #CF1653: hue angle of 340.22º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1653 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 83 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.19 |
| HSL | 340.22º | 0.81% | 0.45% | - |
| HSV(B) | 340.22º | 0.89% | 0.81% | - |
| XYZ | 27.58 | 14.46 | 9.52 | - |
| YUV | 84.27 | 127.29 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 83 | 0 | 0.89 | 0.60 | 0.19 | 340.22 | 0.81 | 0.45 |
| Hex | CF | 16 | 53 | 0 | 59 | 3C | 13 | 154 | 51 | 2D |
| Octal | 317 | 26 | 123 | 0 | 131 | 74 | 23 | 524 | 121 | 55 |
| Binary | 11001111 | 10110 | 1010011 | 0 | 1011001 | 111100 | 10011 | 101010100 | 1010001 | 101101 |
Color Harmonies of #CF1653
Complementary color
Monochromatic Colors of #CF1653
Black with #CF1653
Text Example
Text Example
White with #CF1653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1653; }
p { color: rgb(207,22,83); }
H1.HeaderClassName
{
color: #CF1653;
}
.AnyTagClassName
{
color: #CF1653;
}
</style>
background-color css
<style>
a { background-color: #CF1653; }
a { background-color: rgb(207,22,83); }
div.DivClassName
{
background-color: #CF1653;
}
.BgClassName
{
background-color: #CF1653;
}
</style>
border-color css
<style>
span { border-color: #CF1653; }
span { border-color: rgb(207,22,83); }
td.TdClassName
{
border-color: #CF1653;
}
.TagClassName
{
border-color: #CF1653;
}
</style>