Shades of Ruby #CF1856
Tints of Ruby #CF1856
RGB
CMYK
RGB Variations
Color information
#CF1856 (or 0xCF1856) is known color: Ruby. HEX triplet: CF, 18 and 56. RGB value is (207,24,86). Sum of RGB (Red+Green+Blue) = 207+24+86=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1856 is #30E7A9. Grayscale: #555555. Windows color (decimal): -3205034 or 5642447. OLE color: 5642447.
HSL color Cylindrical-coordinate representation of color #CF1856: hue angle of 339.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1856 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 86 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.19 |
| HSL | 339.67º | 0.79% | 0.45% | - |
| HSV(B) | 339.67º | 0.88% | 0.81% | - |
| XYZ | 27.74 | 14.59 | 10.16 | - |
| YUV | 85.79 | 128.13 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 86 | 0 | 0.88 | 0.58 | 0.19 | 339.67 | 0.79 | 0.45 |
| Hex | CF | 18 | 56 | 0 | 58 | 3A | 13 | 154 | 4F | 2D |
| Octal | 317 | 30 | 126 | 0 | 130 | 72 | 23 | 524 | 117 | 55 |
| Binary | 11001111 | 11000 | 1010110 | 0 | 1011000 | 111010 | 10011 | 101010100 | 1001111 | 101101 |
Color Harmonies of #CF1856
Complementary color
Monochromatic Colors of #CF1856
Black with #CF1856
Text Example
Text Example
White with #CF1856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1856; }
p { color: rgb(207,24,86); }
H1.HeaderClassName
{
color: #CF1856;
}
.AnyTagClassName
{
color: #CF1856;
}
</style>
background-color css
<style>
a { background-color: #CF1856; }
a { background-color: rgb(207,24,86); }
div.DivClassName
{
background-color: #CF1856;
}
.BgClassName
{
background-color: #CF1856;
}
</style>
border-color css
<style>
span { border-color: #CF1856; }
span { border-color: rgb(207,24,86); }
td.TdClassName
{
border-color: #CF1856;
}
.TagClassName
{
border-color: #CF1856;
}
</style>