Shades of Ruby #CA1959
Tints of Ruby #CA1959
RGB
CMYK
RGB Variations
Color information
#CA1959 (or 0xCA1959) is known color: Ruby. HEX triplet: CA, 19 and 59. RGB value is (202,25,89). Sum of RGB (Red+Green+Blue) = 202+25+89=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1959 is #35E6A6. Grayscale: #555555. Windows color (decimal): -3532455 or 5839306. OLE color: 5839306.
HSL color Cylindrical-coordinate representation of color #CA1959: hue angle of 338.31º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1959 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 25 | 89 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.21 |
| HSL | 338.31º | 0.78% | 0.45% | - |
| HSV(B) | 338.31º | 0.88% | 0.79% | - |
| XYZ | 26.51 | 13.97 | 10.75 | - |
| YUV | 85.22 | 130.14 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 89 | 0 | 0.88 | 0.56 | 0.21 | 338.31 | 0.78 | 0.45 |
| Hex | CA | 19 | 59 | 0 | 58 | 38 | 15 | 152 | 4E | 2D |
| Octal | 312 | 31 | 131 | 0 | 130 | 70 | 25 | 522 | 116 | 55 |
| Binary | 11001010 | 11001 | 1011001 | 0 | 1011000 | 111000 | 10101 | 101010010 | 1001110 | 101101 |
Color Harmonies of #CA1959
Complementary color
Monochromatic Colors of #CA1959
Black with #CA1959
Text Example
Text Example
White with #CA1959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1959; }
p { color: rgb(202,25,89); }
H1.HeaderClassName
{
color: #CA1959;
}
.AnyTagClassName
{
color: #CA1959;
}
</style>
background-color css
<style>
a { background-color: #CA1959; }
a { background-color: rgb(202,25,89); }
div.DivClassName
{
background-color: #CA1959;
}
.BgClassName
{
background-color: #CA1959;
}
</style>
border-color css
<style>
span { border-color: #CA1959; }
span { border-color: rgb(202,25,89); }
td.TdClassName
{
border-color: #CA1959;
}
.TagClassName
{
border-color: #CA1959;
}
</style>