Shades of Ruby #D61454
Tints of Ruby #D61454
RGB
CMYK
RGB Variations
Color information
#D61454 (or 0xD61454) is known color: Ruby. HEX triplet: D6, 14 and 54. RGB value is (214,20,84). Sum of RGB (Red+Green+Blue) = 214+20+84=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D61454 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61454 is #29EBAB. Grayscale: #555555. Windows color (decimal): -2747308 or 5510358. OLE color: 5510358.
HSL color Cylindrical-coordinate representation of color #D61454: hue angle of 340.21º degrees, saturation: 0.83, 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 #D61454 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 84 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.16 |
| HSL | 340.21º | 0.83% | 0.46% | - |
| HSV(B) | 340.21º | 0.91% | 0.84% | - |
| XYZ | 29.58 | 15.44 | 9.81 | - |
| YUV | 85.3 | 127.27 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 84 | 0 | 0.91 | 0.61 | 0.16 | 340.21 | 0.83 | 0.46 |
| Hex | D6 | 14 | 54 | 0 | 5B | 3D | 10 | 154 | 53 | 2E |
| Octal | 326 | 24 | 124 | 0 | 133 | 75 | 20 | 524 | 123 | 56 |
| Binary | 11010110 | 10100 | 1010100 | 0 | 1011011 | 111101 | 10000 | 101010100 | 1010011 | 101110 |
Color Harmonies of #D61454
Complementary color
Monochromatic Colors of #D61454
Black with #D61454
Text Example
Text Example
White with #D61454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61454; }
p { color: rgb(214,20,84); }
H1.HeaderClassName
{
color: #D61454;
}
.AnyTagClassName
{
color: #D61454;
}
</style>
background-color css
<style>
a { background-color: #D61454; }
a { background-color: rgb(214,20,84); }
div.DivClassName
{
background-color: #D61454;
}
.BgClassName
{
background-color: #D61454;
}
</style>
border-color css
<style>
span { border-color: #D61454; }
span { border-color: rgb(214,20,84); }
td.TdClassName
{
border-color: #D61454;
}
.TagClassName
{
border-color: #D61454;
}
</style>