Shades of Ruby #C21465
Tints of Ruby #C21465
RGB
CMYK
RGB Variations
Color information
#C21465 (or 0xC21465) is known color: Ruby. HEX triplet: C2, 14 and 65. RGB value is (194,20,101). Sum of RGB (Red+Green+Blue) = 194+20+101=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C21465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21465 is #3DEB9A. Grayscale: #515151. Windows color (decimal): -4058011 or 6624450. OLE color: 6624450.
HSL color Cylindrical-coordinate representation of color #C21465: hue angle of 332.07º 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 #C21465 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 101 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.24 |
| HSL | 332.07º | 0.81% | 0.42% | - |
| HSV(B) | 332.07º | 0.9% | 0.76% | - |
| XYZ | 24.85 | 12.91 | 13.49 | - |
| YUV | 81.26 | 139.15 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 101 | 0 | 0.90 | 0.48 | 0.24 | 332.07 | 0.81 | 0.42 |
| Hex | C2 | 14 | 65 | 0 | 5A | 30 | 18 | 14C | 51 | 2A |
| Octal | 302 | 24 | 145 | 0 | 132 | 60 | 30 | 514 | 121 | 52 |
| Binary | 11000010 | 10100 | 1100101 | 0 | 1011010 | 110000 | 11000 | 101001100 | 1010001 | 101010 |
Color Harmonies of #C21465
Complementary color
Monochromatic Colors of #C21465
Black with #C21465
Text Example
Text Example
White with #C21465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21465; }
p { color: rgb(194,20,101); }
H1.HeaderClassName
{
color: #C21465;
}
.AnyTagClassName
{
color: #C21465;
}
</style>
background-color css
<style>
a { background-color: #C21465; }
a { background-color: rgb(194,20,101); }
div.DivClassName
{
background-color: #C21465;
}
.BgClassName
{
background-color: #C21465;
}
</style>
border-color css
<style>
span { border-color: #C21465; }
span { border-color: rgb(194,20,101); }
td.TdClassName
{
border-color: #C21465;
}
.TagClassName
{
border-color: #C21465;
}
</style>