Shades of Ruby #CB1363
Tints of Ruby #CB1363
RGB
CMYK
RGB Variations
Color information
#CB1363 (or 0xCB1363) is known color: Ruby. HEX triplet: CB, 13 and 63. RGB value is (203,19,99). Sum of RGB (Red+Green+Blue) = 203+19+99=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1363 is #34EC9C. Grayscale: #535353. Windows color (decimal): -3468445 or 6493131. OLE color: 6493131.
HSL color Cylindrical-coordinate representation of color #CB1363: hue angle of 333.91º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1363 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 99 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.20 |
| HSL | 333.91º | 0.83% | 0.44% | - |
| HSV(B) | 333.91º | 0.91% | 0.8% | - |
| XYZ | 27.11 | 14.06 | 13.09 | - |
| YUV | 83.14 | 136.96 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 99 | 0 | 0.91 | 0.51 | 0.20 | 333.91 | 0.83 | 0.44 |
| Hex | CB | 13 | 63 | 0 | 5B | 33 | 14 | 14E | 53 | 2C |
| Octal | 313 | 23 | 143 | 0 | 133 | 63 | 24 | 516 | 123 | 54 |
| Binary | 11001011 | 10011 | 1100011 | 0 | 1011011 | 110011 | 10100 | 101001110 | 1010011 | 101100 |
Color Harmonies of #CB1363
Complementary color
Monochromatic Colors of #CB1363
Black with #CB1363
Text Example
Text Example
White with #CB1363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1363; }
p { color: rgb(203,19,99); }
H1.HeaderClassName
{
color: #CB1363;
}
.AnyTagClassName
{
color: #CB1363;
}
</style>
background-color css
<style>
a { background-color: #CB1363; }
a { background-color: rgb(203,19,99); }
div.DivClassName
{
background-color: #CB1363;
}
.BgClassName
{
background-color: #CB1363;
}
</style>
border-color css
<style>
span { border-color: #CB1363; }
span { border-color: rgb(203,19,99); }
td.TdClassName
{
border-color: #CB1363;
}
.TagClassName
{
border-color: #CB1363;
}
</style>