Shades of Ruby #CA1361
Tints of Ruby #CA1361
RGB
CMYK
RGB Variations
Color information
#CA1361 (or 0xCA1361) is known color: Ruby. HEX triplet: CA, 13 and 61. RGB value is (202,19,97). Sum of RGB (Red+Green+Blue) = 202+19+97=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1361 is #35EC9E. Grayscale: #525252. Windows color (decimal): -3533983 or 6362058. OLE color: 6362058.
HSL color Cylindrical-coordinate representation of color #CA1361: hue angle of 334.43º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1361 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 97 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.21 |
| HSL | 334.43º | 0.83% | 0.43% | - |
| HSV(B) | 334.43º | 0.91% | 0.79% | - |
| XYZ | 26.75 | 13.89 | 12.58 | - |
| YUV | 82.61 | 136.13 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 97 | 0 | 0.91 | 0.52 | 0.21 | 334.43 | 0.83 | 0.43 |
| Hex | CA | 13 | 61 | 0 | 5B | 34 | 15 | 14E | 53 | 2B |
| Octal | 312 | 23 | 141 | 0 | 133 | 64 | 25 | 516 | 123 | 53 |
| Binary | 11001010 | 10011 | 1100001 | 0 | 1011011 | 110100 | 10101 | 101001110 | 1010011 | 101011 |
Color Harmonies of #CA1361
Complementary color
Monochromatic Colors of #CA1361
Black with #CA1361
Text Example
Text Example
White with #CA1361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1361; }
p { color: rgb(202,19,97); }
H1.HeaderClassName
{
color: #CA1361;
}
.AnyTagClassName
{
color: #CA1361;
}
</style>
background-color css
<style>
a { background-color: #CA1361; }
a { background-color: rgb(202,19,97); }
div.DivClassName
{
background-color: #CA1361;
}
.BgClassName
{
background-color: #CA1361;
}
</style>
border-color css
<style>
span { border-color: #CA1361; }
span { border-color: rgb(202,19,97); }
td.TdClassName
{
border-color: #CA1361;
}
.TagClassName
{
border-color: #CA1361;
}
</style>