Shades of Ruby #C21865
Tints of Ruby #C21865
RGB
CMYK
RGB Variations
Color information
#C21865 (or 0xC21865) is known color: Ruby. HEX triplet: C2, 18 and 65. RGB value is (194,24,101). Sum of RGB (Red+Green+Blue) = 194+24+101=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C21865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21865 is #3DE79A. Grayscale: #535353. Windows color (decimal): -4056987 or 6625474. OLE color: 6625474.
HSL color Cylindrical-coordinate representation of color #C21865: hue angle of 332.82º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21865 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 101 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.24 |
| HSL | 332.82º | 0.78% | 0.43% | - |
| HSV(B) | 332.82º | 0.88% | 0.76% | - |
| XYZ | 24.92 | 13.06 | 13.52 | - |
| YUV | 83.61 | 137.82 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 101 | 0 | 0.88 | 0.48 | 0.24 | 332.82 | 0.78 | 0.43 |
| Hex | C2 | 18 | 65 | 0 | 58 | 30 | 18 | 14D | 4E | 2B |
| Octal | 302 | 30 | 145 | 0 | 130 | 60 | 30 | 515 | 116 | 53 |
| Binary | 11000010 | 11000 | 1100101 | 0 | 1011000 | 110000 | 11000 | 101001101 | 1001110 | 101011 |
Color Harmonies of #C21865
Complementary color
Monochromatic Colors of #C21865
Black with #C21865
Text Example
Text Example
White with #C21865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21865; }
p { color: rgb(194,24,101); }
H1.HeaderClassName
{
color: #C21865;
}
.AnyTagClassName
{
color: #C21865;
}
</style>
background-color css
<style>
a { background-color: #C21865; }
a { background-color: rgb(194,24,101); }
div.DivClassName
{
background-color: #C21865;
}
.BgClassName
{
background-color: #C21865;
}
</style>
border-color css
<style>
span { border-color: #C21865; }
span { border-color: rgb(194,24,101); }
td.TdClassName
{
border-color: #C21865;
}
.TagClassName
{
border-color: #C21865;
}
</style>