Shades of Ruby #CA1351
Tints of Ruby #CA1351
RGB
CMYK
RGB Variations
Color information
#CA1351 (or 0xCA1351) is known color: Ruby. HEX triplet: CA, 13 and 51. RGB value is (202,19,81). Sum of RGB (Red+Green+Blue) = 202+19+81=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1351 is #35ECAE. Grayscale: #505050. Windows color (decimal): -3533999 or 5313482. OLE color: 5313482.
HSL color Cylindrical-coordinate representation of color #CA1351: hue angle of 339.67º 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 #CA1351 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 81 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.21 |
| HSL | 339.67º | 0.83% | 0.43% | - |
| HSV(B) | 339.67º | 0.91% | 0.79% | - |
| XYZ | 26.08 | 13.62 | 9.04 | - |
| YUV | 80.79 | 128.13 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 81 | 0 | 0.91 | 0.60 | 0.21 | 339.67 | 0.83 | 0.43 |
| Hex | CA | 13 | 51 | 0 | 5B | 3C | 15 | 154 | 53 | 2B |
| Octal | 312 | 23 | 121 | 0 | 133 | 74 | 25 | 524 | 123 | 53 |
| Binary | 11001010 | 10011 | 1010001 | 0 | 1011011 | 111100 | 10101 | 101010100 | 1010011 | 101011 |
Color Harmonies of #CA1351
Complementary color
Monochromatic Colors of #CA1351
Black with #CA1351
Text Example
Text Example
White with #CA1351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1351; }
p { color: rgb(202,19,81); }
H1.HeaderClassName
{
color: #CA1351;
}
.AnyTagClassName
{
color: #CA1351;
}
</style>
background-color css
<style>
a { background-color: #CA1351; }
a { background-color: rgb(202,19,81); }
div.DivClassName
{
background-color: #CA1351;
}
.BgClassName
{
background-color: #CA1351;
}
</style>
border-color css
<style>
span { border-color: #CA1351; }
span { border-color: rgb(202,19,81); }
td.TdClassName
{
border-color: #CA1351;
}
.TagClassName
{
border-color: #CA1351;
}
</style>