Shades of Ruby #CA1F5E
Tints of Ruby #CA1F5E
RGB
CMYK
RGB Variations
Color information
#CA1F5E (or 0xCA1F5E) is known color: Ruby. HEX triplet: CA, 1F and 5E. RGB value is (202,31,94). Sum of RGB (Red+Green+Blue) = 202+31+94=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 31 (12.5% from 255 or 9.48% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1F5E is #35E0A1. Grayscale: #595959. Windows color (decimal): -3530914 or 6168522. OLE color: 6168522.
HSL color Cylindrical-coordinate representation of color #CA1F5E: hue angle of 337.89º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1F5E is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 31 | 94 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.21 |
| HSL | 337.89º | 0.73% | 0.46% | - |
| HSV(B) | 337.89º | 0.85% | 0.79% | - |
| XYZ | 26.87 | 14.34 | 11.94 | - |
| YUV | 89.31 | 130.65 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 94 | 0 | 0.85 | 0.53 | 0.21 | 337.89 | 0.73 | 0.46 |
| Hex | CA | 1F | 5E | 0 | 55 | 35 | 15 | 152 | 49 | 2E |
| Octal | 312 | 37 | 136 | 0 | 125 | 65 | 25 | 522 | 111 | 56 |
| Binary | 11001010 | 11111 | 1011110 | 0 | 1010101 | 110101 | 10101 | 101010010 | 1001001 | 101110 |
Color Harmonies of #CA1F5E
Complementary color
Monochromatic Colors of #CA1F5E
Black with #CA1F5E
Text Example
Text Example
White with #CA1F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1F5E; }
p { color: rgb(202,31,94); }
H1.HeaderClassName
{
color: #CA1F5E;
}
.AnyTagClassName
{
color: #CA1F5E;
}
</style>
background-color css
<style>
a { background-color: #CA1F5E; }
a { background-color: rgb(202,31,94); }
div.DivClassName
{
background-color: #CA1F5E;
}
.BgClassName
{
background-color: #CA1F5E;
}
</style>
border-color css
<style>
span { border-color: #CA1F5E; }
span { border-color: rgb(202,31,94); }
td.TdClassName
{
border-color: #CA1F5E;
}
.TagClassName
{
border-color: #CA1F5E;
}
</style>