Shades of Ruby #C2145B
Tints of Ruby #C2145B
RGB
CMYK
RGB Variations
Color information
#C2145B (or 0xC2145B) is known color: Ruby. HEX triplet: C2, 14 and 5B. RGB value is (194,20,91). Sum of RGB (Red+Green+Blue) = 194+20+91=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C2145B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2145B is #3DEBA4. Grayscale: #505050. Windows color (decimal): -4058021 or 5969090. OLE color: 5969090.
HSL color Cylindrical-coordinate representation of color #C2145B: hue angle of 335.52º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2145B is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 91 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.24 |
| HSL | 335.52º | 0.81% | 0.42% | - |
| HSV(B) | 335.52º | 0.9% | 0.76% | - |
| XYZ | 24.39 | 12.72 | 11.07 | - |
| YUV | 80.12 | 134.15 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 91 | 0 | 0.90 | 0.53 | 0.24 | 335.52 | 0.81 | 0.42 |
| Hex | C2 | 14 | 5B | 0 | 5A | 35 | 18 | 150 | 51 | 2A |
| Octal | 302 | 24 | 133 | 0 | 132 | 65 | 30 | 520 | 121 | 52 |
| Binary | 11000010 | 10100 | 1011011 | 0 | 1011010 | 110101 | 11000 | 101010000 | 1010001 | 101010 |
Color Harmonies of #C2145B
Complementary color
Monochromatic Colors of #C2145B
Black with #C2145B
Text Example
Text Example
White with #C2145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2145B; }
p { color: rgb(194,20,91); }
H1.HeaderClassName
{
color: #C2145B;
}
.AnyTagClassName
{
color: #C2145B;
}
</style>
background-color css
<style>
a { background-color: #C2145B; }
a { background-color: rgb(194,20,91); }
div.DivClassName
{
background-color: #C2145B;
}
.BgClassName
{
background-color: #C2145B;
}
</style>
border-color css
<style>
span { border-color: #C2145B; }
span { border-color: rgb(194,20,91); }
td.TdClassName
{
border-color: #C2145B;
}
.TagClassName
{
border-color: #C2145B;
}
</style>