Shades of Ruby #D61353
Tints of Ruby #D61353
RGB
CMYK
RGB Variations
Color information
#D61353 (or 0xD61353) is known color: Ruby. HEX triplet: D6, 13 and 53. RGB value is (214,19,83). Sum of RGB (Red+Green+Blue) = 214+19+83=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D61353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61353 is #29ECAC. Grayscale: #545454. Windows color (decimal): -2747565 or 5444566. OLE color: 5444566.
HSL color Cylindrical-coordinate representation of color #D61353: hue angle of 340.31º 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 #D61353 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 83 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.16 |
| HSL | 340.31º | 0.84% | 0.46% | - |
| HSV(B) | 340.31º | 0.91% | 0.84% | - |
| XYZ | 29.53 | 15.39 | 9.6 | - |
| YUV | 84.6 | 127.1 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 83 | 0 | 0.91 | 0.61 | 0.16 | 340.31 | 0.84 | 0.46 |
| Hex | D6 | 13 | 53 | 0 | 5B | 3D | 10 | 154 | 54 | 2E |
| Octal | 326 | 23 | 123 | 0 | 133 | 75 | 20 | 524 | 124 | 56 |
| Binary | 11010110 | 10011 | 1010011 | 0 | 1011011 | 111101 | 10000 | 101010100 | 1010100 | 101110 |
Color Harmonies of #D61353
Complementary color
Monochromatic Colors of #D61353
Black with #D61353
Text Example
Text Example
White with #D61353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61353; }
p { color: rgb(214,19,83); }
H1.HeaderClassName
{
color: #D61353;
}
.AnyTagClassName
{
color: #D61353;
}
</style>
background-color css
<style>
a { background-color: #D61353; }
a { background-color: rgb(214,19,83); }
div.DivClassName
{
background-color: #D61353;
}
.BgClassName
{
background-color: #D61353;
}
</style>
border-color css
<style>
span { border-color: #D61353; }
span { border-color: rgb(214,19,83); }
td.TdClassName
{
border-color: #D61353;
}
.TagClassName
{
border-color: #D61353;
}
</style>