Shades of Ruby #CB1751
Tints of Ruby #CB1751
RGB
CMYK
RGB Variations
Color information
#CB1751 (or 0xCB1751) is known color: Ruby. HEX triplet: CB, 17 and 51. RGB value is (203,23,81). Sum of RGB (Red+Green+Blue) = 203+23+81=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1751 is #34E8AE. Grayscale: #535353. Windows color (decimal): -3467439 or 5314507. OLE color: 5314507.
HSL color Cylindrical-coordinate representation of color #CB1751: hue angle of 340.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1751 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 81 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.20 |
| HSL | 340.67º | 0.8% | 0.44% | - |
| HSV(B) | 340.67º | 0.89% | 0.8% | - |
| XYZ | 26.42 | 13.9 | 9.08 | - |
| YUV | 83.43 | 126.63 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 81 | 0 | 0.89 | 0.60 | 0.20 | 340.67 | 0.8 | 0.44 |
| Hex | CB | 17 | 51 | 0 | 59 | 3C | 14 | 155 | 50 | 2C |
| Octal | 313 | 27 | 121 | 0 | 131 | 74 | 24 | 525 | 120 | 54 |
| Binary | 11001011 | 10111 | 1010001 | 0 | 1011001 | 111100 | 10100 | 101010101 | 1010000 | 101100 |
Color Harmonies of #CB1751
Complementary color
Monochromatic Colors of #CB1751
Black with #CB1751
Text Example
Text Example
White with #CB1751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1751; }
p { color: rgb(203,23,81); }
H1.HeaderClassName
{
color: #CB1751;
}
.AnyTagClassName
{
color: #CB1751;
}
</style>
background-color css
<style>
a { background-color: #CB1751; }
a { background-color: rgb(203,23,81); }
div.DivClassName
{
background-color: #CB1751;
}
.BgClassName
{
background-color: #CB1751;
}
</style>
border-color css
<style>
span { border-color: #CB1751; }
span { border-color: rgb(203,23,81); }
td.TdClassName
{
border-color: #CB1751;
}
.TagClassName
{
border-color: #CB1751;
}
</style>