Shades of Ruby #CB1459
Tints of Ruby #CB1459
RGB
CMYK
RGB Variations
Color information
#CB1459 (or 0xCB1459) is known color: Ruby. HEX triplet: CB, 14 and 59. RGB value is (203,20,89). Sum of RGB (Red+Green+Blue) = 203+20+89=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1459 is #34EBA6. Grayscale: #525252. Windows color (decimal): -3468199 or 5838027. OLE color: 5838027.
HSL color Cylindrical-coordinate representation of color #CB1459: hue angle of 337.38º degrees, saturation: 0.82, 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 #CB1459 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 89 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.20 |
| HSL | 337.38º | 0.82% | 0.44% | - |
| HSV(B) | 337.38º | 0.9% | 0.8% | - |
| XYZ | 26.68 | 13.92 | 10.73 | - |
| YUV | 82.58 | 131.63 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 89 | 0 | 0.90 | 0.56 | 0.20 | 337.38 | 0.82 | 0.44 |
| Hex | CB | 14 | 59 | 0 | 5A | 38 | 14 | 151 | 52 | 2C |
| Octal | 313 | 24 | 131 | 0 | 132 | 70 | 24 | 521 | 122 | 54 |
| Binary | 11001011 | 10100 | 1011001 | 0 | 1011010 | 111000 | 10100 | 101010001 | 1010010 | 101100 |
Color Harmonies of #CB1459
Complementary color
Monochromatic Colors of #CB1459
Black with #CB1459
Text Example
Text Example
White with #CB1459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1459; }
p { color: rgb(203,20,89); }
H1.HeaderClassName
{
color: #CB1459;
}
.AnyTagClassName
{
color: #CB1459;
}
</style>
background-color css
<style>
a { background-color: #CB1459; }
a { background-color: rgb(203,20,89); }
div.DivClassName
{
background-color: #CB1459;
}
.BgClassName
{
background-color: #CB1459;
}
</style>
border-color css
<style>
span { border-color: #CB1459; }
span { border-color: rgb(203,20,89); }
td.TdClassName
{
border-color: #CB1459;
}
.TagClassName
{
border-color: #CB1459;
}
</style>