Shades of Ruby #CB1553
Tints of Ruby #CB1553
RGB
CMYK
RGB Variations
Color information
#CB1553 (or 0xCB1553) is known color: Ruby. HEX triplet: CB, 15 and 53. RGB value is (203,21,83). Sum of RGB (Red+Green+Blue) = 203+21+83=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1553 is #34EAAC. Grayscale: #525252. Windows color (decimal): -3467949 or 5445067. OLE color: 5445067.
HSL color Cylindrical-coordinate representation of color #CB1553: hue angle of 339.56º 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 #CB1553 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 83 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.20 |
| HSL | 339.56º | 0.81% | 0.44% | - |
| HSV(B) | 339.56º | 0.9% | 0.8% | - |
| XYZ | 26.46 | 13.86 | 9.46 | - |
| YUV | 82.49 | 128.3 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 83 | 0 | 0.90 | 0.59 | 0.20 | 339.56 | 0.81 | 0.44 |
| Hex | CB | 15 | 53 | 0 | 5A | 3B | 14 | 154 | 51 | 2C |
| Octal | 313 | 25 | 123 | 0 | 132 | 73 | 24 | 524 | 121 | 54 |
| Binary | 11001011 | 10101 | 1010011 | 0 | 1011010 | 111011 | 10100 | 101010100 | 1010001 | 101100 |
Color Harmonies of #CB1553
Complementary color
Monochromatic Colors of #CB1553
Black with #CB1553
Text Example
Text Example
White with #CB1553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1553; }
p { color: rgb(203,21,83); }
H1.HeaderClassName
{
color: #CB1553;
}
.AnyTagClassName
{
color: #CB1553;
}
</style>
background-color css
<style>
a { background-color: #CB1553; }
a { background-color: rgb(203,21,83); }
div.DivClassName
{
background-color: #CB1553;
}
.BgClassName
{
background-color: #CB1553;
}
</style>
border-color css
<style>
span { border-color: #CB1553; }
span { border-color: rgb(203,21,83); }
td.TdClassName
{
border-color: #CB1553;
}
.TagClassName
{
border-color: #CB1553;
}
</style>