Shades of Ruby #C21767
Tints of Ruby #C21767
RGB
CMYK
RGB Variations
Color information
#C21767 (or 0xC21767) is known color: Ruby. HEX triplet: C2, 17 and 67. RGB value is (194,23,103). Sum of RGB (Red+Green+Blue) = 194+23+103=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C21767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21767 is #3DE898. Grayscale: #535353. Windows color (decimal): -4057241 or 6756290. OLE color: 6756290.
HSL color Cylindrical-coordinate representation of color #C21767: hue angle of 331.93º degrees, saturation: 0.79, 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 #C21767 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 103 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.24 |
| HSL | 331.93º | 0.79% | 0.43% | - |
| HSV(B) | 331.93º | 0.88% | 0.76% | - |
| XYZ | 25 | 13.06 | 14.04 | - |
| YUV | 83.25 | 139.15 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 103 | 0 | 0.88 | 0.47 | 0.24 | 331.93 | 0.79 | 0.43 |
| Hex | C2 | 17 | 67 | 0 | 58 | 2F | 18 | 14C | 4F | 2B |
| Octal | 302 | 27 | 147 | 0 | 130 | 57 | 30 | 514 | 117 | 53 |
| Binary | 11000010 | 10111 | 1100111 | 0 | 1011000 | 101111 | 11000 | 101001100 | 1001111 | 101011 |
Color Harmonies of #C21767
Complementary color
Monochromatic Colors of #C21767
Black with #C21767
Text Example
Text Example
White with #C21767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21767; }
p { color: rgb(194,23,103); }
H1.HeaderClassName
{
color: #C21767;
}
.AnyTagClassName
{
color: #C21767;
}
</style>
background-color css
<style>
a { background-color: #C21767; }
a { background-color: rgb(194,23,103); }
div.DivClassName
{
background-color: #C21767;
}
.BgClassName
{
background-color: #C21767;
}
</style>
border-color css
<style>
span { border-color: #C21767; }
span { border-color: rgb(194,23,103); }
td.TdClassName
{
border-color: #C21767;
}
.TagClassName
{
border-color: #C21767;
}
</style>