Shades of Ruby #C71465
Tints of Ruby #C71465
RGB
CMYK
RGB Variations
Color information
#C71465 (or 0xC71465) is known color: Ruby. HEX triplet: C7, 14 and 65. RGB value is (199,20,101). Sum of RGB (Red+Green+Blue) = 199+20+101=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C71465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71465 is #38EB9A. Grayscale: #525252. Windows color (decimal): -3730331 or 6624455. OLE color: 6624455.
HSL color Cylindrical-coordinate representation of color #C71465: hue angle of 332.85º 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 #C71465 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 101 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.22 |
| HSL | 332.85º | 0.82% | 0.43% | - |
| HSV(B) | 332.85º | 0.9% | 0.78% | - |
| XYZ | 26.15 | 13.58 | 13.56 | - |
| YUV | 82.76 | 138.3 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 101 | 0 | 0.90 | 0.49 | 0.22 | 332.85 | 0.82 | 0.43 |
| Hex | C7 | 14 | 65 | 0 | 5A | 31 | 16 | 14D | 52 | 2B |
| Octal | 307 | 24 | 145 | 0 | 132 | 61 | 26 | 515 | 122 | 53 |
| Binary | 11000111 | 10100 | 1100101 | 0 | 1011010 | 110001 | 10110 | 101001101 | 1010010 | 101011 |
Color Harmonies of #C71465
Complementary color
Monochromatic Colors of #C71465
Black with #C71465
Text Example
Text Example
White with #C71465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71465; }
p { color: rgb(199,20,101); }
H1.HeaderClassName
{
color: #C71465;
}
.AnyTagClassName
{
color: #C71465;
}
</style>
background-color css
<style>
a { background-color: #C71465; }
a { background-color: rgb(199,20,101); }
div.DivClassName
{
background-color: #C71465;
}
.BgClassName
{
background-color: #C71465;
}
</style>
border-color css
<style>
span { border-color: #C71465; }
span { border-color: rgb(199,20,101); }
td.TdClassName
{
border-color: #C71465;
}
.TagClassName
{
border-color: #C71465;
}
</style>