Shades of Ruby #CA1451
Tints of Ruby #CA1451
RGB
CMYK
RGB Variations
Color information
#CA1451 (or 0xCA1451) is known color: Ruby. HEX triplet: CA, 14 and 51. RGB value is (202,20,81). Sum of RGB (Red+Green+Blue) = 202+20+81=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1451 is #35EBAE. Grayscale: #515151. Windows color (decimal): -3533743 or 5313738. OLE color: 5313738.
HSL color Cylindrical-coordinate representation of color #CA1451: hue angle of 339.89º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1451 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 81 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.21 |
| HSL | 339.89º | 0.82% | 0.44% | - |
| HSV(B) | 339.89º | 0.9% | 0.79% | - |
| XYZ | 26.09 | 13.65 | 9.04 | - |
| YUV | 81.37 | 127.8 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 81 | 0 | 0.90 | 0.60 | 0.21 | 339.89 | 0.82 | 0.44 |
| Hex | CA | 14 | 51 | 0 | 5A | 3C | 15 | 154 | 52 | 2C |
| Octal | 312 | 24 | 121 | 0 | 132 | 74 | 25 | 524 | 122 | 54 |
| Binary | 11001010 | 10100 | 1010001 | 0 | 1011010 | 111100 | 10101 | 101010100 | 1010010 | 101100 |
Color Harmonies of #CA1451
Complementary color
Monochromatic Colors of #CA1451
Black with #CA1451
Text Example
Text Example
White with #CA1451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1451; }
p { color: rgb(202,20,81); }
H1.HeaderClassName
{
color: #CA1451;
}
.AnyTagClassName
{
color: #CA1451;
}
</style>
background-color css
<style>
a { background-color: #CA1451; }
a { background-color: rgb(202,20,81); }
div.DivClassName
{
background-color: #CA1451;
}
.BgClassName
{
background-color: #CA1451;
}
</style>
border-color css
<style>
span { border-color: #CA1451; }
span { border-color: rgb(202,20,81); }
td.TdClassName
{
border-color: #CA1451;
}
.TagClassName
{
border-color: #CA1451;
}
</style>