Shades of Ruby #C71458
Tints of Ruby #C71458
RGB
CMYK
RGB Variations
Color information
#C71458 (or 0xC71458) is known color: Ruby. HEX triplet: C7, 14 and 58. RGB value is (199,20,88). Sum of RGB (Red+Green+Blue) = 199+20+88=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C71458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71458 is #38EBA7. Grayscale: #515151. Windows color (decimal): -3730344 or 5772487. OLE color: 5772487.
HSL color Cylindrical-coordinate representation of color #C71458: hue angle of 337.21º 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 #C71458 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 88 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.22 |
| HSL | 337.21º | 0.82% | 0.43% | - |
| HSV(B) | 337.21º | 0.9% | 0.78% | - |
| XYZ | 25.56 | 13.35 | 10.46 | - |
| YUV | 81.27 | 131.8 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 88 | 0 | 0.90 | 0.56 | 0.22 | 337.21 | 0.82 | 0.43 |
| Hex | C7 | 14 | 58 | 0 | 5A | 38 | 16 | 151 | 52 | 2B |
| Octal | 307 | 24 | 130 | 0 | 132 | 70 | 26 | 521 | 122 | 53 |
| Binary | 11000111 | 10100 | 1011000 | 0 | 1011010 | 111000 | 10110 | 101010001 | 1010010 | 101011 |
Color Harmonies of #C71458
Complementary color
Monochromatic Colors of #C71458
Black with #C71458
Text Example
Text Example
White with #C71458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71458; }
p { color: rgb(199,20,88); }
H1.HeaderClassName
{
color: #C71458;
}
.AnyTagClassName
{
color: #C71458;
}
</style>
background-color css
<style>
a { background-color: #C71458; }
a { background-color: rgb(199,20,88); }
div.DivClassName
{
background-color: #C71458;
}
.BgClassName
{
background-color: #C71458;
}
</style>
border-color css
<style>
span { border-color: #C71458; }
span { border-color: rgb(199,20,88); }
td.TdClassName
{
border-color: #C71458;
}
.TagClassName
{
border-color: #C71458;
}
</style>