Shades of Ruby #CA1458
Tints of Ruby #CA1458
RGB
CMYK
RGB Variations
Color information
#CA1458 (or 0xCA1458) is known color: Ruby. HEX triplet: CA, 14 and 58. RGB value is (202,20,88). Sum of RGB (Red+Green+Blue) = 202+20+88=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1458 is #35EBA7. Grayscale: #525252. Windows color (decimal): -3533736 or 5772490. OLE color: 5772490.
HSL color Cylindrical-coordinate representation of color #CA1458: hue angle of 337.58º 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 #CA1458 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 88 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.21 |
| HSL | 337.58º | 0.82% | 0.44% | - |
| HSV(B) | 337.58º | 0.9% | 0.79% | - |
| XYZ | 26.37 | 13.76 | 10.5 | - |
| YUV | 82.17 | 131.3 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 88 | 0 | 0.90 | 0.56 | 0.21 | 337.58 | 0.82 | 0.44 |
| Hex | CA | 14 | 58 | 0 | 5A | 38 | 15 | 152 | 52 | 2C |
| Octal | 312 | 24 | 130 | 0 | 132 | 70 | 25 | 522 | 122 | 54 |
| Binary | 11001010 | 10100 | 1011000 | 0 | 1011010 | 111000 | 10101 | 101010010 | 1010010 | 101100 |
Color Harmonies of #CA1458
Complementary color
Monochromatic Colors of #CA1458
Black with #CA1458
Text Example
Text Example
White with #CA1458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1458; }
p { color: rgb(202,20,88); }
H1.HeaderClassName
{
color: #CA1458;
}
.AnyTagClassName
{
color: #CA1458;
}
</style>
background-color css
<style>
a { background-color: #CA1458; }
a { background-color: rgb(202,20,88); }
div.DivClassName
{
background-color: #CA1458;
}
.BgClassName
{
background-color: #CA1458;
}
</style>
border-color css
<style>
span { border-color: #CA1458; }
span { border-color: rgb(202,20,88); }
td.TdClassName
{
border-color: #CA1458;
}
.TagClassName
{
border-color: #CA1458;
}
</style>