Shades of Ruby #CF1362
Tints of Ruby #CF1362
RGB
CMYK
RGB Variations
Color information
#CF1362 (or 0xCF1362) is known color: Ruby. HEX triplet: CF, 13 and 62. RGB value is (207,19,98). Sum of RGB (Red+Green+Blue) = 207+19+98=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1362 is #30EC9D. Grayscale: #545454. Windows color (decimal): -3206302 or 6427599. OLE color: 6427599.
HSL color Cylindrical-coordinate representation of color #CF1362: hue angle of 334.79º 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 #CF1362 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 98 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.19 |
| HSL | 334.79º | 0.83% | 0.44% | - |
| HSV(B) | 334.79º | 0.91% | 0.81% | - |
| XYZ | 28.17 | 14.61 | 12.89 | - |
| YUV | 84.22 | 135.78 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 98 | 0 | 0.91 | 0.53 | 0.19 | 334.79 | 0.83 | 0.44 |
| Hex | CF | 13 | 62 | 0 | 5B | 35 | 13 | 14F | 53 | 2C |
| Octal | 317 | 23 | 142 | 0 | 133 | 65 | 23 | 517 | 123 | 54 |
| Binary | 11001111 | 10011 | 1100010 | 0 | 1011011 | 110101 | 10011 | 101001111 | 1010011 | 101100 |
Color Harmonies of #CF1362
Complementary color
Monochromatic Colors of #CF1362
Black with #CF1362
Text Example
Text Example
White with #CF1362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1362; }
p { color: rgb(207,19,98); }
H1.HeaderClassName
{
color: #CF1362;
}
.AnyTagClassName
{
color: #CF1362;
}
</style>
background-color css
<style>
a { background-color: #CF1362; }
a { background-color: rgb(207,19,98); }
div.DivClassName
{
background-color: #CF1362;
}
.BgClassName
{
background-color: #CF1362;
}
</style>
border-color css
<style>
span { border-color: #CF1362; }
span { border-color: rgb(207,19,98); }
td.TdClassName
{
border-color: #CF1362;
}
.TagClassName
{
border-color: #CF1362;
}
</style>