Shades of Ruby #CF155F
Tints of Ruby #CF155F
RGB
CMYK
RGB Variations
Color information
#CF155F (or 0xCF155F) is known color: Ruby. HEX triplet: CF, 15 and 5F. RGB value is (207,21,95). Sum of RGB (Red+Green+Blue) = 207+21+95=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF155F is #30EAA0. Grayscale: #545454. Windows color (decimal): -3205793 or 6231503. OLE color: 6231503.
HSL color Cylindrical-coordinate representation of color #CF155F: hue angle of 336.13º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF155F is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 95 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.19 |
| HSL | 336.13º | 0.82% | 0.45% | - |
| HSV(B) | 336.13º | 0.9% | 0.81% | - |
| XYZ | 28.07 | 14.63 | 12.17 | - |
| YUV | 85.05 | 133.62 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 95 | 0 | 0.90 | 0.54 | 0.19 | 336.13 | 0.82 | 0.45 |
| Hex | CF | 15 | 5F | 0 | 5A | 36 | 13 | 150 | 52 | 2D |
| Octal | 317 | 25 | 137 | 0 | 132 | 66 | 23 | 520 | 122 | 55 |
| Binary | 11001111 | 10101 | 1011111 | 0 | 1011010 | 110110 | 10011 | 101010000 | 1010010 | 101101 |
Color Harmonies of #CF155F
Complementary color
Monochromatic Colors of #CF155F
Black with #CF155F
Text Example
Text Example
White with #CF155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF155F; }
p { color: rgb(207,21,95); }
H1.HeaderClassName
{
color: #CF155F;
}
.AnyTagClassName
{
color: #CF155F;
}
</style>
background-color css
<style>
a { background-color: #CF155F; }
a { background-color: rgb(207,21,95); }
div.DivClassName
{
background-color: #CF155F;
}
.BgClassName
{
background-color: #CF155F;
}
</style>
border-color css
<style>
span { border-color: #CF155F; }
span { border-color: rgb(207,21,95); }
td.TdClassName
{
border-color: #CF155F;
}
.TagClassName
{
border-color: #CF155F;
}
</style>