Shades of Ruby #C21F65
Tints of Ruby #C21F65
RGB
CMYK
RGB Variations
Color information
#C21F65 (or 0xC21F65) is known color: Ruby. HEX triplet: C2, 1F and 65. RGB value is (194,31,101). Sum of RGB (Red+Green+Blue) = 194+31+101=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21F65 is #3DE09A. Grayscale: #575757. Windows color (decimal): -4055195 or 6627266. OLE color: 6627266.
HSL color Cylindrical-coordinate representation of color #C21F65: hue angle of 334.23º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21F65 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 101 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.24 |
| HSL | 334.23º | 0.72% | 0.44% | - |
| HSV(B) | 334.23º | 0.84% | 0.76% | - |
| XYZ | 25.09 | 13.39 | 13.57 | - |
| YUV | 87.72 | 135.5 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 101 | 0 | 0.84 | 0.48 | 0.24 | 334.23 | 0.72 | 0.44 |
| Hex | C2 | 1F | 65 | 0 | 54 | 30 | 18 | 14E | 48 | 2C |
| Octal | 302 | 37 | 145 | 0 | 124 | 60 | 30 | 516 | 110 | 54 |
| Binary | 11000010 | 11111 | 1100101 | 0 | 1010100 | 110000 | 11000 | 101001110 | 1001000 | 101100 |
Color Harmonies of #C21F65
Complementary color
Monochromatic Colors of #C21F65
Black with #C21F65
Text Example
Text Example
White with #C21F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21F65; }
p { color: rgb(194,31,101); }
H1.HeaderClassName
{
color: #C21F65;
}
.AnyTagClassName
{
color: #C21F65;
}
</style>
background-color css
<style>
a { background-color: #C21F65; }
a { background-color: rgb(194,31,101); }
div.DivClassName
{
background-color: #C21F65;
}
.BgClassName
{
background-color: #C21F65;
}
</style>
border-color css
<style>
span { border-color: #C21F65; }
span { border-color: rgb(194,31,101); }
td.TdClassName
{
border-color: #C21F65;
}
.TagClassName
{
border-color: #C21F65;
}
</style>