Shades of Ruby #CA1354
Tints of Ruby #CA1354
RGB
CMYK
RGB Variations
Color information
#CA1354 (or 0xCA1354) is known color: Ruby. HEX triplet: CA, 13 and 54. RGB value is (202,19,84). Sum of RGB (Red+Green+Blue) = 202+19+84=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1354 is #35ECAB. Grayscale: #515151. Windows color (decimal): -3533996 or 5510090. OLE color: 5510090.
HSL color Cylindrical-coordinate representation of color #CA1354: hue angle of 338.69º 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 #CA1354 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 84 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.21 |
| HSL | 338.69º | 0.83% | 0.43% | - |
| HSV(B) | 338.69º | 0.91% | 0.79% | - |
| XYZ | 26.19 | 13.66 | 9.64 | - |
| YUV | 81.13 | 129.63 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 84 | 0 | 0.91 | 0.58 | 0.21 | 338.69 | 0.83 | 0.43 |
| Hex | CA | 13 | 54 | 0 | 5B | 3A | 15 | 153 | 53 | 2B |
| Octal | 312 | 23 | 124 | 0 | 133 | 72 | 25 | 523 | 123 | 53 |
| Binary | 11001010 | 10011 | 1010100 | 0 | 1011011 | 111010 | 10101 | 101010011 | 1010011 | 101011 |
Color Harmonies of #CA1354
Complementary color
Monochromatic Colors of #CA1354
Black with #CA1354
Text Example
Text Example
White with #CA1354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1354; }
p { color: rgb(202,19,84); }
H1.HeaderClassName
{
color: #CA1354;
}
.AnyTagClassName
{
color: #CA1354;
}
</style>
background-color css
<style>
a { background-color: #CA1354; }
a { background-color: rgb(202,19,84); }
div.DivClassName
{
background-color: #CA1354;
}
.BgClassName
{
background-color: #CA1354;
}
</style>
border-color css
<style>
span { border-color: #CA1354; }
span { border-color: rgb(202,19,84); }
td.TdClassName
{
border-color: #CA1354;
}
.TagClassName
{
border-color: #CA1354;
}
</style>