Shades of Ruby #D61C55
Tints of Ruby #D61C55
RGB
CMYK
RGB Variations
Color information
#D61C55 (or 0xD61C55) is known color: Ruby. HEX triplet: D6, 1C and 55. RGB value is (214,28,85). Sum of RGB (Red+Green+Blue) = 214+28+85=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61C55 is #29E3AA. Grayscale: #5A5A5A. Windows color (decimal): -2745259 or 5577942. OLE color: 5577942.
HSL color Cylindrical-coordinate representation of color #D61C55: hue angle of 341.61º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61C55 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 28 | 85 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.16 |
| HSL | 341.61º | 0.77% | 0.47% | - |
| HSV(B) | 341.61º | 0.87% | 0.84% | - |
| XYZ | 29.79 | 15.78 | 10.07 | - |
| YUV | 90.11 | 125.12 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 28 | 85 | 0 | 0.87 | 0.60 | 0.16 | 341.61 | 0.77 | 0.47 |
| Hex | D6 | 1C | 55 | 0 | 57 | 3C | 10 | 156 | 4D | 2F |
| Octal | 326 | 34 | 125 | 0 | 127 | 74 | 20 | 526 | 115 | 57 |
| Binary | 11010110 | 11100 | 1010101 | 0 | 1010111 | 111100 | 10000 | 101010110 | 1001101 | 101111 |
Color Harmonies of #D61C55
Complementary color
Monochromatic Colors of #D61C55
Black with #D61C55
Text Example
Text Example
White with #D61C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61C55; }
p { color: rgb(214,28,85); }
H1.HeaderClassName
{
color: #D61C55;
}
.AnyTagClassName
{
color: #D61C55;
}
</style>
background-color css
<style>
a { background-color: #D61C55; }
a { background-color: rgb(214,28,85); }
div.DivClassName
{
background-color: #D61C55;
}
.BgClassName
{
background-color: #D61C55;
}
</style>
border-color css
<style>
span { border-color: #D61C55; }
span { border-color: rgb(214,28,85); }
td.TdClassName
{
border-color: #D61C55;
}
.TagClassName
{
border-color: #D61C55;
}
</style>