Shades of Ruby #C71451
Tints of Ruby #C71451
RGB
CMYK
RGB Variations
Color information
#C71451 (or 0xC71451) is known color: Ruby. HEX triplet: C7, 14 and 51. RGB value is (199,20,81). Sum of RGB (Red+Green+Blue) = 199+20+81=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C71451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71451 is #38EBAE. Grayscale: #505050. Windows color (decimal): -3730351 or 5313735. OLE color: 5313735.
HSL color Cylindrical-coordinate representation of color #C71451: hue angle of 339.55º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C71451 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 81 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.22 |
| HSL | 339.55º | 0.82% | 0.43% | - |
| HSV(B) | 339.55º | 0.9% | 0.78% | - |
| XYZ | 25.29 | 13.24 | 9.01 | - |
| YUV | 80.48 | 128.3 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 81 | 0 | 0.90 | 0.59 | 0.22 | 339.55 | 0.82 | 0.43 |
| Hex | C7 | 14 | 51 | 0 | 5A | 3B | 16 | 154 | 52 | 2B |
| Octal | 307 | 24 | 121 | 0 | 132 | 73 | 26 | 524 | 122 | 53 |
| Binary | 11000111 | 10100 | 1010001 | 0 | 1011010 | 111011 | 10110 | 101010100 | 1010010 | 101011 |
Color Harmonies of #C71451
Complementary color
Monochromatic Colors of #C71451
Black with #C71451
Text Example
Text Example
White with #C71451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71451; }
p { color: rgb(199,20,81); }
H1.HeaderClassName
{
color: #C71451;
}
.AnyTagClassName
{
color: #C71451;
}
</style>
background-color css
<style>
a { background-color: #C71451; }
a { background-color: rgb(199,20,81); }
div.DivClassName
{
background-color: #C71451;
}
.BgClassName
{
background-color: #C71451;
}
</style>
border-color css
<style>
span { border-color: #C71451; }
span { border-color: rgb(199,20,81); }
td.TdClassName
{
border-color: #C71451;
}
.TagClassName
{
border-color: #C71451;
}
</style>