Shades of Ruby #CB1558
Tints of Ruby #CB1558
RGB
CMYK
RGB Variations
Color information
#CB1558 (or 0xCB1558) is known color: Ruby. HEX triplet: CB, 15 and 58. RGB value is (203,21,88). Sum of RGB (Red+Green+Blue) = 203+21+88=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1558 is #34EAA7. Grayscale: #525252. Windows color (decimal): -3467944 or 5772747. OLE color: 5772747.
HSL color Cylindrical-coordinate representation of color #CB1558: hue angle of 337.91º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1558 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 88 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.20 |
| HSL | 337.91º | 0.81% | 0.44% | - |
| HSV(B) | 337.91º | 0.9% | 0.8% | - |
| XYZ | 26.66 | 13.94 | 10.52 | - |
| YUV | 83.06 | 130.8 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 88 | 0 | 0.90 | 0.57 | 0.20 | 337.91 | 0.81 | 0.44 |
| Hex | CB | 15 | 58 | 0 | 5A | 39 | 14 | 152 | 51 | 2C |
| Octal | 313 | 25 | 130 | 0 | 132 | 71 | 24 | 522 | 121 | 54 |
| Binary | 11001011 | 10101 | 1011000 | 0 | 1011010 | 111001 | 10100 | 101010010 | 1010001 | 101100 |
Color Harmonies of #CB1558
Complementary color
Monochromatic Colors of #CB1558
Black with #CB1558
Text Example
Text Example
White with #CB1558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1558; }
p { color: rgb(203,21,88); }
H1.HeaderClassName
{
color: #CB1558;
}
.AnyTagClassName
{
color: #CB1558;
}
</style>
background-color css
<style>
a { background-color: #CB1558; }
a { background-color: rgb(203,21,88); }
div.DivClassName
{
background-color: #CB1558;
}
.BgClassName
{
background-color: #CB1558;
}
</style>
border-color css
<style>
span { border-color: #CB1558; }
span { border-color: rgb(203,21,88); }
td.TdClassName
{
border-color: #CB1558;
}
.TagClassName
{
border-color: #CB1558;
}
</style>