Shades of Ruby #C21357
Tints of Ruby #C21357
RGB
CMYK
RGB Variations
Color information
#C21357 (or 0xC21357) is known color: Ruby. HEX triplet: C2, 13 and 57. RGB value is (194,19,87). Sum of RGB (Red+Green+Blue) = 194+19+87=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C21357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21357 is #3DECA8. Grayscale: #4E4E4E. Windows color (decimal): -4058281 or 5706690. OLE color: 5706690.
HSL color Cylindrical-coordinate representation of color #C21357: hue angle of 336.69º degrees, saturation: 0.82, 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 #C21357 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 87 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.24 |
| HSL | 336.69º | 0.82% | 0.42% | - |
| HSV(B) | 336.69º | 0.9% | 0.76% | - |
| XYZ | 24.2 | 12.62 | 10.18 | - |
| YUV | 79.08 | 132.48 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 87 | 0 | 0.90 | 0.55 | 0.24 | 336.69 | 0.82 | 0.42 |
| Hex | C2 | 13 | 57 | 0 | 5A | 37 | 18 | 151 | 52 | 2A |
| Octal | 302 | 23 | 127 | 0 | 132 | 67 | 30 | 521 | 122 | 52 |
| Binary | 11000010 | 10011 | 1010111 | 0 | 1011010 | 110111 | 11000 | 101010001 | 1010010 | 101010 |
Color Harmonies of #C21357
Complementary color
Monochromatic Colors of #C21357
Black with #C21357
Text Example
Text Example
White with #C21357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21357; }
p { color: rgb(194,19,87); }
H1.HeaderClassName
{
color: #C21357;
}
.AnyTagClassName
{
color: #C21357;
}
</style>
background-color css
<style>
a { background-color: #C21357; }
a { background-color: rgb(194,19,87); }
div.DivClassName
{
background-color: #C21357;
}
.BgClassName
{
background-color: #C21357;
}
</style>
border-color css
<style>
span { border-color: #C21357; }
span { border-color: rgb(194,19,87); }
td.TdClassName
{
border-color: #C21357;
}
.TagClassName
{
border-color: #C21357;
}
</style>