Shades of Ruby #C21E65
Tints of Ruby #C21E65
RGB
CMYK
RGB Variations
Color information
#C21E65 (or 0xC21E65) is known color: Ruby. HEX triplet: C2, 1E and 65. RGB value is (194,30,101). Sum of RGB (Red+Green+Blue) = 194+30+101=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E65 is #3DE19A. Grayscale: #575757. Windows color (decimal): -4055451 or 6627010. OLE color: 6627010.
HSL color Cylindrical-coordinate representation of color #C21E65: hue angle of 334.02º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21E65 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 101 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.24 |
| HSL | 334.02º | 0.73% | 0.44% | - |
| HSV(B) | 334.02º | 0.85% | 0.76% | - |
| XYZ | 25.06 | 13.34 | 13.57 | - |
| YUV | 87.13 | 135.83 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 101 | 0 | 0.85 | 0.48 | 0.24 | 334.02 | 0.73 | 0.44 |
| Hex | C2 | 1E | 65 | 0 | 55 | 30 | 18 | 14E | 49 | 2C |
| Octal | 302 | 36 | 145 | 0 | 125 | 60 | 30 | 516 | 111 | 54 |
| Binary | 11000010 | 11110 | 1100101 | 0 | 1010101 | 110000 | 11000 | 101001110 | 1001001 | 101100 |
Color Harmonies of #C21E65
Complementary color
Monochromatic Colors of #C21E65
Black with #C21E65
Text Example
Text Example
White with #C21E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21E65; }
p { color: rgb(194,30,101); }
H1.HeaderClassName
{
color: #C21E65;
}
.AnyTagClassName
{
color: #C21E65;
}
</style>
background-color css
<style>
a { background-color: #C21E65; }
a { background-color: rgb(194,30,101); }
div.DivClassName
{
background-color: #C21E65;
}
.BgClassName
{
background-color: #C21E65;
}
</style>
border-color css
<style>
span { border-color: #C21E65; }
span { border-color: rgb(194,30,101); }
td.TdClassName
{
border-color: #C21E65;
}
.TagClassName
{
border-color: #C21E65;
}
</style>