Shades of Ruby #D61351
Tints of Ruby #D61351
RGB
CMYK
RGB Variations
Color information
#D61351 (or 0xD61351) is known color: Ruby. HEX triplet: D6, 13 and 51. RGB value is (214,19,81). Sum of RGB (Red+Green+Blue) = 214+19+81=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 81 (32.03% from 255 or 25.80% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D61351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61351 is #29ECAE. Grayscale: #545454. Windows color (decimal): -2747567 or 5313494. OLE color: 5313494.
HSL color Cylindrical-coordinate representation of color #D61351: hue angle of 340.92º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D61351 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 81 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.16 |
| HSL | 340.92º | 0.84% | 0.46% | - |
| HSV(B) | 340.92º | 0.91% | 0.84% | - |
| XYZ | 29.45 | 15.36 | 9.2 | - |
| YUV | 84.37 | 126.1 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 81 | 0 | 0.91 | 0.62 | 0.16 | 340.92 | 0.84 | 0.46 |
| Hex | D6 | 13 | 51 | 0 | 5B | 3E | 10 | 155 | 54 | 2E |
| Octal | 326 | 23 | 121 | 0 | 133 | 76 | 20 | 525 | 124 | 56 |
| Binary | 11010110 | 10011 | 1010001 | 0 | 1011011 | 111110 | 10000 | 101010101 | 1010100 | 101110 |
Color Harmonies of #D61351
Complementary color
Monochromatic Colors of #D61351
Black with #D61351
Text Example
Text Example
White with #D61351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61351; }
p { color: rgb(214,19,81); }
H1.HeaderClassName
{
color: #D61351;
}
.AnyTagClassName
{
color: #D61351;
}
</style>
background-color css
<style>
a { background-color: #D61351; }
a { background-color: rgb(214,19,81); }
div.DivClassName
{
background-color: #D61351;
}
.BgClassName
{
background-color: #D61351;
}
</style>
border-color css
<style>
span { border-color: #D61351; }
span { border-color: rgb(214,19,81); }
td.TdClassName
{
border-color: #D61351;
}
.TagClassName
{
border-color: #D61351;
}
</style>