Shades of Ruby #C21358
Tints of Ruby #C21358
RGB
CMYK
RGB Variations
Color information
#C21358 (or 0xC21358) is known color: Ruby. HEX triplet: C2, 13 and 58. RGB value is (194,19,88). Sum of RGB (Red+Green+Blue) = 194+19+88=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C21358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21358 is #3DECA7. Grayscale: #4F4F4F. Windows color (decimal): -4058280 or 5772226. OLE color: 5772226.
HSL color Cylindrical-coordinate representation of color #C21358: hue angle of 336.34º 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 #C21358 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 88 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.24 |
| HSL | 336.34º | 0.82% | 0.42% | - |
| HSV(B) | 336.34º | 0.9% | 0.76% | - |
| XYZ | 24.24 | 12.64 | 10.39 | - |
| YUV | 79.19 | 132.98 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 88 | 0 | 0.90 | 0.55 | 0.24 | 336.34 | 0.82 | 0.42 |
| Hex | C2 | 13 | 58 | 0 | 5A | 37 | 18 | 150 | 52 | 2A |
| Octal | 302 | 23 | 130 | 0 | 132 | 67 | 30 | 520 | 122 | 52 |
| Binary | 11000010 | 10011 | 1011000 | 0 | 1011010 | 110111 | 11000 | 101010000 | 1010010 | 101010 |
Color Harmonies of #C21358
Complementary color
Monochromatic Colors of #C21358
Black with #C21358
Text Example
Text Example
White with #C21358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21358; }
p { color: rgb(194,19,88); }
H1.HeaderClassName
{
color: #C21358;
}
.AnyTagClassName
{
color: #C21358;
}
</style>
background-color css
<style>
a { background-color: #C21358; }
a { background-color: rgb(194,19,88); }
div.DivClassName
{
background-color: #C21358;
}
.BgClassName
{
background-color: #C21358;
}
</style>
border-color css
<style>
span { border-color: #C21358; }
span { border-color: rgb(194,19,88); }
td.TdClassName
{
border-color: #C21358;
}
.TagClassName
{
border-color: #C21358;
}
</style>